Skip to content

Commit bfb47cd

Browse files
committed
fix(teslamate): use higher pg version
1 parent fb291de commit bfb47cd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

kubernetes/apps/teslamate/flux-kustomization.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ spec:
2626
- hostnossl teslamate teslamate 10.244.0.0/16 md5
2727
target:
2828
kind: PostgresCluster
29+
- patch: |
30+
- op: replace
31+
path: /spec/postgresVersion
32+
value: "17"
33+
target:
34+
kind: PostgresCluster
2935
postBuild:
3036
substitute:
3137
APP: *app

0 commit comments

Comments
 (0)