Skip to content

Commit 68bcbd2

Browse files
authored
Configure infra-external and infra-core with postgres tag 16.10-bookworm (#1021)
1 parent ce0f03f commit 68bcbd2

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

argocd/applications/configs/infra-core.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ inventory:
7373
postgresql:
7474
pod:
7575
enabled: false
76+
image:
77+
tag: 16.10-bookworm
7678
ssl: false
7779
secrets: inventory-local-postgresql
7880
resources: null

argocd/applications/configs/infra-external.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ loca-credentials:
8383

8484
amt:
8585
mps:
86+
postgresql:
87+
image:
88+
tag: 16.10-bookworm
8689
traefikReverseProxy:
8790
enabled: true
8891
secretName: "tls-orch"
@@ -91,6 +94,9 @@ amt:
9194
# https://doc.traefik.io/traefik/migrate/v2-to-v3-details/#kubernetes-crds-api-group-traefikcontainous
9295
traefikApiGroup: "traefik.io/v1alpha1"
9396
rps:
97+
postgresql:
98+
image:
99+
tag: 16.10-bookworm
94100
traefikReverseProxy:
95101
enabled: true
96102
secretName: "tls-orch"

argocd/applications/templates/infra-external.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
sources:
2222
- repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
2323
chart: infra/charts/{{$appName}}
24-
targetRevision: 2.9.4
24+
targetRevision: 2.9.5
2525
helm:
2626
releaseName: {{$appName}}
2727
valuesObject:

0 commit comments

Comments
 (0)