From a41359dfcaa9cee64f1862b6504cfd6ab43811b7 Mon Sep 17 00:00:00 2001 From: Infanta Xavier Date: Sat, 9 Nov 2024 00:35:22 +0530 Subject: [PATCH 1/2] remove duplicate 'ports' key, move port to existing key --- deploy/helm/templates/deployment.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/deploy/helm/templates/deployment.yaml b/deploy/helm/templates/deployment.yaml index aab51ce..516cc20 100644 --- a/deploy/helm/templates/deployment.yaml +++ b/deploy/helm/templates/deployment.yaml @@ -35,14 +35,13 @@ spec: - name: {{ .Values.port.name }} containerPort: {{ .Values.port.number }} protocol: TCP + - name: https + containerPort: 443 + protocol: TCP {{- if .Values.resources }} resources: {{- toYaml .Values.resources | nindent 12 }} {{- end }} {{- if .Values.webhook.enabled }} - ports: - - name: https - containerPort: 443 - protocol: TCP volumeMounts: - mountPath: /tmp/k8s-webhook-server/serving-certs name: cert From e3da060196d010eddd75935ca2b82407f56ea19c Mon Sep 17 00:00:00 2001 From: Infanta Xavier Date: Sat, 9 Nov 2024 00:36:27 +0530 Subject: [PATCH 2/2] also update version --- deploy/helm/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/Chart.yaml b/deploy/helm/Chart.yaml index e472ba2..f08dfb0 100644 --- a/deploy/helm/Chart.yaml +++ b/deploy/helm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: seaweedfs-operator description: A Helm chart for the seaweedfs-operator type: application -version: 0.0.2 +version: 0.1.0 appVersion: "0.0.1" maintainers: - name: chrislusf