mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Fix: helm: remove deprecated values that caused helm template error for post install hook (#5108)
* Update post-install-bucket-hook.yaml - remove deprecated volume checks * Update Chart.yaml - update chart version to 3.60.0
This commit is contained in:
parent
fe7ff5c4db
commit
2b323a8293
|
@ -2,4 +2,4 @@ apiVersion: v1
|
||||||
description: SeaweedFS
|
description: SeaweedFS
|
||||||
name: seaweedfs
|
name: seaweedfs
|
||||||
appVersion: "3.59"
|
appVersion: "3.59"
|
||||||
version: 3.59.4
|
version: 3.60.0
|
||||||
|
|
|
@ -80,9 +80,6 @@ spec:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- containerPort: {{ .Values.master.grpcPort }}
|
- containerPort: {{ .Values.master.grpcPort }}
|
||||||
#name: swfs-master-grpc
|
#name: swfs-master-grpc
|
||||||
{{- if .Values.master.readinessProbe.enabled }}
|
|
||||||
{{- $hostpath_exists := include "master.hostpath_exists" . -}}
|
|
||||||
{{- $existing_claims := include "master.existing_claims" . -}}
|
|
||||||
{{- if .Values.filer.s3.enableAuth }}
|
{{- if .Values.filer.s3.enableAuth }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: config-users
|
- name: config-users
|
||||||
|
@ -93,8 +90,7 @@ spec:
|
||||||
{{- else }}
|
{{- else }}
|
||||||
secretName: seaweedfs-s3-secret
|
secretName: seaweedfs-s3-secret
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}{{/** if .Values.filer.s3.enableAuth **/}}
|
||||||
{{- end }}
|
{{- end }}{{/** if .Values.master.enabled **/}}
|
||||||
{{- end }}
|
{{- end }}{{/** if .Values.filer.s3.enabled **/}}
|
||||||
{{- end }}
|
{{- end }}{{/** if .Values.filer.s3.createBuckets **/}}
|
||||||
{{- end }}
|
|
||||||
|
|
Loading…
Reference in a new issue