Skip to content
Merged
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 @@ -56,7 +56,7 @@ app:
tracingEnabled: false
url: https://www.wbaas.dev
image:
tag: sha-14866b1
tag: sha-d506119
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 @@ -55,7 +55,7 @@ app:
tracingEnabled: false
url: https://www.wikibase.dev
image:
tag: sha-14866b1
tag: sha-d506119
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-14866b1
tag: sha-d506119

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-14866b1
tag: sha-d506119

replicaCount:
web: 1
Expand Down
Loading