Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion k8s/argocd/local/api.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ app:
tracingEnabled: false
url: https://www.wbaas.dev
image:
tag: sha-0b8596f
tag: sha-26b846b
ingress:
annotations:
kubernetes.io/ingress.class: nginx
Expand Down
2 changes: 1 addition & 1 deletion k8s/argocd/staging/api.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ app:
tracingEnabled: false
url: https://www.wikibase.dev
image:
tag: sha-0b8596f
tag: sha-26b846b
ingress:
annotations:
kubernetes.io/ingress.class: nginx
Expand Down
2 changes: 1 addition & 1 deletion k8s/helmfile/env/local/api.values.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
tag: sha-0b8596f
tag: sha-26b846b

ingress:
tls: null
Expand Down
2 changes: 1 addition & 1 deletion k8s/helmfile/env/staging/api.values.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
tag: sha-0b8596f
tag: sha-26b846b

replicaCount:
web: 1
Expand Down