Skip to content

Commit 90669e0

Browse files
committed
chore: bump image tags
Signed-off-by: Bryce McMath <bryce.j.mcmath@gmail.com>
1 parent 96989fe commit 90669e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

devops/charts/server/values_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ image:
1515
# registry: ghcr.io
1616
repository: bcgov/indy-vdr-proxy-server/server
1717
# Overrides the image tag whose default is the chart appVersion.
18-
tag: "b340416"
18+
tag: "96989fe"
1919

2020
env:
2121
PORT: "3000"

devops/charts/server/values_prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ image:
1818
# registry: ghcr.io
1919
repository: bcgov/indy-vdr-proxy-server/server
2020
# Overrides the image tag whose default is the chart appVersion.
21-
tag: "b340416"
21+
tag: "96989fe"
2222

2323
env:
2424
PORT: "3000"

devops/charts/server/values_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ image:
1818
# registry: ghcr.io
1919
repository: bcgov/indy-vdr-proxy-server/server
2020
# Overrides the image tag whose default is the chart appVersion.
21-
tag: "b340416"
21+
tag: "96989fe"
2222

2323
env:
2424
PORT: "3000"

0 commit comments

Comments
 (0)