Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Jun 18, 2024
1 parent 0d61be0 commit c79a83d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/sample-spring/values-alpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ app:
MESSAGE: hello world
PROFILE: alpha
PROTOCOL: http
VERSION: v0.9.9
VERSION: v0.9.1
enabled: true
env:
- name: ENV_HASH
value: aaa304d68b6a0b3231d982a0c0899a1119
value: aaa304d68b6a0b3231d982a0c0899a11191
image:
tag: v0.9.9
tag: v0.9.1
ingress:
hosts:
- sample-spring.demo.nalbam.com
Expand Down
6 changes: 3 additions & 3 deletions charts/sample-spring/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ app:
MESSAGE: hello world
PROFILE: prod
PROTOCOL: http
VERSION: v0.9.9
VERSION: v0.9.1
enabled: true
env:
- name: ENV_HASH
value: e5d820b8cc1cdf1704e1fc03c322f1ec19
value: e5d820b8cc1cdf1704e1fc03c322f1ec191
image:
tag: v0.9.9
tag: v0.9.1
ingress:
hosts:
- sample-spring.demo.nalbam.com
Expand Down

0 comments on commit c79a83d

Please sign in to comment.