Loading helm/install/Chart.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -2,5 +2,5 @@ apiVersion: v2 name: pgo description: Installer for PGO, the open source Postgres Operator from Crunchy Data type: application version: 0.2.3 version: 0.2.4 appVersion: 5.0.4 helm/install/templates/manager.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,10 @@ spec: labels: {{- include "install.crunchyLabels" . | nindent 8 }} spec: {{- if .Values.imagePullSecrets }} imagePullSecrets: {{ toYaml .Values.imagePullSecrets | indent 8 }} {{- end }} containers: - name: operator image: "{{ .Values.image.image }}" Loading helm/install/values.yaml +6 −1 Original line number Diff line number Diff line --- ## Provide image repository and tag image: image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.0.4-0 image: registry.crunchydata.com/crunchydata/postgres-operator:ubi8-5.0.4-0 relatedImages: postgres_14: Loading @@ -28,3 +28,8 @@ singleNamespace: false # debug allows you to enable or disable the "debug" level of logging. # Defaults to the value below. debug: true # imagePullSecrets defines any image pull secrets to use # **only for installation**. This is an array that uses the image pull secret # format, i.e. "name: value" imagePullSecrets: [] Loading
helm/install/Chart.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -2,5 +2,5 @@ apiVersion: v2 name: pgo description: Installer for PGO, the open source Postgres Operator from Crunchy Data type: application version: 0.2.3 version: 0.2.4 appVersion: 5.0.4
helm/install/templates/manager.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,10 @@ spec: labels: {{- include "install.crunchyLabels" . | nindent 8 }} spec: {{- if .Values.imagePullSecrets }} imagePullSecrets: {{ toYaml .Values.imagePullSecrets | indent 8 }} {{- end }} containers: - name: operator image: "{{ .Values.image.image }}" Loading
helm/install/values.yaml +6 −1 Original line number Diff line number Diff line --- ## Provide image repository and tag image: image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.0.4-0 image: registry.crunchydata.com/crunchydata/postgres-operator:ubi8-5.0.4-0 relatedImages: postgres_14: Loading @@ -28,3 +28,8 @@ singleNamespace: false # debug allows you to enable or disable the "debug" level of logging. # Defaults to the value below. debug: true # imagePullSecrets defines any image pull secrets to use # **only for installation**. This is an array that uses the image pull secret # format, i.e. "name: value" imagePullSecrets: []