feat(helm): update chart emqx-operator ( 2.2.25 → 2.3.2 ) - #5460
Open
renovate[bot] wants to merge 1 commit into
Open
feat(helm): update chart emqx-operator ( 2.2.25 → 2.3.2 )#5460renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
--- kubernetes/cluster-0/apps/db/emqx/operator Kustomization: flux-system/emqx-operator HelmRelease: db/emqx-operator
+++ kubernetes/cluster-0/apps/db/emqx/operator Kustomization: flux-system/emqx-operator HelmRelease: db/emqx-operator
@@ -14,13 +14,13 @@
chart: emqx-operator
interval: 5m
sourceRef:
kind: HelmRepository
name: emqx
namespace: flux-system
- version: 2.2.25
+ version: 2.2.28
install:
crds: CreateReplace
interval: 30m
upgrade:
crds: CreateReplace
values: |
Contributor
--- HelmRelease: db/emqx-operator ClusterRole: db/emqx-operator-manager-role
+++ HelmRelease: db/emqx-operator ClusterRole: db/emqx-operator-manager-role
@@ -1,11 +1,10 @@
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
- creationTimestamp: null
name: emqx-operator-manager-role
rules:
- apiGroups:
- ''
resources:
- configmaps
--- HelmRelease: db/emqx-operator Deployment: db/emqx-operator-controller-manager
+++ HelmRelease: db/emqx-operator Deployment: db/emqx-operator-controller-manager
@@ -30,13 +30,13 @@
- --leader-elect
- --metrics-bind-address=:8080
- --health-probe-bind-address=:8081
- --zap-devel=false
command:
- /manager
- image: ghcr.io/emqx/emqx-operator:2.2.25
+ image: ghcr.io/emqx/emqx-operator:2.2.28
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 15
@@ -46,12 +46,15 @@
- containerPort: 8080
name: metrics
protocol: TCP
- containerPort: 9443
name: webhook-server
protocol: TCP
+ env:
+ - name: ENABLE_WEBHOOKS
+ value: 'true'
readinessProbe:
httpGet:
path: /readyz
port: 8081
initialDelaySeconds: 5
periodSeconds: 10 |
Contributor
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
renovate
Bot
force-pushed
the
renovate/cluster-0-emqx-operator-2.x
branch
from
January 13, 2025 13:06
a70b661 to
a91ddd9
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-emqx-operator-2.x
branch
from
February 8, 2025 05:16
a91ddd9 to
dfef47e
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-emqx-operator-2.x
branch
from
May 6, 2025 07:14
dfef47e to
6ff45b9
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-emqx-operator-2.x
branch
from
January 8, 2026 16:27
6ff45b9 to
83bea65
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-emqx-operator-2.x
branch
from
April 15, 2026 10:57
83bea65 to
7948256
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-emqx-operator-2.x
branch
from
May 19, 2026 15:43
7948256 to
264369a
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-emqx-operator-2.x
branch
from
June 16, 2026 00:56
264369a to
9c4b80e
Compare
| datasource | package | from | to | | ---------- | ------------- | ------ | ----- | | helm | emqx-operator | 2.2.25 | 2.3.2 |
renovate
Bot
force-pushed
the
renovate/cluster-0-emqx-operator-2.x
branch
from
July 20, 2026 21:54
9c4b80e to
3ba5e58
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:
2.2.25→2.3.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
emqx/emqx-operator (emqx-operator)
v2.3.2: EMQX Operator 2.3.2Compare Source
Highlights
watchNamespaces, and the chart will create the required namespace-scoped RBAC bindings automatically. (#1219)spec.config.data. (#1209, #1212, #1217)Fixes & Improvements
PreStophooks. (#1211)spec.config.modeto the EMQX Config API soMergeandReplaceupdates behave as configured. (#1217)persistentvolumespermissions from manager RBAC. (#1219)v2.3.1: EMQX Operator 2.3.1Compare Source
Fixes & Improvements
specdefault to inject correct nested defaults (#1197)v2.3.0: EMQX Operator 2.3.0Compare Source
Highlights
apps.emqx.io/v2. (#1148, #1160, #1165)apps.emqx.io/v2beta1is now deprecated, earlier versions are no longer supported.base.hoconfile for predictable configuration management. (#1156)Fixes & Improvements
ownerRefcould be lost during resource updates. (#1163)Internal
Please refer to README.md for further details.
v2.2.29: EMQX Operator 2.2.29 ReleasedCompare Source
Release Note 🍻
EMQX Operator 2.2.29 has been released.
Supported version
apps.emqx.io/v2beta1
apps.emqx.io/v1beta4
Fix 🐞
Fix the issue that the replicas of the statefulSet is not current when the
emqxCR is updatedCorrect TopologySpreadConstraints reference in generateReplicaSet function
Chore 🏗
Helm chart
Make webhook into namespace scope when singleNamespace=true @
Remove wrong usage of imagePullSecrets
How to install/upgrade EMQX Operator 💡
Warning 🚨
apps.emqx.io/v1beta3andapps.emqx.io/v2alpha1will be dropped soonWhat's Changed
New Contributors
Full Changelog: emqx/emqx-operator@2.2.28...2.2.29
v2.2.28: EMQX Operator 2.2.28 ReleasedCompare Source
Release Note 🍻
EMQX Operator 2.2.28 has been released.
Supported version
apps.emqx.io/v2beta1
apps.emqx.io/v1beta4
Fixes 🛠
Enhancements 🚀
How to install/upgrade EMQX Operator 💡
Warning 🚨
apps.emqx.io/v1beta3andapps.emqx.io/v2alpha1will be dropped soonWhat's Changed
New Contributors
Full Changelog: emqx/emqx-operator@2.2.27...2.2.28
v2.2.27: EMQX Operator 2.2.27 ReleasedCompare Source
Release Note 🍻
EMQX Operator 2.2.27 has been released.
Supported version
apps.emqx.io/v2beta1
apps.emqx.io/v1beta4
Enhancements 🚀
EMQX operator helm chart can support the
podSecurityContextandcontainerSecurityContextconfiguration, which can be used to configure the security context of the operator pod.EMQX operator helm chart can disable web hooks by
webhook.enabled: falsein thevalues.yamlfile, it will disable the web hooks of the operator, if you have anyapps.emqx.io/v2alpha1orapps.emqx.io/v1beta3resources, please make sure the web hooks are enabled, otherwise the resources can not convert to theapps.emqx.io/v2beta1andapps.emqx.io/v1beta4resources.How to install/upgrade EMQX Operator 💡
Warning 🚨
apps.emqx.io/v1beta3andapps.emqx.io/v2alpha1will be dropped soonWhat's Changed
Full Changelog: emqx/emqx-operator@2.2.26...2.2.27
v2.2.26: EMQX Operator 2.2.26 ReleasedCompare Source
Release Note 🍻
EMQX Operator 2.2.26 has been released.
Supported version
apps.emqx.io/v2beta1
apps.emqx.io/v1beta4
Enhancements 🚀
apps.emqx.io/v2beta1 EMQX.minAvailableormaxUnavailableinspec.coreTemplate.specorspec.replicantTemplate.specwithin the EMQX CRD. The default setting is {"minAvailable": 1}.EMQX operator can now be deployed in a single namespace scope, where it will only manage resources within that namespace. Just set
singleNamespace: truein thevalues.yamlfile of Helm chart, and then the operator will only manage resources in the namespace where it is deployed.How to install/upgrade EMQX Operator 💡
Warning 🚨
apps.emqx.io/v1beta3andapps.emqx.io/v2alpha1will be dropped soonWhat's Changed
Full Changelog: emqx/emqx-operator@2.2.25...2.2.26
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 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 was generated by Mend Renovate. View the repository job log.