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
4 changes: 2 additions & 2 deletions .github/workflows/flux-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
resource: ["helmrelease", "kustomization"]
steps:
- name: Setup Flux CLI
uses: fluxcd/flux2/action@871be9b40d53627786d3a3835a3ddba1e3234bd2 # v2.8.3
uses: fluxcd/flux2/action@5adad89dcce7b79f20274ae8e112bcec7bd46764 # v2.8.5

- name: Diff Resources
uses: allenporter/flux-local/action/diff@d4ebcae7ae08c8c8b8b7c1f515cf86759f9ca950 # 8.1.0
uses: allenporter/flux-local/action/diff@4d666add25002f550dc0dbe8b2b2f25859169b34 # 8.2.0
id: diff
with:
path: "./kubernetes"
Expand Down
4 changes: 2 additions & 2 deletions .mise/config.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tools]
flux2 = "2.8.3"
flux2 = "2.8.5"
go = "1.26.2"
"go:github.com/cloudnative-pg/cloudnative-pg/cmd/kubectl-cnpg" = "1.29.0"
helm = "4.1.4"
jq = "1.8.1"
kubectl = "1.35.3"
opentofu = "1.11.5"
"pipx:flux-local" = "8.1.0"
"pipx:flux-local" = "8.2.0"
terragrunt = "0.99.5"
usage = "3.2.0"
uv = "0.11.5"
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.3
- github.com/fluxcd/flux2/manifests/install?ref=v2.8.5
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:b7b6d7bba0e69728b2962c66885b5a2cdf26cdb9305872b9ec486e74104749f6
digest: sha256:ffb44e1d6ade00aed4b0451a217cdfd3025ffed71137c2c1bb77f44d1b7f36f8
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
Expand Down
Loading