-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update helm release flux2 to v2.14.1 #457
Merged
Conversation
This file contains 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
2a456f2
to
559aed7
Compare
--- kubernetes/flux-system Kustomization: flux-system/0-flux-system HelmRelease: flux-system/flux2
+++ kubernetes/flux-system Kustomization: flux-system/0-flux-system HelmRelease: flux-system/flux2
@@ -11,13 +11,13 @@
chart:
spec:
chart: flux2
sourceRef:
kind: HelmRepository
name: fluxcd-community
- version: 2.13.0
+ version: 2.14.1
install:
crds: CreateReplace
interval: 1h
maxHistory: 1
timeout: 1m0s
upgrade: |
--- HelmRelease: flux-system/flux2 Deployment: flux-system/helm-controller
+++ HelmRelease: flux-system/flux2 Deployment: flux-system/helm-controller
@@ -32,13 +32,13 @@
- --enable-leader-election
env:
- name: RUNTIME_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- image: ghcr.io/fluxcd/helm-controller:v1.0.1
+ image: ghcr.io/fluxcd/helm-controller:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
port: healthz
name: manager
--- HelmRelease: flux-system/flux2 Deployment: flux-system/image-automation-controller
+++ HelmRelease: flux-system/flux2 Deployment: flux-system/image-automation-controller
@@ -32,13 +32,13 @@
- --enable-leader-election
env:
- name: RUNTIME_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- image: ghcr.io/fluxcd/image-automation-controller:v0.38.0
+ image: ghcr.io/fluxcd/image-automation-controller:v0.39.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
port: healthz
name: manager
--- HelmRelease: flux-system/flux2 Deployment: flux-system/image-reflector-controller
+++ HelmRelease: flux-system/flux2 Deployment: flux-system/image-reflector-controller
@@ -32,13 +32,13 @@
- --enable-leader-election
env:
- name: RUNTIME_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- image: ghcr.io/fluxcd/image-reflector-controller:v0.32.0
+ image: ghcr.io/fluxcd/image-reflector-controller:v0.33.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
port: healthz
name: manager
--- HelmRelease: flux-system/flux2 Deployment: flux-system/kustomize-controller
+++ HelmRelease: flux-system/flux2 Deployment: flux-system/kustomize-controller
@@ -32,13 +32,13 @@
- --enable-leader-election
env:
- name: RUNTIME_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- image: ghcr.io/fluxcd/kustomize-controller:v1.3.0
+ image: ghcr.io/fluxcd/kustomize-controller:v1.4.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
port: healthz
name: manager
--- HelmRelease: flux-system/flux2 Deployment: flux-system/notification-controller
+++ HelmRelease: flux-system/flux2 Deployment: flux-system/notification-controller
@@ -31,13 +31,13 @@
- --enable-leader-election
env:
- name: RUNTIME_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- image: ghcr.io/fluxcd/notification-controller:v1.3.0
+ image: ghcr.io/fluxcd/notification-controller:v1.4.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
port: healthz
name: manager
--- HelmRelease: flux-system/flux2 Deployment: flux-system/source-controller
+++ HelmRelease: flux-system/flux2 Deployment: flux-system/source-controller
@@ -36,13 +36,13 @@
- --storage-adv-addr=source-controller.$(RUNTIME_NAMESPACE).svc.cluster.local.
env:
- name: RUNTIME_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- image: ghcr.io/fluxcd/source-controller:v1.3.0
+ image: ghcr.io/fluxcd/source-controller:v1.4.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
port: healthz
name: manager
--- HelmRelease: flux-system/flux2 Job: flux-system/flux2-flux-check
+++ HelmRelease: flux-system/flux2 Job: flux-system/flux2-flux-check
@@ -23,13 +23,13 @@
spec:
restartPolicy: Never
serviceAccountName: flux2-flux-check
automountServiceAccountToken: true
containers:
- name: flux-cli
- image: ghcr.io/fluxcd/flux-cli:v2.3.0
+ image: ghcr.io/fluxcd/flux-cli:v2.4.0
command:
- /usr/local/bin/flux
- check
- --pre
- --namespace
- flux-system |
559aed7
to
3ad78c9
Compare
3ad78c9
to
3455e2c
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.13.0
->2.14.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
fluxcd-community/helm-charts (flux2)
v2.14.1
Compare Source
A Helm chart for flux2
v2.14.0
Compare Source
A Helm chart for flux2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.