Skip to content

Commit 2d09d8e

Browse files
authored
Merge branch 'main' into tmp
2 parents 7da26a0 + 1faed95 commit 2d09d8e

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

charts/rocketadmin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: rocketadmin
33
description: Rocketadmin is a web-based application for creating admin panels for your projects.
44
type: application
55
icon: https://avatars.githubusercontent.com/u/84132223
6-
version: 1.0.2
6+
version: 1.0.4
77
home: https://rocketadmin.com
88
sources:
99
- https://github.com/rocket-admin/rocketadmin
10-
appVersion: "1.0.19"
10+
appVersion: "1.1.0"
1111
dependencies:
1212
- name: postgresql
1313
repository: oci://registry-1.docker.io/bitnamicharts

charts/rocketadmin/templates/deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ spec:
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:

charts/rocketadmin/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ serviceAccount:
3838

3939
podAnnotations: {}
4040

41-
podSecurityContext: {}
42-
# fsGroup: 2000
41+
podSecurityContext:
42+
fsGroup: 999
4343

4444
securityContext: {}
4545
# capabilities:

0 commit comments

Comments
 (0)