Skip to content

Commit

Permalink
Demo commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker committed Feb 13, 2024
1 parent 659a608 commit ff8d758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 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 ff8d758

Please sign in to comment.