Skip to content

Commit

Permalink
chore(k8s/flux): do not pin flux-manifest digest
Browse files Browse the repository at this point in the history
The format for digest is not the same as for docker images. So instead
of properly setting up parser for current version, digest is just
disabled.
  • Loading branch information
qlonik committed Feb 26, 2024
1 parent 1bf4924 commit 54be19f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"group": {
"commitMessageTopic": "{{{groupName}}} group"
},
"pinDigests": false,
"separateMinorPatch": true
}
]
Expand Down
2 changes: 1 addition & 1 deletion evaluation/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:
tag: v2.2.3@sha256:187f6a409354d1a6156bb9ede0c81da13e1daccef421203575d23679ccc9b320
tag: v2.2.3
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
Expand Down

0 comments on commit 54be19f

Please sign in to comment.