From 1354b2e80122162a1c902e4b560e594b80ff3cdd Mon Sep 17 00:00:00 2001 From: PrivacyEngineering <$GITHUB_ACTOR@users.noreply.github.com> Date: Tue, 12 Dec 2023 11:34:54 +0000 Subject: [PATCH] pushed from refs/heads/master --- charts/hawk/Chart.yaml | 2 +- charts/hawk/templates/postgres-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/hawk/Chart.yaml b/charts/hawk/Chart.yaml index 5910c09..1da4de4 100644 --- a/charts/hawk/Chart.yaml +++ b/charts/hawk/Chart.yaml @@ -17,7 +17,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.2 +version: 1.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/hawk/templates/postgres-deployment.yaml b/charts/hawk/templates/postgres-deployment.yaml index 5bc7339..ba4f386 100644 --- a/charts/hawk/templates/postgres-deployment.yaml +++ b/charts/hawk/templates/postgres-deployment.yaml @@ -29,7 +29,7 @@ spec: - name: "{{ include "hawk.fullname" . }}-postgres" securityContext: {{- toYaml .Values.postgres.securityContext | nindent 12 }} - image: "{{ .Values.postgres.image.repository }}:{{ .Values.postgres.image.tag | default .Chart.AppVersion }}" + image: "{{ .Values.postgres.image.repository }}:{{ .Values.postgres.image.tag | default "16.1" }}" imagePullPolicy: {{ .Values.postgres.image.pullPolicy }} env: - name: POSTGRES_USER