feat(container): update flux operator group ( 0.19.0 → 0.59.0 ) - #352
Open
flkr-23[bot] wants to merge 1 commit into
Open
feat(container): update flux operator group ( 0.19.0 → 0.59.0 )#352flkr-23[bot] wants to merge 1 commit into
flkr-23[bot] wants to merge 1 commit into
Conversation
Contributor
Author
--- HelmRelease: flux-system/flux-operator Service: flux-system/flux-operator
+++ HelmRelease: flux-system/flux-operator Service: flux-system/flux-operator
@@ -11,10 +11,14 @@
spec:
ports:
- port: 8080
targetPort: http-metrics
protocol: TCP
name: http
+ - port: 9080
+ targetPort: http-web
+ protocol: TCP
+ name: http-web
selector:
app.kubernetes.io/name: flux-operator
app.kubernetes.io/instance: flux-operator
--- HelmRelease: flux-system/flux-operator Deployment: flux-system/flux-operator
+++ HelmRelease: flux-system/flux-operator Deployment: flux-system/flux-operator
@@ -33,29 +33,34 @@
- name: RUNTIME_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: REPORTING_INTERVAL
value: 5m
+ - name: WEB_SERVER_PORT
+ value: '9080'
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/controlplaneio-fluxcd/flux-operator:v0.19.0
+ image: ghcr.io/controlplaneio-fluxcd/flux-operator:v0.59.0
imagePullPolicy: IfNotPresent
ports:
- name: http-metrics
containerPort: 8080
protocol: TCP
- name: http
containerPort: 8081
+ protocol: TCP
+ - name: http-web
+ containerPort: 9080
protocol: TCP
livenessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 15
@@ -65,13 +70,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 NetworkPolicy: flux-system/flux-operator-web
+++ HelmRelease: flux-system/flux-operator NetworkPolicy: flux-system/flux-operator-web
@@ -0,0 +1,26 @@
+---
+apiVersion: networking.k8s.io/v1
+kind: NetworkPolicy
+metadata:
+ name: flux-operator-web
+ namespace: flux-system
+ labels:
+ app.kubernetes.io/name: flux-operator
+ app.kubernetes.io/instance: flux-operator
+ app.kubernetes.io/managed-by: Helm
+spec:
+ policyTypes:
+ - Ingress
+ podSelector:
+ matchLabels:
+ app.kubernetes.io/name: flux-operator
+ app.kubernetes.io/instance: flux-operator
+ ingress:
+ - from:
+ - namespaceSelector: {}
+ ports:
+ - protocol: TCP
+ port: 9080
+ - protocol: TCP
+ port: 8080
+
--- HelmRelease: flux-system/flux-operator ClusterRole: flux-system/flux-web-user
+++ HelmRelease: flux-system/flux-operator ClusterRole: flux-system/flux-web-user
@@ -0,0 +1,19 @@
+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+ name: flux-web-user
+ labels:
+ app.kubernetes.io/name: flux-operator
+ app.kubernetes.io/instance: flux-operator
+ app.kubernetes.io/managed-by: Helm
+rules:
+- apiGroups:
+ - '*'
+ resources:
+ - '*'
+ verbs:
+ - get
+ - list
+ - watch
+
--- HelmRelease: flux-system/flux-operator ClusterRole: flux-system/flux-web-admin
+++ HelmRelease: flux-system/flux-operator ClusterRole: flux-system/flux-web-admin
@@ -0,0 +1,58 @@
+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+ name: flux-web-admin
+ labels:
+ app.kubernetes.io/name: flux-operator
+ app.kubernetes.io/instance: flux-operator
+ app.kubernetes.io/managed-by: Helm
+rules:
+- apiGroups:
+ - '*'
+ resources:
+ - '*'
+ verbs:
+ - get
+ - list
+ - watch
+- apiGroups:
+ - fluxcd.controlplane.io
+ - source.toolkit.fluxcd.io
+ - source.extensions.fluxcd.io
+ - kustomize.toolkit.fluxcd.io
+ - helm.toolkit.fluxcd.io
+ - image.toolkit.fluxcd.io
+ - notification.toolkit.fluxcd.io
+ resources:
+ - '*'
+ 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
+ |
Contributor
Author
--- 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.19.0
+ version: 0.59.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.19.0
+ version: 0.59.0
dependsOn:
- name: flux-operator
namespace: flux-system
install:
remediation:
retries: 3 |
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
5 times, most recently
from
May 29, 2025 16:02
17d525b to
a73aa26
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
June 2, 2025 09:02
a73aa26 to
8935036
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
June 3, 2025 09:03
8935036 to
19b1a10
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
June 16, 2025 14:03
19b1a10 to
fcea525
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
July 8, 2025 13:12
fcea525 to
2cd2753
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
July 9, 2025 13:13
2cd2753 to
0952c8f
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
July 23, 2025 19:04
0952c8f to
902fa79
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
July 28, 2025 13:15
902fa79 to
013ab79
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
August 6, 2025 10:04
013ab79 to
eb1d2ab
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
August 16, 2025 10:03
eb1d2ab to
4beec51
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
November 27, 2025 13:11
12fb305 to
00ef434
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
December 4, 2025 17:05
00ef434 to
b97c014
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
December 16, 2025 19:04
b97c014 to
ac21237
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
December 18, 2025 15:02
ac21237 to
66213b7
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
December 22, 2025 16:03
66213b7 to
024a4f1
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
December 30, 2025 21:03
024a4f1 to
33a70f0
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
January 19, 2026 11:04
33a70f0 to
bd41ab7
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
January 21, 2026 12:03
bd41ab7 to
36ab667
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
February 10, 2026 10:17
36ab667 to
9dae63a
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
February 11, 2026 22:05
9dae63a to
b6bee50
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
2 times, most recently
from
February 24, 2026 17:23
e5fa763 to
5722487
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
February 27, 2026 14:12
5722487 to
3446d5d
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
March 12, 2026 21:07
3446d5d to
64b229d
Compare
flkr-23
Bot
force-pushed
the
renovate/flux-operator
branch
from
March 16, 2026 16:20
64b229d to
9301c39
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.19.0→0.59.00.19.0→0.59.00.19.0→0.59.00.19.0→0.59.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
controlplaneio-fluxcd/flux-operator (flux-instance)
v0.59.0Compare Source
What's Changed
healthCheckExprsby @stefanprodan in #10052026-07-28) by @stefanprodan in #1006get_kubernetes_resourcestool by @stefanprodan in #1008diff_kubernetes_manifesttool by @stefanprodan in #1010reconcile_flux_resourcetool by @stefanprodan in #1015get_kubernetes_logstool to workloads by @stefanprodan in #1017get_kubernetes_eventstool by @stefanprodan in #1019patch_kubernetes_resourcetool by @stefanprodan in #1020search_flux_docswith fuzzy search over chunked index by @stefanprodan in #1021Full Changelog: controlplaneio-fluxcd/flux-operator@v0.58.1...v0.59.0
v0.58.1Compare Source
What's Changed
distro mirrorcommand by @stefanprodan in #998inventory.Diffwith map lookup by @manoj-1407 in #981golang.org/xpackages by @stefanprodan in #999New Contributors
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.58.0...v0.58.1
v0.58.0Compare Source
What's Changed
New Contributors
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.57.0...v0.58.0
v0.57.0Compare Source
What's Changed
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.56.0...v0.57.0
v0.56.0Compare Source
What's Changed
FineGrainedmode by @matheuscscp in #960Full Changelog: controlplaneio-fluxcd/flux-operator@v0.55.0...v0.56.0
v0.55.0Compare Source
What's Changed
New Contributors
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.54.1...v0.55.0
v0.54.1Compare Source
What's Changed
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.54.0...v0.54.1
v0.54.0Compare Source
What's Changed
make prep-releaseby @stefanprodan in #936Full Changelog: controlplaneio-fluxcd/flux-operator@v0.53.0...v0.54.0
v0.53.0Compare Source
🚀 This version comes with support for Flux v2.9.0
What's Changed
--rmflag forpatch instanceby @matheuscscp in #916patch instanceresolve the latest patch by @matheuscscp in #933Full Changelog: controlplaneio-fluxcd/flux-operator@v0.52.0...v0.53.0
v0.52.0Compare Source
What's Changed
search_flux_docsby @stefanprodan in #902Full Changelog: controlplaneio-fluxcd/flux-operator@v0.51.0...v0.52.0
v0.51.0Compare Source
What's Changed
patch instance -vby @matheuscscp in #878get_kubernetes_resourcestool by @stefanprodan in #896New Contributors
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.50.0...v0.51.0
v0.50.0Compare Source
What's Changed
ubi8-microby @matheuscscp in #864Full Changelog: controlplaneio-fluxcd/flux-operator@v0.49.0...v0.50.0
v0.49.0Compare Source
What's Changed
awsprovider withGitRepositorysync by @matheuscscp in #834MutatingAdmissionPolicyfor sharding by @stefanprodan in #859New Contributors
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.48.0...v0.49.0
v0.48.0Compare Source
What's Changed
checksumFromby @matheuscscp in #826checksumFromfor triggering rollout restarts by @stefanprodan in #825convertKubeConfigFromSecrets by @matheuscscp in #827includeEmptyProvidersoption toPermuteinputStrategyby @jtyr in #828New Contributors
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.47.0...v0.48.0
v0.47.0Compare Source
What's Changed
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.46.0...v0.47.0
v0.46.0Compare Source
What's Changed
kubeconfigkey and custom keys inconvertKubeConfigFromby @matheuscscp in #786New Contributors
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.45.1...v0.46.0
v0.45.1Compare Source
What's Changed
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.45.0...v0.45.1
v0.45.0Compare Source
This version comes with support for Flux v2.8.3
What's Changed
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.44.0...v0.45.0
v0.44.0Compare Source
This version comes with support for Flux v2.8.2
What's Changed
github.com/fluxcd/pkgdependencies by @stefanprodan in #758Full Changelog: controlplaneio-fluxcd/flux-operator@v0.43.0...v0.44.0
v0.43.0Compare Source
This version comes with support for Flux v2.8.1
What's Changed
patch instacetests work offline by @matheuscscp in #715--distribution-artifactflag to build instance by @stefanprodan in #724insecure: trueto ResourceSetInputProviderOCIArtifactTag. by @dgunzy in #725HelmReleaseinventory for Flux 2.8+ by @stefanprodan in #728installcommand by @stefanprodan in #729New Contributors
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.42.1...v0.43.0
v0.42.1Compare Source
This version comes with support for Flux v2.8.0
What's Changed
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.42.0...v0.42.1
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 [#665](https://reConfiguration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 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 Mend Renovate CLI.