From c11ad0a0fc0545349993bf6fed06f723f36c78e3 Mon Sep 17 00:00:00 2001 From: Anna Bruce Date: Wed, 23 Oct 2024 10:49:00 +0100 Subject: [PATCH 1/3] Fix missing imagePullPolicy on persistence init container Signed-off-by: Anna Bruce --- charts/opensearch/CHANGELOG.md | 9 +++++++++ charts/opensearch/Chart.yaml | 2 +- charts/opensearch/templates/statefulset.yaml | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/charts/opensearch/CHANGELOG.md b/charts/opensearch/CHANGELOG.md index 37ea7ba3..4a1dc768 100644 --- a/charts/opensearch/CHANGELOG.md +++ b/charts/opensearch/CHANGELOG.md @@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Security --- +## [1.31.1] +### Added +### Changed +### Deprecated +### Removed +### Fixed +- Fix `image.pullPolicy` not being respected by `persistence` init container +### Security +--- ## [1.31.0] ### Added - Ability to add additional `labels` to `serviceMonitor` diff --git a/charts/opensearch/Chart.yaml b/charts/opensearch/Chart.yaml index 5fad64bb..ea031e67 100644 --- a/charts/opensearch/Chart.yaml +++ b/charts/opensearch/Chart.yaml @@ -15,7 +15,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.31.0 +version: 1.31.1 # 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/opensearch/templates/statefulset.yaml b/charts/opensearch/templates/statefulset.yaml index ad0a6cfa..899ee7d8 100644 --- a/charts/opensearch/templates/statefulset.yaml +++ b/charts/opensearch/templates/statefulset.yaml @@ -232,6 +232,7 @@ spec: {{- if and .Values.persistence.enabled .Values.persistence.enableInitChown }} - name: fsgroup-volume image: "{{ template "opensearch.dockerRegistry" . }}{{ .Values.persistence.image | default "busybox" }}:{{ .Values.persistence.imageTag | default "latest" }}" + imagePullPolicy: "{{ .Values.image.pullPolicy }}" command: ['sh', '-c'] args: - 'chown -R 1000:1000 /usr/share/opensearch/data' From 2e14423de203dd52994ba1510f051c70d019cb67 Mon Sep 17 00:00:00 2001 From: Anna Bruce Date: Fri, 25 Oct 2024 10:44:49 +0100 Subject: [PATCH 2/3] Bump version numbers Signed-off-by: Anna Bruce --- charts/opensearch/CHANGELOG.md | 10 +++++++++- charts/opensearch/Chart.yaml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/charts/opensearch/CHANGELOG.md b/charts/opensearch/CHANGELOG.md index 604a00c5..614057fe 100644 --- a/charts/opensearch/CHANGELOG.md +++ b/charts/opensearch/CHANGELOG.md @@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Security --- +## [1.31.2] +### Added +### Changed +### Deprecated +### Removed +### Fixed +- Fix `image.pullPolicy` not being respected by `persistence` init container +### Security +--- ## [1.31.1] ### Added ### Changed @@ -21,7 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed ### Fixed - Resolved `helm lint` errors with extraObjects -- Fix `image.pullPolicy` not being respected by `persistence` init container ### Security --- ## [1.31.0] diff --git a/charts/opensearch/Chart.yaml b/charts/opensearch/Chart.yaml index ea031e67..22080072 100644 --- a/charts/opensearch/Chart.yaml +++ b/charts/opensearch/Chart.yaml @@ -15,7 +15,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.31.1 +version: 1.31.2 # 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 From 99dc192b4910f5f1841b4f6c88040b7c2a1c9a33 Mon Sep 17 00:00:00 2001 From: Anna Bruce Date: Fri, 8 Nov 2024 10:10:51 +0000 Subject: [PATCH 3/3] Bump version numbers 1.31.3 Signed-off-by: Anna Bruce --- charts/opensearch/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/opensearch/Chart.yaml b/charts/opensearch/Chart.yaml index 22080072..f002e2f2 100644 --- a/charts/opensearch/Chart.yaml +++ b/charts/opensearch/Chart.yaml @@ -15,7 +15,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.31.2 +version: 1.31.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