File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: rocketadmin
33description : Rocketadmin is a web-based application for creating admin panels for your projects.
44type : application
55icon : https://avatars.githubusercontent.com/u/84132223
6- version : 1.0.2
6+ version : 1.0.4
77home : https://rocketadmin.com
88sources :
99 - https://github.com/rocket-admin/rocketadmin
10- appVersion : " 1.0.19 "
10+ appVersion : " 1.1.0 "
1111dependencies :
1212- name : postgresql
1313 repository : oci://registry-1.docker.io/bitnamicharts
Original file line number Diff line number Diff line change 2626 {{- end }}
2727 serviceAccountName : {{ include "rocketadmin.serviceAccountName" . }}
2828 securityContext :
29- fsGroup : 999
3029 {{- toYaml .Values.podSecurityContext | nindent 8 }}
3130{{- if .Values.pglite.enabled }}
3231 strategy :
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ serviceAccount:
3838
3939podAnnotations : {}
4040
41- podSecurityContext : {}
42- # fsGroup: 2000
41+ podSecurityContext :
42+ fsGroup : 999
4343
4444securityContext : {}
4545 # capabilities:
You can’t perform that action at this time.
0 commit comments