Compare commits
28 Commits
7c3454b439
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e97f789b83 | |||
|
83c4e9ac4a
|
|||
| 662e15c3ef | |||
|
e071c1744e
|
|||
| 4821188bee | |||
|
f5df07df08
|
|||
|
44000eba76
|
|||
|
50ca706c5b
|
|||
|
7efdf3eb86
|
|||
| 9abef4a475 | |||
|
2477c1f955
|
|||
| c6cdd5ad22 | |||
|
caa2b0ccd3
|
|||
| 0c9a3db42f | |||
|
fdf2736021
|
|||
| a70e709bb8 | |||
|
f9364b9c6e
|
|||
| 64877d4bc0 | |||
|
abbc8b07d9
|
|||
| c3830f0682 | |||
|
dcaaeba125
|
|||
|
73b4230d7e
|
|||
|
4729708822
|
|||
| a166620d28 | |||
|
7459ed9f70
|
|||
| 89c6c91923 | |||
|
dcdced6499
|
|||
| cf917a57d7 |
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: argo-cd
|
- name: argo-cd
|
||||||
version: 9.5.14
|
version: 9.5.17
|
||||||
repository: https://argoproj.github.io/argo-helm
|
repository: https://argoproj.github.io/argo-helm
|
||||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: kite
|
- name: kite
|
||||||
version: 0.12.1
|
version: 0.12.2
|
||||||
repository: https://zxh326.github.io/kite
|
repository: https://zxh326.github.io/kite
|
||||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: metallb
|
- name: metallb
|
||||||
version: 0.15.3
|
version: 0.16.1
|
||||||
repository: https://metallb.github.io/metallb
|
repository: https://metallb.github.io/metallb
|
||||||
@@ -1,4 +1,6 @@
|
|||||||
metallb:
|
metallb:
|
||||||
|
frrk8s:
|
||||||
|
enabled: false
|
||||||
prometheus:
|
prometheus:
|
||||||
rbacPrometheus: false
|
rbacPrometheus: false
|
||||||
podMonitor:
|
podMonitor:
|
||||||
|
|||||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: kube-prometheus-stack
|
- name: kube-prometheus-stack
|
||||||
version: 85.1.1
|
version: 86.1.0
|
||||||
repository: https://prometheus-community.github.io/helm-charts
|
repository: https://prometheus-community.github.io/helm-charts
|
||||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: rook-ceph
|
- name: rook-ceph
|
||||||
version: v1.19.5
|
version: v1.19.6
|
||||||
repository: https://charts.rook.io/release
|
repository: https://charts.rook.io/release
|
||||||
@@ -37,7 +37,7 @@ traefik:
|
|||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
additionalContainers:
|
additionalContainers:
|
||||||
- name: cloudflared
|
- name: cloudflared
|
||||||
image: cloudflare/cloudflared:2026.5.0
|
image: cloudflare/cloudflared:2026.5.2
|
||||||
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
|
||||||
@@ -59,7 +59,7 @@ velero:
|
|||||||
insecureSkipTLSVerify: "true"
|
insecureSkipTLSVerify: "true"
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: velero-plugin-for-aws
|
- name: velero-plugin-for-aws
|
||||||
image: velero/velero-plugin-for-aws:v1.14.0
|
image: velero/velero-plugin-for-aws:v1.14.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /target
|
- mountPath: /target
|
||||||
|
|||||||
Reference in New Issue
Block a user