-
Notifications
You must be signed in to change notification settings - Fork 0
fix(helm): update chart emqx-operator to 2.2.29 #397
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/emqx-operator-2.x
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: database/emqx ClusterRole: database/emqx-operator-manager-role
+++ HelmRelease: database/emqx ClusterRole: database/emqx-operator-manager-role
@@ -5,22 +5,16 @@
name: emqx-operator-manager-role
rules:
- apiGroups:
- ''
resources:
- configmaps
- verbs:
- - create
- - get
- - list
- - update
- - watch
-- apiGroups:
- - ''
- resources:
- endpoints
+ - persistentvolumes
+ - secrets
+ - services
verbs:
- create
- get
- list
- update
- watch
@@ -29,31 +23,22 @@
resources:
- events
verbs:
- create
- get
- list
+ - patch
- update
- watch
- apiGroups:
- ''
resources:
- persistentvolumeclaims
verbs:
- create
- delete
- - get
- - list
- - update
- - watch
-- apiGroups:
- - ''
- resources:
- - persistentvolumes
- verbs:
- - create
- get
- list
- update
- watch
- apiGroups:
- ''
@@ -68,49 +53,67 @@
- ''
resources:
- pods/status
verbs:
- patch
- apiGroups:
- - ''
- resources:
- - secrets
- verbs:
- - create
- - get
- - list
- - update
- - watch
-- apiGroups:
- - ''
- resources:
- - services
- verbs:
- - create
- - get
- - list
- - update
- - watch
-- apiGroups:
- apps
resources:
- replicasets
+ - statefulsets
verbs:
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- - apps
+ - apps.emqx.io
resources:
- - statefulsets
+ - emqxbrokers
+ - emqxenterprises
+ - emqxes
+ - emqxplugins
+ - rebalances
verbs:
- create
- delete
+ - get
+ - list
+ - patch
+ - update
+ - watch
+- apiGroups:
+ - apps.emqx.io
+ resources:
+ - emqxbrokers/finalizers
+ - emqxenterprises/finalizers
+ - emqxes/finalizers
+ - emqxplugins/finalizers
+ - rebalances/finalizers
+ verbs:
+ - update
+- apiGroups:
+ - apps.emqx.io
+ resources:
+ - emqxbrokers/status
+ - emqxenterprises/status
+ - emqxes/status
+ - emqxplugins/status
+ - rebalances/status
+ verbs:
+ - get
+ - patch
+ - update
+- apiGroups:
+ - coordination.k8s.io
+ resources:
+ - leases
+ verbs:
+ - create
- get
- list
- update
- watch
- apiGroups:
- policy
@@ -120,147 +123,7 @@
- create
- delete
- get
- list
- update
- watch
-- apiGroups:
- - apps.emqx.io
- resources:
- - emqxbrokers
- verbs:
- - create
- - delete
- - get
- - list
- - patch
- - update
- - watch
-- apiGroups:
- - apps.emqx.io
- resources:
- - emqxbrokers/finalizers
- verbs:
- - update
-- apiGroups:
- - apps.emqx.io
- resources:
- - emqxbrokers/status
- verbs:
- - get
- - patch
- - update
-- apiGroups:
- - apps.emqx.io
- resources:
- - emqxenterprises
- verbs:
- - create
- - delete
- - get
- - list
- - patch
- - update
- - watch
-- apiGroups:
- - apps.emqx.io
- resources:
- - emqxenterprises/finalizers
- verbs:
- - update
-- apiGroups:
- - apps.emqx.io
- resources:
- - emqxenterprises/status
- verbs:
- - get
- - patch
- - update
-- apiGroups:
- - apps.emqx.io
- resources:
- - emqxes
- verbs:
- - create
- - delete
- - get
- - list
- - patch
- - update
- - watch
-- apiGroups:
- - apps.emqx.io
- resources:
- - emqxes/finalizers
- verbs:
- - update
-- apiGroups:
- - apps.emqx.io
- resources:
- - emqxes/status
- verbs:
- - get
- - patch
- - update
-- apiGroups:
- - apps.emqx.io
- resources:
- - emqxplugins
- verbs:
- - create
- - delete
- - get
- - list
- - patch
- - update
- - watch
-- apiGroups:
- - apps.emqx.io
- resources:
- - emqxplugins/finalizers
- verbs:
- - update
-- apiGroups:
- - apps.emqx.io
- resources:
- - emqxplugins/status
- verbs:
- - get
- - patch
- - update
-- apiGroups:
- - apps.emqx.io
- resources:
- - rebalances
- verbs:
- - create
- - delete
- - get
- - list
- - patch
- - update
- - watch
-- apiGroups:
- - apps.emqx.io
- resources:
- - rebalances/finalizers
- verbs:
- - update
-- apiGroups:
- - apps.emqx.io
- resources:
- - rebalances/status
- verbs:
- - get
- - patch
- - update
-- apiGroups:
- - coordination.k8s.io
- resources:
- - leases
- verbs:
- - create
- - get
- - list
- - update
- - watch
--- HelmRelease: database/emqx Deployment: database/emqx-operator-controller-manager
+++ HelmRelease: database/emqx Deployment: database/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.28
+ image: ghcr.io/emqx/emqx-operator:2.2.29
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 15 |
--- kubernetes/apps/database/emqx/app Kustomization: flux-system/emqx HelmRelease: database/emqx
+++ kubernetes/apps/database/emqx/app Kustomization: flux-system/emqx HelmRelease: database/emqx
@@ -13,13 +13,13 @@
spec:
chart: emqx-operator
sourceRef:
kind: HelmRepository
name: emqx
namespace: flux-system
- version: 2.2.28
+ version: 2.2.29
dependsOn:
- name: cert-manager
namespace: cert-manager
install:
remediation:
retries: 3 |
ab1991b to
d1db1aa
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.2.28→2.2.29Release Notes
emqx/emqx-operator (emqx-operator)
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
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 this update again.
This PR was generated by Mend Renovate. View the repository job log.