From 828c6b962810363c5149c4f1cacb1b3a6cedb625 Mon Sep 17 00:00:00 2001 From: nidotls <44165353+nidotls@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:50:40 +0100 Subject: [PATCH 1/4] [sophora-server]: allow default container name override via nameOverride --- charts/sophora-server/templates/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/sophora-server/templates/statefulset.yaml b/charts/sophora-server/templates/statefulset.yaml index 0b70dec..757c4bb 100644 --- a/charts/sophora-server/templates/statefulset.yaml +++ b/charts/sophora-server/templates/statefulset.yaml @@ -127,7 +127,7 @@ spec: {{ include "common.tplvalues.render" (dict "value" .Values.extraInitContainers "context" $) | nindent 8 }} {{- end }} containers: - - name: {{ .Chart.Name }} + - name: {{ include "sophora-server.name" . }} securityContext: {{- toYaml .Values.securityContext | nindent 12 }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" From bb715e5fe037b08cfaa407942a488f053ced588e Mon Sep 17 00:00:00 2001 From: nidotls <44165353+nidotls@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:51:12 +0100 Subject: [PATCH 2/4] [sophora-metadata-supplier]: allow default container name override via nameOverride --- charts/sophora-metadata-supplier/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/sophora-metadata-supplier/templates/deployment.yaml b/charts/sophora-metadata-supplier/templates/deployment.yaml index 4c0dc5e..830c03c 100644 --- a/charts/sophora-metadata-supplier/templates/deployment.yaml +++ b/charts/sophora-metadata-supplier/templates/deployment.yaml @@ -87,7 +87,7 @@ spec: mv *.jar /plugins {{- end }} containers: - - name: {{ .Chart.Name }} + - name: {{ include "sophora-metadata-supplier.name" . }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} volumeMounts: From e95cbbcfb2238a26a35945ffb636328f5976290f Mon Sep 17 00:00:00 2001 From: nidotls <44165353+nidotls@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:32:15 +0100 Subject: [PATCH 3/4] chore: Increment sophora-server and sophora-metadata-supplier Chart.yaml versions --- charts/sophora-metadata-supplier/Chart.yaml | 2 +- charts/sophora-server/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/sophora-metadata-supplier/Chart.yaml b/charts/sophora-metadata-supplier/Chart.yaml index 1b683a5..b1e64b9 100644 --- a/charts/sophora-metadata-supplier/Chart.yaml +++ b/charts/sophora-metadata-supplier/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: sophora-metadata-supplier description: Sophora Metadata Supplier (SMS) type: application -version: 1.1.1 +version: 1.1.2 appVersion: '4.14.0' diff --git a/charts/sophora-server/Chart.yaml b/charts/sophora-server/Chart.yaml index 664a58c..288a521 100644 --- a/charts/sophora-server/Chart.yaml +++ b/charts/sophora-server/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: 2.5.0 +version: 2.5.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 From 140c9cae1359d11ce3f2313b7d872e5e85e64d9f Mon Sep 17 00:00:00 2001 From: nidotls <44165353+nidotls@users.noreply.github.com> Date: Wed, 27 Nov 2024 18:01:12 +0100 Subject: [PATCH 4/4] chore: Increment sophora-server version --- charts/sophora-server/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/sophora-server/Chart.yaml b/charts/sophora-server/Chart.yaml index 288a521..4f0ecf4 100644 --- a/charts/sophora-server/Chart.yaml +++ b/charts/sophora-server/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: 2.5.1 +version: 2.5.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