Skip to content

Commit 02ab81d

Browse files
authored
Merge branch 'main' into add-script-to-update-ingresses
2 parents 2b5d2cb + a6b3298 commit 02ab81d

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

.github/workflows/check-generated-values.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ jobs:
77
- name: Check out repository
88
uses: actions/checkout@v4
99
- name: Set up helmfile
10-
uses: helmfile/helmfile-action@v1.9.1
10+
uses: helmfile/helmfile-action@v2.0.5
1111
with:
1212
helmfile-version: 'v0.162.0'
1313
helm-version: 'v3.12.2'
14+
helm-plugins: >
15+
https://github.com/databus23/[email protected]
1416
- name: Diff current values files against generated ones
1517
run: >
1618
set -x;

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-b0f9b4c
60+
tag: sha-6638305
6161
ingress:
6262
annotations:
6363
kubernetes.io/ingress.class: nginx

k8s/argocd/production/api.values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ app:
5555
tracingEnabled: false
5656
url: https://www.wikibase.cloud
5757
image:
58-
tag: sha-d551359
58+
tag: sha-6638305
5959
ingress:
6060
annotations:
6161
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-b0f9b4c
59+
tag: sha-6638305
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-b0f9b4c
2+
tag: sha-6638305
33

44
ingress:
55
tls: null

k8s/helmfile/env/production/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-d551359
2+
tag: sha-6638305
33

44
replicaCount:
55
web: 1

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-b0f9b4c
2+
tag: sha-6638305
33

44
replicaCount:
55
web: 1

0 commit comments

Comments
 (0)