Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
76783d0463
|
|||
| e26e6dc519 | |||
|
c7c28b79b5
|
|||
| 08dfcb87e3 | |||
|
37d4d6cad4
|
|||
| f29c140563 | |||
|
2f3b3104b5
|
|||
|
9a5befb246
|
|||
|
5560cb58bd
|
|||
|
8cf8de18d3
|
|||
|
c9dd02ba56
|
|||
| 2833316b8f | |||
|
98acfc6029
|
|||
| 863fd19674 | |||
|
ea6dfeff84
|
|||
| e97f789b83 | |||
|
83c4e9ac4a
|
|||
| 662e15c3ef | |||
|
e071c1744e
|
|||
| 4821188bee | |||
|
f5df07df08
|
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: argo-cd
|
- name: argo-cd
|
||||||
version: 9.5.15
|
version: 9.5.21
|
||||||
repository: https://argoproj.github.io/argo-helm
|
repository: https://argoproj.github.io/argo-helm
|
||||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: external-secrets
|
- name: external-secrets
|
||||||
version: 2.5.0
|
version: 2.6.0
|
||||||
repository: https://charts.external-secrets.io
|
repository: https://charts.external-secrets.io
|
||||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: kite
|
- name: kite
|
||||||
version: 0.12.2
|
version: 0.12.3
|
||||||
repository: https://zxh326.github.io/kite
|
repository: https://zxh326.github.io/kite
|
||||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: kube-prometheus-stack
|
- name: kube-prometheus-stack
|
||||||
version: 86.0.1
|
version: 86.2.3
|
||||||
repository: https://prometheus-community.github.io/helm-charts
|
repository: https://prometheus-community.github.io/helm-charts
|
||||||
@@ -24,5 +24,8 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: rook-ceph
|
- name: rook-ceph
|
||||||
version: v1.19.6
|
version: v1.20.0
|
||||||
repository: https://charts.rook.io/release
|
repository: https://charts.rook.io/release
|
||||||
|
- name: ceph-csi-drivers
|
||||||
|
version: 1.0.1
|
||||||
|
repository: https://ceph.github.io/ceph-csi-operator
|
||||||
@@ -1,2 +1,12 @@
|
|||||||
monitoring:
|
monitoring:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
ceph-csi-drivers:
|
||||||
|
drivers:
|
||||||
|
rbd:
|
||||||
|
name: rook-ceph.rbd.csi.ceph.com
|
||||||
|
cephfs:
|
||||||
|
name: rook-ceph.cephfs.csi.ceph.com
|
||||||
|
nvmeof:
|
||||||
|
enabled: false
|
||||||
|
nfs:
|
||||||
|
enabled: false
|
||||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: traefik
|
- name: traefik
|
||||||
version: 40.2.0
|
version: 40.3.0
|
||||||
repository: https://traefik.github.io/charts
|
repository: https://traefik.github.io/charts
|
||||||
@@ -37,7 +37,7 @@ traefik:
|
|||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
additionalContainers:
|
additionalContainers:
|
||||||
- name: cloudflared
|
- name: cloudflared
|
||||||
image: cloudflare/cloudflared:2026.5.2
|
image: cloudflare/cloudflared:2026.6.0
|
||||||
command:
|
command:
|
||||||
- cloudflared
|
- cloudflared
|
||||||
- tunnel
|
- tunnel
|
||||||
|
|||||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: velero
|
- name: velero
|
||||||
version: 12.0.1
|
version: 12.0.2
|
||||||
repository: https://vmware-tanzu.github.io/helm-charts
|
repository: https://vmware-tanzu.github.io/helm-charts
|
||||||
Reference in New Issue
Block a user