X-Git-Url: https://git.arvados.org/arvados-k8s.git/blobdiff_plain/d7a44a5b8b364f88bcfae5cbd9dadd5854c5919b..69f6e7c2b785b670c5fca667981013e3d8631fe3:/charts/arvados/templates/postgres-deployment.yaml diff --git a/charts/arvados/templates/postgres-deployment.yaml b/charts/arvados/templates/postgres-deployment.yaml index d820e8e..2d7489f 100644 --- a/charts/arvados/templates/postgres-deployment.yaml +++ b/charts/arvados/templates/postgres-deployment.yaml @@ -28,7 +28,7 @@ spec: terminationGracePeriodSeconds: 1 containers: - name: {{ .Chart.Name }} - image: "postgres:9.5" + image: "postgres:10" imagePullPolicy: {{ .Values.image.pullPolicy }} env: - name: POSTGRES_HOST_AUTH_METHOD @@ -39,7 +39,7 @@ spec: subPath: create_dbs.sh {{- if .Values.postgres.persistence.enabled }} - name: postgres-storage - mountPath: /var/lib/postgresql/data + mountPath: /var/lib/postgresql {{- end }} volumes: - name: postgres-configmap