Skip to content

Commit 3b0349b

Browse files
committed
fix image tag
1 parent 5574259 commit 3b0349b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
--debug \
6060
--timeout 600s \
6161
--namespace tools-wiki \
62-
--set=php.image.tag=${{ github.ref_name }} \
62+
--set=image.tag=${{ github.ref_name }} \
6363
--set=oidc.google_client_secret=${{ secrets.google_client_secret }} \
6464
--set=oidc.google_client_id=${{ secrets.google_client_id }} \
6565
--values ./helm/values.yaml \

helm/values-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
image:
2-
repository: ghcr.io/cooptilleuls/sre/wiki
2+
repository: ghcr.io/cooptilleuls/otterwiki
33
tag: 2
44

55
imagePullSecrets:

0 commit comments

Comments
 (0)