File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 6.0.3 (2025-12-01 )
3+ ## 6.0.4 (2025-12-02 )
44
5- * [ bitnami/seaweedfs] fix chown on volume-permissions (master & volume) ([ #36386 ] ( https://github.com/bitnami/charts/pull/36386 ) )
5+ * [ bitnami/seaweedfs] Fix volume-permissions initContainer ([ #36397 ] ( https://github.com/bitnami/charts/pull/36397 ) )
6+
7+ ## <small >6.0.3 (2025-12-02)</small >
8+
9+ * [ bitnami/* ] Remove annotations.category (#36224 ) ([ 2abc0f9] ( https://github.com/bitnami/charts/commit/2abc0f9d7e89a5453e57f029c66f581b3d5855ef ) ), closes [ #36224 ] ( https://github.com/bitnami/charts/issues/36224 )
10+ * [ bitnami/* ] [ TNZ-62332 ] Modify charts' READMEs title (#36372 ) ([ 2012e46] ( https://github.com/bitnami/charts/commit/2012e46699f555bb1e10134691031975bb5ca50b ) ), closes [ #36372 ] ( https://github.com/bitnami/charts/issues/36372 )
11+ * [ bitnami/seaweedfs] fix chown on volume-permissions (master & volume) (#36386 ) ([ 20ad0ef] ( https://github.com/bitnami/charts/commit/20ad0ef9e4193a3ec60c457c7831cc6c89b600cb ) ), closes [ #36386 ] ( https://github.com/bitnami/charts/issues/36386 )
12+ * Change wording in Chart's READMEs (#36379 ) ([ a4ef0a6] ( https://github.com/bitnami/charts/commit/a4ef0a63877fcf32895869ceef0916c15a4718e5 ) ), closes [ #36379 ] ( https://github.com/bitnami/charts/issues/36379 )
13+ * Remove TAC sentence present in some READMEs (#36381 ) ([ e07d331] ( https://github.com/bitnami/charts/commit/e07d3319b61f49ddf6f431da3ed7ec0e0be3d5d0 ) ), closes [ #36381 ] ( https://github.com/bitnami/charts/issues/36381 )
614
715## <small >6.0.1 (2025-08-26)</small >
816
Original file line number Diff line number Diff line change @@ -50,4 +50,4 @@ name: seaweedfs
5050sources :
5151- https://github.com/bitnami/charts/tree/main/bitnami/seawwedfs
5252- https://github.com/bitnami/containers/tree/main/bitnami/seaweedfs
53- version : 6.0.3
53+ version : 6.0.4
Original file line number Diff line number Diff line change 9393 - -ec
9494 - |
9595 mkdir -p {{ .Values.master.persistence.mountPath }}
96- chown -R {{ .Values.master.containerSecurityContext.runAsUser }}: {{ .Values.master.podSecurityContext.fsGroup }} {{ .Values.master.persistence.mountPath }}
96+ find {{ .Values.master.persistence.mountPath }} -mindepth 1 -maxdepth 1 -not -name ".snapshot" -not -name "lost+found" | xargs -r chown -R {{ .Values.master.containerSecurityContext.runAsUser }}: {{ .Values.master.podSecurityContext.fsGroup }}
9797 {{- if .Values.volumePermissions.containerSecurityContext.enabled }}
9898 securityContext : {{- include "common.compatibility.renderSecurityContext" (dict "secContext" .Values.volumePermissions.containerSecurityContext "context" $) | nindent 12 }}
9999 {{- end }}
You can’t perform that action at this time.
0 commit comments