Skip to content

Commit 841d21c

Browse files
committed
Staging+Local: Deploy new Platform API image ghcr.io/wbstack/api:sha-26b846b
1 parent 0125d7d commit 841d21c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

k8s/argocd/local/api.values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ app:
5757
tracingEnabled: false
5858
url: https://www.wbaas.dev
5959
image:
60-
tag: sha-0b8596f
60+
tag: sha-26b846b
6161
ingress:
6262
annotations:
6363
kubernetes.io/ingress.class: nginx

k8s/argocd/staging/api.values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ app:
5656
tracingEnabled: false
5757
url: https://www.wikibase.dev
5858
image:
59-
tag: sha-0b8596f
59+
tag: sha-26b846b
6060
ingress:
6161
annotations:
6262
kubernetes.io/ingress.class: nginx

k8s/helmfile/env/local/api.values.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
image:
2-
tag: sha-0b8596f
2+
tag: sha-26b846b
33

44
ingress:
55
tls: null

k8s/helmfile/env/staging/api.values.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
image:
2-
tag: sha-0b8596f
2+
tag: sha-26b846b
33

44
replicaCount:
55
web: 1

0 commit comments

Comments
 (0)