diff --git a/template-postgres/templates/deployment.yaml b/template-postgres/templates/deployment.yaml index 2fdadea..37a8305 100644 --- a/template-postgres/templates/deployment.yaml +++ b/template-postgres/templates/deployment.yaml @@ -20,7 +20,7 @@ spec: claimName: {{ .Values.database.name }}-pvc containers: - name: {{ .Values.database.name }} - image: postgres + image: postgres:{{ .Values.image.tag }} ports: - containerPort: 5432 volumeMounts: