We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5574259 commit 3b0349bCopy full SHA for 3b0349b
.github/workflows/deploy.yml
@@ -59,7 +59,7 @@ jobs:
59
--debug \
60
--timeout 600s \
61
--namespace tools-wiki \
62
- --set=php.image.tag=${{ github.ref_name }} \
+ --set=image.tag=${{ github.ref_name }} \
63
--set=oidc.google_client_secret=${{ secrets.google_client_secret }} \
64
--set=oidc.google_client_id=${{ secrets.google_client_id }} \
65
--values ./helm/values.yaml \
helm/values-prod.yaml
@@ -1,5 +1,5 @@
1
image:
2
- repository: ghcr.io/cooptilleuls/sre/wiki
+ repository: ghcr.io/cooptilleuls/otterwiki
3
tag: 2
4
5
imagePullSecrets:
0 commit comments