Skip to content

Commit

Permalink
chore: Update container v1 image tags in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsviz committed Jul 22, 2024
1 parent c345e7a commit a6d74b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions my-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ v1:
searchFeatureEnabled: "false"
image:
repository: ghcr.io/octodemo/java-springboot-demo
tag: "269"
tag: "273"
resources:
limits:
cpu: "1"
Expand All @@ -30,7 +30,7 @@ v2:
searchFeatureFlag: "true"
image:
repository: ghcr.io/octodemo/java-springboot-demo
tag: "269"
tag: "274"
resources:
limits:
cpu: "1"
Expand Down

0 comments on commit a6d74b5

Please sign in to comment.