Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .mise/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tools]
deno = "2.9.1"
flux2 = "2.8.8"
flux2 = "2.9.2"
go = "1.26.5"
"go:github.com/cloudnative-pg/cloudnative-pg/cmd/kubectl-cnpg" = "v1.30.0"
"go:github.com/home-operations/flate/cmd/flate" = "0.4.10"
Expand Down
51 changes: 29 additions & 22 deletions .mise/mise.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: flux-operator
version: 0.53.0
version: 0.56.0
sourceRef:
kind: HelmRepository
name: controlplaneio
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/preview/demo/controller/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
serviceAccountName: demo-controller
containers:
- name: demo-controller
image: ghcr.io/fluxcd/flux-cli:v2.9.0@sha256:67ef7f17069e3898551fe3c0f145fb8ce9ace2fcb6320b1f57f89a7a82204600
image: ghcr.io/fluxcd/flux-cli:v2.9.3@sha256:148ad45c3bd6e2f051bda3d1e4572a1f4e546b3fc0b658bf1391ac1ec277a475
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/bootstrap/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- github.com/fluxcd/flux2/manifests/install?ref=v2.8.8
- github.com/fluxcd/flux2/manifests/install?ref=v2.9.2
patches:
- patch: |-
$patch: delete
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/flux/config/flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
interval: 10m
url: oci://ghcr.io/fluxcd/flux-manifests
ref:
digest: sha256:8821ea055dae42a20517b0f2abbfb25140207584d8faa17bbbca99323d2fea18
digest: sha256:860793215982d8703f2b7e31d9637531729081edd198b12c73a5182d7f0aa267
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
Expand Down
Loading