Skip to content

Commit

Permalink
Merge pull request #11 from BobJWalker/feature/demo
Browse files Browse the repository at this point in the history
Feature/demo
  • Loading branch information
BobJWalker authored Feb 13, 2024
2 parents 2eed386 + 3bb77b8 commit 6e62be8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s/base/randomquotes-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: randomquotes-web
image: bobjwalker99/randomquotes-k8s:0.1.44
image: bobjwalker99/randomquotes-k8s:0.1.60
resources:
requests:
memory: "64Mi"
Expand Down
2 changes: 1 addition & 1 deletion k8s/overlays/dev/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ secretGenerator:
images:
- name: bobjwalker99/randomquotes-k8s
newName: bobjwalker99/randomquotes-k8s
newTag: "0.1.66-demo.17"
newTag: "0.1.67-demo.1"
patches:
- target:
kind: Ingress
Expand Down
2 changes: 1 addition & 1 deletion src/RandomQuotes.Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<footer class="border-top footer text-muted">
<div class="container">
&copy; @DateTime.Now.Year - Random Quotes -
Version: @typeof(Quote).Assembly.GetName().Version -
Container Version: @typeof(Quote).Assembly.GetName().Version -
RandomQuotes Phrase: @Environment.GetEnvironmentVariable("RANDOM_SECRET_PHRASE")
</div>
</footer>
Expand Down

0 comments on commit 6e62be8

Please sign in to comment.