Skip to content

Commit 57b1f40

Browse files
authored
πŸ”„ synced file(s) with geekifier/xenu-ng (#18)
Co-authored-by: geekifier <null>
1 parent abb3c13 commit 57b1f40

File tree

13 files changed

+21
-21
lines changed

13 files changed

+21
-21
lines changed

β€Ž.mise.tomlβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ TALOS_DIR = "{{config_root}}/talos"
1212
[tools]
1313
python = "3.13"
1414
"pipx:makejinja" = "2.8.0"
15-
"pipx:flux-local" = "7.5.5"
15+
"pipx:flux-local" = "7.5.6"
1616
talhelper = "3.0.29"
1717
uv = "latest"
1818
k9s = "latest"
1919
helm-diff = "latest"
2020
"aqua:cilium/cilium-cli" = "0.18.4"
21-
"aqua:cli/cli" = "2.74.1"
22-
"aqua:cloudflare/cloudflared" = "2025.6.0"
21+
"aqua:cli/cli" = "2.74.2"
22+
"aqua:cloudflare/cloudflared" = "2025.6.1"
2323
"aqua:cue-lang/cue" = "0.13.1"
2424
"aqua:FiloSottile/age" = "1.2.1"
25-
"aqua:fluxcd/flux2" = "2.6.1"
25+
"aqua:fluxcd/flux2" = "2.6.2"
2626
"aqua:getsops/sops" = "3.10.2"
2727
"aqua:go-task/task" = "3.44.0"
28-
"aqua:helm/helm" = "3.18.2"
28+
"aqua:helm/helm" = "3.18.3"
2929
"aqua:helmfile/helmfile" = "1.1.2"
3030
"aqua:jqlang/jq" = "1.7.1"
3131
"aqua:kubernetes-sigs/kustomize" = "5.6.0"

β€Žbootstrap/helmfile.yamlβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ releases:
3131
namespace: kube-system
3232
atomic: true
3333
chart: cilium/cilium
34-
version: 1.17.4
34+
version: 1.17.5
3535
values: ['{{ requiredEnv "ROOT_DIR" }}/kubernetes/apps/kube-system/cilium/app/helm/values.yaml']
3636

3737
- name: coredns
3838
namespace: kube-system
3939
atomic: true
4040
chart: coredns/coredns
41-
version: 1.42.3
41+
version: 1.43.0
4242
values: ['{{ requiredEnv "ROOT_DIR" }}/kubernetes/apps/kube-system/coredns/app/helm/values.yaml']
4343
needs: ['kube-system/cilium']
4444

@@ -54,22 +54,22 @@ releases:
5454
namespace: cert-manager
5555
atomic: true
5656
chart: jetstack/cert-manager
57-
version: v1.18.0
57+
version: v1.18.1
5858
values: ['{{ requiredEnv "ROOT_DIR" }}/kubernetes/apps/cert-manager/cert-manager/app/helm/values.yaml']
5959
needs: ['kube-system/spegel']
6060

6161
- name: flux-operator
6262
namespace: flux-system
6363
atomic: true
6464
chart: controlplaneio/flux-operator
65-
version: 0.22.0
65+
version: 0.23.0
6666
values: ['{{ requiredEnv "ROOT_DIR" }}/kubernetes/apps/flux-system/flux-operator/app/helm/values.yaml']
6767
needs: ['cert-manager/cert-manager']
6868

6969
- name: flux-instance
7070
namespace: flux-system
7171
atomic: true
7272
chart: controlplaneio/flux-instance
73-
version: 0.22.0
73+
version: 0.23.0
7474
values: ['{{ requiredEnv "ROOT_DIR" }}/kubernetes/apps/flux-system/flux-instance/app/helm/values.yaml']
7575
needs: ['flux-system/flux-operator']

β€Žkubernetes/apps/db/dragonfly/cluster/dragonfly-shared.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
spec:
99
labels:
1010
dragonflydb.io/cluster: dragonfly-shared
11-
image: ghcr.io/dragonflydb/dragonfly:v1.30.3
11+
image: ghcr.io/dragonflydb/dragonfly:v1.31.0
1212
# replicas=2 creates 1 primary and 1 replica Dragonly instance
1313
replicas: 2
1414
env:

β€Žkubernetes/apps/db/ext-postgres-operator/app/helmrelease.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
chart:
1010
spec:
1111
chart: *app
12-
version: 2.0.0
12+
version: 2.0.1
1313
sourceRef:
1414
kind: HelmRepository
1515
name: ext-postgres-operator-repo

β€Žkubernetes/apps/flux-system/flux-instance/app/helm/values.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
instance:
33
distribution:
44
# renovate: datasource=github-releases depName=controlplaneio-fluxcd/distribution
5-
version: 2.6.1
5+
version: 2.6.2
66
cluster:
77
networkPolicy: false
88
components:

β€Žkubernetes/apps/flux-system/flux-instance/app/helmrelease.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
1111
operation: copy
1212
ref:
13-
tag: 0.22.0
13+
tag: 0.23.0
1414
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
1515
verify:
1616
provider: cosign

β€Žkubernetes/apps/flux-system/flux-operator/app/helmrelease.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
1111
operation: copy
1212
ref:
13-
tag: 0.22.0
13+
tag: 0.23.0
1414
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
1515
verify:
1616
provider: cosign

β€Žkubernetes/apps/kube-system/cilium/app/helmrelease.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
chart:
2020
spec:
2121
chart: cilium
22-
version: 1.17.4
22+
version: 1.17.5
2323
sourceRef:
2424
kind: HelmRepository
2525
name: cilium

β€Žkubernetes/apps/kube-system/coredns/app/helmrelease.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
operation: copy
1212
url: oci://ghcr.io/coredns/charts/coredns
1313
ref:
14-
tag: 1.42.3
14+
tag: 1.43.0
1515
verify:
1616
provider: cosign
1717
---

β€Žkubernetes/apps/kube-system/reloader/app/helmrelease.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
1111
operation: copy
1212
ref:
13-
tag: 2.1.3
13+
tag: 2.1.4
1414
url: oci://ghcr.io/stakater/charts/reloader
1515
---
1616
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2.json

0 commit comments

Comments
Β (0)