From 3a30975fbd2b02ac2e917f2e6774ec64a075b025 Mon Sep 17 00:00:00 2001 From: Mateusz Filipowicz Date: Sat, 5 Mar 2022 14:24:30 +0100 Subject: [PATCH 1/2] fix(helm): specify mode for mounted postgresql SSL secrets --- .../charts/charts/indexer/templates/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/charts/charts/indexer/templates/deployment.yaml b/infrastructure/charts/charts/indexer/templates/deployment.yaml index 5e2afce9..1f563224 100644 --- a/infrastructure/charts/charts/indexer/templates/deployment.yaml +++ b/infrastructure/charts/charts/indexer/templates/deployment.yaml @@ -74,15 +74,15 @@ spec: - mountPath: /home/cnb/.postgresql/postgresql.pk8 subPath: privateKey name: postgresql-tls - readOnly: true + mode: 600 - mountPath: /home/cnb/.postgresql/postgresql.crt subPath: cert name: postgresql-tls - readOnly: true + mode: 600 - mountPath: /home/cnb/.postgresql/root.crt subPath: serverCACert name: postgresql-tls - readOnly: true + mode: 600 {{- end }} ports: - name: http From 9683ee970f540d00e4a280d24d501334a128f817 Mon Sep 17 00:00:00 2001 From: Mateusz Filipowicz Date: Sat, 5 Mar 2022 14:25:06 +0100 Subject: [PATCH 2/2] chore(release): bump chart version to 0.2.2 --- infrastructure/charts/Chart.yaml | 4 ++-- infrastructure/charts/charts/indexer/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/charts/Chart.yaml b/infrastructure/charts/Chart.yaml index 61c063e7..fb665897 100644 --- a/infrastructure/charts/Chart.yaml +++ b/infrastructure/charts/Chart.yaml @@ -5,7 +5,7 @@ type: application # This is the chart version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.1 +version: 0.2.2 # This is the version number of the application being deployed. appVersion: 0.0.1 @@ -22,7 +22,7 @@ maintainers: email: mateusz.filipowicz@roche.com dependencies: - name: indexer - version: 0.2.1 + version: 0.2.2 - name: postgresql version: 10.16.2 repository: https://charts.bitnami.com/bitnami diff --git a/infrastructure/charts/charts/indexer/Chart.yaml b/infrastructure/charts/charts/indexer/Chart.yaml index aa2380f1..58f1a043 100644 --- a/infrastructure/charts/charts/indexer/Chart.yaml +++ b/infrastructure/charts/charts/indexer/Chart.yaml @@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes type: application -version: 0.2.1 +version: 0.2.2 appVersion: "1.16.0"