Compare commits

...

4 Commits

Author SHA1 Message Date
kongfei605
bde522e0c4 Merge pull request #139 from logic3579/master
Update templates database and prometheus statefuset.yaml; fix prometh…
2025-11-04 19:59:16 +08:00
logic
f83cfe085e Update templates database and prometheus statefuset.yaml; fix prometheus and database errors 2025-11-03 20:45:08 +08:00
kongfei605
a24bc86b81 Merge pull request #135 from flashcatcloud/beta812
chore: 8.0.0-beta12
2025-05-30 16:02:04 +08:00
kongfei
688f66d624 chore: 8.0.0-beta12 2025-05-30 16:01:34 +08:00
4 changed files with 13 additions and 4 deletions

4
.github/Chart.yaml vendored
View File

@@ -29,7 +29,7 @@ sources:
maintainers:
- email: contact-us@flashcat.cloud
name: flashcatcloud
version: v8.0.0-beta11
version: v8.0.0-beta12
apiVersion: v1
appVersion: 8.0.0-beta11
appVersion: 8.0.0-beta12
icon: https://raw.githubusercontent.com/flashcatcloud/n9e-helm/master/n9e-icon.png

View File

@@ -29,7 +29,7 @@ sources:
maintainers:
- email: contact-us@flashcat.cloud
name: flashcatcloud
version: 0.2.10
version: 0.2.11
apiVersion: v1
appVersion: 8.0.0-beta11
appVersion: 8.0.0-beta12
icon: https://raw.githubusercontent.com/flashcatcloud/n9e-helm/master/n9e-icon.png

View File

@@ -55,6 +55,8 @@ spec:
terminationGracePeriodSeconds: 120
containers:
- name: mysql
args:
- "--ignore-db-dir=lost+found"
image: {{ .Values.database.internal.image.repository }}:{{ .Values.database.internal.image.tag }}
imagePullPolicy: {{ .Values.imagePullPolicy }}
ports:

View File

@@ -40,6 +40,13 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
initContainers:
- name: fix-permission
image: busybox
command: ["sh", "-c", "chown -R 65534:65534 /prometheus"]
volumeMounts:
- name: prometheus-data
mountPath: /prometheus
containers:
- args:
- --config.file=/etc/prometheus/prometheus.yml