Skip to content

Commit e63c792

Browse files
authored
chore: update image tags (#19)
Signed-off-by: Bryce McMath <bryce.j.mcmath@gmail.com>
1 parent 342bdc4 commit e63c792

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: "4b41942"
18+
tag: "342bdc4"
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: "4b41942"
21+
tag: "342bdc4"
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: "4b41942"
21+
tag: "342bdc4"
2222

2323
env:
2424
PORT: "3000"

0 commit comments

Comments
 (0)