feat(container): update image ghcr.io/controlplaneio-fluxcd/charts/flux-operator ( 0.40.0 → 0.41.1 )#657
Open
bot-syl[bot] wants to merge 1 commit intomainfrom
Open
feat(container): update image ghcr.io/controlplaneio-fluxcd/charts/flux-operator ( 0.40.0 → 0.41.1 )#657bot-syl[bot] wants to merge 1 commit intomainfrom
bot-syl[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
--- HelmRelease: flux-system/flux-operator ClusterRole: flux-system/flux-web-admin
+++ HelmRelease: flux-system/flux-operator ClusterRole: flux-system/flux-web-admin
@@ -28,7 +28,31 @@
- '*'
verbs:
- patch
- reconcile
- suspend
- resume
+ - download
+- apiGroups:
+ - apps
+ resources:
+ - deployments
+ - statefulsets
+ - daemonsets
+ verbs:
+ - patch
+ - restart
+- apiGroups:
+ - batch
+ resources:
+ - cronjobs
+ - jobs
+ verbs:
+ - create
+ - restart
+- apiGroups:
+ - ''
+ resources:
+ - pods
+ verbs:
+ - delete
--- HelmRelease: flux-system/flux-operator Deployment: flux-system/flux-operator
+++ HelmRelease: flux-system/flux-operator Deployment: flux-system/flux-operator
@@ -44,13 +44,13 @@
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/controlplaneio-fluxcd/flux-operator:v0.40.0
+ image: ghcr.io/controlplaneio-fluxcd/flux-operator:v0.41.1
imagePullPolicy: IfNotPresent
ports:
- name: http-metrics
containerPort: 8080
protocol: TCP
- name: http |
Contributor
Author
--- kubernetes/apps/flux-system/flux-operator/app Kustomization: flux-system/flux-operator OCIRepository: flux-system/flux-operator
+++ kubernetes/apps/flux-system/flux-operator/app Kustomization: flux-system/flux-operator OCIRepository: flux-system/flux-operator
@@ -11,9 +11,9 @@
spec:
interval: 5m
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
- tag: 0.40.0
+ tag: 0.41.1
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
|
…ux-operator ( 0.40.0 → 0.41.1 )
0d4dcc7 to
d67f7be
Compare
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
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:
0.40.0→0.41.1Release Notes
controlplaneio-fluxcd/flux-operator (ghcr.io/controlplaneio-fluxcd/charts/flux-operator)
v0.41.1Compare Source
What's Changed
flux-operatorCLI to install guide by @stefanprodan in #681Full Changelog: controlplaneio-fluxcd/flux-operator@v0.41.0...v0.41.1
v0.41.0Compare Source
What's Changed
WebConfigtypes to the API package by @stefanprodan in #637create secret web-configby @stefanprodan in #640flux-operator installmanifests by @stefanprodan in #648ArtifactGeneratorby @stefanprodan in #651Rollout Restartaction for workloads by @stefanprodan in #659Run Jobaction for CronJobs by @stefanprodan in #665Deleteaction for Pods by @stefanprodan in #667DependencyNotReadyas progressing by @stefanprodan in #669New Contributors
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.40.0...v0.41.0
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.