generated from onedr0p/cluster-template
-
Couldn't load subscription status.
- Fork 0
feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.6.1 → v2.7.2 ) #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/controlplaneio-fluxcd-distribution-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2
−2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- HelmRelease: flux-system/flux-instance FluxInstance: flux-system/flux
+++ HelmRelease: flux-system/flux-instance FluxInstance: flux-system/flux
@@ -7,13 +7,13 @@
labels:
app.kubernetes.io/name: flux-instance
app.kubernetes.io/instance: flux-instance
app.kubernetes.io/managed-by: Helm
spec:
distribution:
- version: 2.6.1
+ version: 2.7.2
registry: ghcr.io/fluxcd
artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:latest
components:
- source-controller
- kustomize-controller
- helm-controller |
--- kubernetes/apps/flux-system/flux-instance/app Kustomization: flux-system/flux-instance HelmRelease: flux-system/flux-instance
+++ kubernetes/apps/flux-system/flux-instance/app Kustomization: flux-system/flux-instance HelmRelease: flux-system/flux-instance
@@ -23,8 +23,8 @@
cleanupOnFail: true
remediation:
retries: 3
strategy: rollback
valuesFrom:
- kind: ConfigMap
- name: flux-instance-values-78b6h5ggmm
+ name: flux-instance-values-77f5t7hkch
--- kubernetes/apps/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-values-78b6h5ggmm
+++ kubernetes/apps/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-values-78b6h5ggmm
@@ -1,30 +0,0 @@
----
-apiVersion: v1
-data:
- values.yaml: |
- ---
- instance:
- distribution:
- # renovate: datasource=github-releases depName=controlplaneio-fluxcd/distribution
- version: 2.6.1
- cluster:
- networkPolicy: false
- components:
- - source-controller
- - kustomize-controller
- - helm-controller
- - notification-controller
- sync:
- kind: GitRepository
- url: "https://github.com/rutbergphilip/homelab.git"
- ref: "refs/heads/main"
- path: kubernetes/flux/cluster
-kind: ConfigMap
-metadata:
- labels:
- app.kubernetes.io/name: flux-instance
- kustomize.toolkit.fluxcd.io/name: flux-instance
- kustomize.toolkit.fluxcd.io/namespace: flux-system
- name: flux-instance-values-78b6h5ggmm
- namespace: flux-system
-
--- kubernetes/apps/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-values-77f5t7hkch
+++ kubernetes/apps/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-values-77f5t7hkch
@@ -0,0 +1,30 @@
+---
+apiVersion: v1
+data:
+ values.yaml: |
+ ---
+ instance:
+ distribution:
+ # renovate: datasource=github-releases depName=controlplaneio-fluxcd/distribution
+ version: 2.7.2
+ cluster:
+ networkPolicy: false
+ components:
+ - source-controller
+ - kustomize-controller
+ - helm-controller
+ - notification-controller
+ sync:
+ kind: GitRepository
+ url: "https://github.com/rutbergphilip/homelab.git"
+ ref: "refs/heads/main"
+ path: kubernetes/flux/cluster
+kind: ConfigMap
+metadata:
+ labels:
+ app.kubernetes.io/name: flux-instance
+ kustomize.toolkit.fluxcd.io/name: flux-instance
+ kustomize.toolkit.fluxcd.io/namespace: flux-system
+ name: flux-instance-values-77f5t7hkch
+ namespace: flux-system
+ |
1537c8b to
b0cfb79
Compare
86cea6f to
1ed00fb
Compare
e714226 to
91799c5
Compare
eb9a814 to
3cba579
Compare
606fb3a to
c666a18
Compare
2df5f17 to
6752fc8
Compare
17412d9 to
3d2e431
Compare
3d2e431 to
9cf4668
Compare
fc571d0 to
31ea209
Compare
f8b5618 to
f6ba411
Compare
f6ba411 to
f83d961
Compare
…on ( v2.6.1 → v2.7.2 )
f83d961 to
8c8c6d3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.6.1->2.7.2Release Notes
controlplaneio-fluxcd/distribution (controlplaneio-fluxcd/distribution)
v2.7.2: Flux v2.7.2Compare Source
See the distribution release notes for more details.
v2.7.1: Flux v2.7.1Compare Source
See the distribution release notes for more details.
v2.7.0: Flux v2.7.0Compare Source
See the distribution release notes for more details.
v2.6.4: Flux v2.6.4Compare Source
See the distribution release notes for more details.
v2.6.3: Flux v2.6.3Compare Source
See the distribution release notes for more details.
v2.6.2: Flux v2.6.2Compare Source
See the distribution release notes for more details.
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.