Skip to content

Commit 1c0dc81

Browse files
committed
2 parents 615f9b2 + 272b0bf commit 1c0dc81

21 files changed

Lines changed: 867 additions & 71 deletions

File tree

CLAUDE.md

Lines changed: 816 additions & 0 deletions
Large diffs are not rendered by default.

infrastructure/controllers/argocd/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resources:
1111
helmCharts:
1212
- name: argo-cd
1313
repo: https://argoproj.github.io/argo-helm
14-
version: "9.3.4" # It's good practice to pin the chart version
14+
version: "9.3.7" # It's good practice to pin the chart version
1515
releaseName: argocd
1616
namespace: argocd
1717
valuesFile: values.yaml

infrastructure/controllers/external-secrets/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resources:
1111
helmCharts:
1212
- name: external-secrets
1313
repo: https://charts.external-secrets.io
14-
version: 1.2.1
14+
version: 1.3.1
1515
releaseName: external-secrets
1616
valuesFile: values.yaml
1717
includeCRDs: true

infrastructure/database/redis/redis-instance/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resources:
1111
helmCharts:
1212
- name: redis
1313
repo: oci://registry-1.docker.io/bitnamicharts
14-
version: 24.1.0
14+
version: 24.1.2
1515
releaseName: redis
1616
namespace: redis-instance
1717
includeCRDs: true

infrastructure/networking/cloudflared/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
topologyKey: kubernetes.io/hostname
3030
containers:
3131
- name: cloudflared
32-
image: cloudflare/cloudflared:2026.1.1 # renovate: docker=cloudflare/cloudflared
32+
image: cloudflare/cloudflared:2026.1.2 # renovate: docker=cloudflare/cloudflared
3333
imagePullPolicy: IfNotPresent
3434
args:
3535
- tunnel

infrastructure/storage/longhorn/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resources:
1010
helmCharts:
1111
- name: longhorn
1212
repo: https://charts.longhorn.io
13-
version: 1.10.1
13+
version: 1.11.0
1414
releaseName: longhorn
1515
namespace: longhorn-system
1616
valuesFile: values.yaml

infrastructure/storage/volsync/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Use perfectra1n image that includes Kopia mover
66
image: &image
77
repository: ghcr.io/perfectra1n/volsync
8-
tag: 0.17.6
8+
tag: 0.17.7
99

1010
# Set all mover images to same version
1111
kopia: *image

monitoring/loki-stack/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resources:
88
helmCharts:
99
- name: loki
1010
repo: https://grafana.github.io/helm-charts
11-
version: 6.49.0
11+
version: 6.51.0
1212
releaseName: loki
1313
namespace: loki-stack
1414
valuesFile: values.yaml

monitoring/prometheus-stack/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ patchesStrategicMerge:
2121
helmCharts:
2222
- name: kube-prometheus-stack
2323
repo: https://prometheus-community.github.io/helm-charts
24-
version: 81.2.2
24+
version: 81.5.0
2525
releaseName: kube-prometheus-stack
2626
namespace: prometheus-stack
2727
valuesFile: values.yaml

monitoring/tempo/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ resources:
88
helmCharts:
99
- name: tempo
1010
repo: https://grafana.github.io/helm-charts
11-
version: 1.24.3 # Latest
11+
version: 1.24.4 # Latest
1212
releaseName: tempo
1313
valuesFile: values.yaml

0 commit comments

Comments
 (0)