Compare commits
2 Commits
1c2ff476c0
...
82717e75c1
| Author | SHA1 | Date | |
|---|---|---|---|
|
82717e75c1
|
|||
| 07e6f78764 |
@@ -22,9 +22,6 @@ gitea:
|
|||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteMany
|
- ReadWriteMany
|
||||||
extraVolumes:
|
extraVolumes:
|
||||||
- name: gitea-nfs-storage-backup
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: gitea-nfs-storage-backup
|
|
||||||
- name: gitea-themes-storage
|
- name: gitea-themes-storage
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: gitea-themes-storage
|
claimName: gitea-themes-storage
|
||||||
@@ -33,9 +30,6 @@ gitea:
|
|||||||
readOnly: false
|
readOnly: false
|
||||||
mountPath: /data/gitea/public/assets/css
|
mountPath: /data/gitea/public/assets/css
|
||||||
extraContainerVolumeMounts:
|
extraContainerVolumeMounts:
|
||||||
- mountPath: /opt/backup
|
|
||||||
name: gitea-nfs-storage-backup
|
|
||||||
readOnly: false
|
|
||||||
- name: gitea-themes-storage
|
- name: gitea-themes-storage
|
||||||
readOnly: true
|
readOnly: true
|
||||||
mountPath: /data/gitea/public/assets/css
|
mountPath: /data/gitea/public/assets/css
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: grafana-operator
|
- name: grafana-operator
|
||||||
repository: https://grafana.github.io/helm-charts
|
repository: https://grafana.github.io/helm-charts
|
||||||
version: v5.20.0
|
version: 5.21.1
|
||||||
- name: postgres-cluster
|
- name: postgres-cluster
|
||||||
repository: oci://harbor.alexlebens.net/helm-charts
|
repository: oci://harbor.alexlebens.net/helm-charts
|
||||||
version: 7.1.1
|
version: 7.1.1
|
||||||
@@ -11,5 +11,5 @@ dependencies:
|
|||||||
- name: redis-replication
|
- name: redis-replication
|
||||||
repository: oci://harbor.alexlebens.net/helm-charts
|
repository: oci://harbor.alexlebens.net/helm-charts
|
||||||
version: 0.5.0
|
version: 0.5.0
|
||||||
digest: sha256:7089382a69a87a15afef83277e5b59a59b192a734c402384a61e4c65319f4891
|
digest: sha256:4268870b640674c1bcde0e75f58d0c0bb0444e5a53f813f33b5ce279df86feb3
|
||||||
generated: "2025-12-15T15:30:54.939003-06:00"
|
generated: "2025-12-16T21:00:25.637787667Z"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ maintainers:
|
|||||||
- name: alexlebens
|
- name: alexlebens
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: grafana-operator
|
- name: grafana-operator
|
||||||
version: v5.20.0
|
version: 5.21.1
|
||||||
repository: https://grafana.github.io/helm-charts
|
repository: https://grafana.github.io/helm-charts
|
||||||
- name: postgres-cluster
|
- name: postgres-cluster
|
||||||
alias: postgres-18-cluster
|
alias: postgres-18-cluster
|
||||||
|
|||||||
Reference in New Issue
Block a user