generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
feat(container): update flux operator group ( 0.13.0 → 0.33.0 ) (minor) #839
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
flowbie-bot
wants to merge
1
commit into
main
Choose a base branch
from
renovate/flux-operator
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.
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
@@ -25,10 +25,11 @@
tenantDefaultServiceAccount: default
type: kubernetes
kustomize:
patches: []
sync:
kind: GitRepository
+ interval: 1m
url: https://github.com/aumer-amr/labv2
ref: refs/heads/main
path: kubernetes/flux/cluster
--- HelmRelease: flux-system/flux-operator Deployment: flux-system/flux-operator
+++ HelmRelease: flux-system/flux-operator Deployment: flux-system/flux-operator
@@ -31,22 +31,24 @@
- --log-level=info
env:
- name: RUNTIME_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
+ - name: REPORTING_INTERVAL
+ value: 5m
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/controlplaneio-fluxcd/flux-operator:v0.13.0
+ image: ghcr.io/controlplaneio-fluxcd/flux-operator:v0.33.0
imagePullPolicy: IfNotPresent
ports:
- name: http-metrics
containerPort: 8080
protocol: TCP
- name: http
@@ -63,13 +65,13 @@
path: /readyz
port: 8081
initialDelaySeconds: 5
periodSeconds: 10
resources:
limits:
- cpu: 1000m
+ cpu: 2000m
memory: 1Gi
requests:
cpu: 100m
memory: 64Mi
volumeMounts:
- name: temp
--- HelmRelease: flux-system/flux-operator ClusterRole: flux-system/flux-operator-edit
+++ HelmRelease: flux-system/flux-operator ClusterRole: flux-system/flux-operator-edit
@@ -0,0 +1,24 @@
+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+ name: flux-operator-edit
+ labels:
+ rbac.authorization.k8s.io/aggregate-to-edit: 'true'
+ rbac.authorization.k8s.io/aggregate-to-admin: 'true'
+ app.kubernetes.io/name: flux-operator
+ app.kubernetes.io/instance: flux-operator
+ app.kubernetes.io/managed-by: Helm
+rules:
+- apiGroups:
+ - fluxcd.controlplane.io
+ resources:
+ - resourcesets
+ - resourcesetinputproviders
+ verbs:
+ - create
+ - delete
+ - deletecollection
+ - patch
+ - update
+
--- HelmRelease: flux-system/flux-operator ClusterRole: flux-system/flux-operator-view
+++ HelmRelease: flux-system/flux-operator ClusterRole: flux-system/flux-operator-view
@@ -0,0 +1,23 @@
+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+ name: flux-operator-view
+ labels:
+ rbac.authorization.k8s.io/aggregate-to-admin: 'true'
+ rbac.authorization.k8s.io/aggregate-to-edit: 'true'
+ rbac.authorization.k8s.io/aggregate-to-view: 'true'
+ app.kubernetes.io/name: flux-operator
+ app.kubernetes.io/instance: flux-operator
+ app.kubernetes.io/managed-by: Helm
+rules:
+- apiGroups:
+ - fluxcd.controlplane.io
+ resources:
+ - resourcesets
+ - resourcesetinputproviders
+ verbs:
+ - get
+ - list
+ - watch
+ |
--- kubernetes/apps/flux-system/flux-operator/app Kustomization: flux-system/flux-operator HelmRelease: flux-system/flux-operator
+++ kubernetes/apps/flux-system/flux-operator/app Kustomization: flux-system/flux-operator HelmRelease: flux-system/flux-operator
@@ -13,13 +13,13 @@
spec:
chart: flux-operator
sourceRef:
kind: HelmRepository
name: controlplaneio
namespace: flux-system
- version: 0.13.0
+ version: 0.33.0
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true
--- kubernetes/apps/flux-system/flux-operator/instance Kustomization: flux-system/flux-instance HelmRelease: flux-system/flux-instance
+++ kubernetes/apps/flux-system/flux-operator/instance Kustomization: flux-system/flux-instance HelmRelease: flux-system/flux-instance
@@ -13,13 +13,13 @@
spec:
chart: flux-instance
sourceRef:
kind: HelmRepository
name: controlplaneio
namespace: flux-system
- version: 0.13.0
+ version: 0.33.0
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true |
e9ebbff to
c37c26b
Compare
c37c26b to
d725fcc
Compare
d725fcc to
0c1fed8
Compare
0c1fed8 to
cba2c21
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:
0.13.0->0.33.00.13.0->0.33.00.13.0->0.33.00.13.0->0.33.0Release Notes
controlplaneio-fluxcd/flux-operator (flux-instance)
v0.33.0Compare Source
What's Changed
flux-operator deletecommands by @stefanprodan in #465installcommand to bootstrap Flux Operator and instance by @stefanprodan in #466modelcontextprotocol/go-sdkby @matheuscscp in #473install_flux_instancetool to MCP Server by @stefanprodan in #467flux-operator uninstallcommand by @stefanprodan in #477New Contributors
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.32.0...v0.33.0
v0.32.0Compare Source
What's Changed
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.31.0...v0.32.0
v0.31.0Compare Source
What's Changed
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.30.0...v0.31.0
v0.30.0Compare Source
This version comes with support for Flux v2.7 and the source-watcher controller.
What's Changed
ArtifactGeneratorandExternalArtifactAPIs by @stefanprodan in #442Full Changelog: controlplaneio-fluxcd/flux-operator@v0.29.0...v0.30.0
v0.29.0Compare Source
What's Changed
--ready-statusfilter toget resourcescommand by @stefanprodan in #433reconcile all --kind --ready-statuscommand by @stefanprodan in #434fluxcd/pkg/ssato v0.58.0 by @stefanprodan in #435Full Changelog: controlplaneio-fluxcd/flux-operator@v0.28.0...v0.29.0
v0.28.0Compare Source
What's Changed
matheuscscpto OLM reviewers by @stefanprodan in #390build rsetcommand by @bugbuilder in #388New Contributors
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.27.0...v0.28.0
v0.27.0Compare Source
What's Changed
flux-operator tree helmreleasecommand by @stefanprodan in #385Full Changelog: controlplaneio-fluxcd/flux-operator@v0.26.0...v0.27.0
v0.26.0Compare Source
What's Changed
flux_operator_infometric by @stefanprodan in #3682000mfor Flux Operator by @stefanprodan in #369Full Changelog: controlplaneio-fluxcd/flux-operator@v0.25.0...v0.26.0
v0.25.0Compare Source
What's Changed
flux-operator create secretcommands by @stefanprodan in #345--inputs-from-providerflag toflux-operator build rsetcommand by @stefanprodan in #351flux-operator tracecommand by @stefanprodan in #356flux-operator treecommands by @stefanprodan in #357ObjectLevelWorkloadIdentityfeature by @stefanprodan in #360flux-operator waitcommands by @stefanprodan in #363Full Changelog: controlplaneio-fluxcd/flux-operator@v0.24.1...v0.25.0
v0.24.1Compare Source
What's Changed
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.24.0...v0.24.1
v0.24.0Compare Source
What's Changed
Last Reconciledcolumn to get commands by @stefanprodan in #306flux-operator get resourcescommand by @stefanprodan in #309ResourceSetInputProviderby @paulvlasml in #302flux-operator reconcile resourcecommand by @stefanprodan in #312FluxReport.spec.reconcilersby @stefanprodan in #316flux-operator statscommand by @stefanprodan in #317flux-operator suspend/resume resourcecommands by @stefanprodan in #318flux-operator exportcommands by @stefanprodan in #328github.com/fluxcd/pkg/runtimeby @matheuscscp in #332New Contributors
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.23.0...v0.24.0
v0.23.0Compare Source
What's Changed
objectLevelWorkloadIdentityoption to FluxInstance by @stefanprodan in #283--waitflag to reconcile commands by @stefanprodan in #292GitHubTagandGitLabTaginput providers by @stefanprodan in #297New Contributors
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.22.0...v0.23.0
v0.22.0Compare Source
What's Changed
get_kubernetes_metricsMCP tool by @stefanprodan in #277Full Changelog: controlplaneio-fluxcd/flux-operator@v0.21.0...v0.22.0
v0.21.0Compare Source
What's Changed
FluxReportby @stefanprodan in #268Full Changelog: controlplaneio-fluxcd/flux-operator@v0.20.0...v0.21.0
v0.20.0Compare Source
Starting with this version, the Flux Operator project includes an experimental Model Context Protocol Server for AI-assisted GitOps.
Check the Flux MCP Server documentation for more details.
What's Changed
apply_kubernetes_manifestMCP tool by @stefanprodan in #253Full Changelog: controlplaneio-fluxcd/flux-operator@v0.19.0...v0.20.0
v0.19.0Compare Source
What's Changed
fluxcd/pkg/runtimeto v0.56.0 by @matheuscscp in #221fluxcd/pkg/runtimeto v0.57.1 by @matheuscscp in #222New Contributors
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.18.0...v0.19.0
v0.18.0Compare Source
What's Changed
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.17.0...v0.18.0
v0.17.0Compare Source
What's Changed
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.16.0...v0.17.0
v0.16.0Compare Source
What's Changed
ResourceSetInputProvidererrors in status and events by @stefanprodan in #187DEFAULT_SERVICE_ACCOUNTenv var for OLM config by @stefanprodan in #188.spec.sync.providerfield to FluxInstance API by @stefanprodan in #189fluxcd/pkg/runtimeto v0.54.0 by @stefanprodan in #192Full Changelog: controlplaneio-fluxcd/flux-operator@v0.15.0...v0.16.0
v0.15.0Compare Source
What's Changed
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.14.0...v0.15.0
v0.14.0Compare Source
What's Changed
ResourceSetAPI by @stefanprodan in #98artifactPullSecrettospec.distributionby @ahothan in #145ResourceSetInputProviderAPI by @stefanprodan in #143GitHubBranchandGitLabBranchinput providers by @stefanprodan in #152fluxcd/pkg/runtime/celfor ResourceSet dependencies ready expression evaluation by @matheuscscp in #159New Contributors
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.13.0...v0.14.0
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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 these updates again.
This PR has been generated by Renovate Bot.