diff --git a/charts/ext-postgres-operator/Chart.yaml b/charts/ext-postgres-operator/Chart.yaml index e088568b..d5328637 100644 --- a/charts/ext-postgres-operator/Chart.yaml +++ b/charts/ext-postgres-operator/Chart.yaml @@ -8,5 +8,5 @@ description: | type: application -version: 2.0.0 +version: 2.0.1 appVersion: "2.0.0" diff --git a/charts/ext-postgres-operator/README.md b/charts/ext-postgres-operator/README.md index 1b565c8d..f018b98d 100644 --- a/charts/ext-postgres-operator/README.md +++ b/charts/ext-postgres-operator/README.md @@ -13,4 +13,4 @@ helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ ## Compatibility -**NOTE:** Helm chart version `2.0.0` is only compatible with the Postgres Operator version `2.0.0`. Ensure that you are using the correct versions to avoid compatibility issues. +**NOTE:** Helm chart version `>= 2.0.0` is only compatible with the Postgres Operator version `2.0.0`. Ensure that you are using the correct versions to avoid compatibility issues. diff --git a/charts/ext-postgres-operator/templates/operator.yaml b/charts/ext-postgres-operator/templates/operator.yaml index 222d8fa1..f2febb62 100644 --- a/charts/ext-postgres-operator/templates/operator.yaml +++ b/charts/ext-postgres-operator/templates/operator.yaml @@ -30,6 +30,8 @@ spec: serviceAccountName: {{ include "chart.serviceAccountName" . }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} + imagePullSecrets: + {{- toYaml .Values.image.pullSecrets | nindent 8 }} containers: - name: {{ .Chart.Name }} securityContext: diff --git a/charts/ext-postgres-operator/values.yaml b/charts/ext-postgres-operator/values.yaml index e20af979..82ae9af0 100644 --- a/charts/ext-postgres-operator/values.yaml +++ b/charts/ext-postgres-operator/values.yaml @@ -9,6 +9,10 @@ revisionHistoryLimit: 10 image: repository: ghcr.io/movetokube/postgres-operator pullPolicy: IfNotPresent + pullSecrets: [] + # e.g. for pullSecrets: + # - name: my-secret + # Overrides the image tag whose default is the chart appVersion. tag: ""