We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba893f commit fbf09e6Copy full SHA for fbf09e6
manifests/postgres/overlays/production/kustomization.yaml
@@ -0,0 +1,27 @@
1
+---
2
+
3
+apiVersion: kustomize.config.k8s.io/v1beta1
4
+kind: Kustomization
5
6
7
+resources:
8
+ - ../../base
9
10
11
+components:
12
+ - ../../components/metrics
13
14
15
+patches:
16
+ #
17
+ # Add to Top-most Kustomization.yaml
18
19
+ # yamllint disable rule:indentation
20
+ - patch: |-
21
22
+ - op: replace
23
+ path: /spec/imageName
24
+ value: ghcr.io/cloudnative-pg/postgresql:15.12-11
25
+ # yamllint enable rule:indentation
26
+ target:
27
+ kind: Cluster
0 commit comments