Skip to content
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

fix(helm): update chart emqx-operator ( 2.2.25 → 2.2.26 ) #1417

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

kireque-bot[bot]
Copy link
Contributor

@kireque-bot kireque-bot bot commented Dec 24, 2024

This PR contains the following updates:

Package Update Change
emqx-operator (source) patch 2.2.25 -> 2.2.26

Release Notes

emqx/emqx-operator (emqx-operator)

v2.2.26: EMQX Operator 2.2.26 Released

Compare Source

Release Note 🍻

EMQX Operator 2.2.26 has been released.

Supported version

  • apps.emqx.io/v2beta1

    • EMQX at 5.1.1 and later
    • EMQX Enterprise at 5.1.1 and later
  • apps.emqx.io/v1beta4

    • EMQX at 4.4.14 and later
    • EMQX Enterprise at 4.4.14 and later

Enhancements 🚀

  • apps.emqx.io/v2beta1 EMQX.

    • Users can now configure the Pod Disruption Budget (PDB) for the EMQX cluster by setting minAvailable or maxUnavailable in spec.coreTemplate.spec or spec.replicantTemplate.spec within 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: true in the values.yaml file of Helm chart, and then the operator will only manage resources in the namespace where it is deployed.

How to install/upgrade EMQX Operator 💡

Need make sure the cert-manager is ready

helm repo add emqx https://repos.emqx.io/charts
helm repo update
helm upgrade --install emqx-operator emqx/emqx-operator \
  --namespace emqx-operator-system \
  --create-namespace \
  --version 2.2.26
kubectl wait --for=condition=Ready pods -l "control-plane=controller-manager" -n emqx-operator-system

Warning 🚨

apps.emqx.io/v1beta3 and apps.emqx.io/v2alpha1 will be dropped soon

What's Changed

Full Changelog: emqx/emqx-operator@2.2.25...2.2.26


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

| datasource | package       | from   | to     |
| ---------- | ------------- | ------ | ------ |
| helm       | emqx-operator | 2.2.25 | 2.2.26 |
@kireque-bot kireque-bot bot added renovate/helm Issue relates to a Renovate helm update type/patch Issue relates to a patch version bump area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Dec 24, 2024
@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Dec 24, 2024

--- kubernetes/main/apps/database/emqx/operator Kustomization: flux-system/emqx-operator HelmRelease: database/emqx-operator

+++ kubernetes/main/apps/database/emqx/operator Kustomization: flux-system/emqx-operator HelmRelease: database/emqx-operator

@@ -13,13 +13,13 @@

     spec:
       chart: emqx-operator
       interval: 5m
       sourceRef:
         kind: HelmRepository
         name: emqx
-      version: 2.2.25
+      version: 2.2.26
   install:
     crds: CreateReplace
   interval: 30m
   upgrade:
     crds: CreateReplace
   values:

@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Dec 24, 2024

--- HelmRelease: database/emqx-operator ClusterRole: database/emqx-operator-manager-role

+++ HelmRelease: database/emqx-operator ClusterRole: database/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: database/emqx-operator Deployment: database/emqx-operator-controller-manager

+++ HelmRelease: database/emqx-operator 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.25
+        image: ghcr.io/emqx/emqx-operator:2.2.26
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15

@kireque kireque merged commit 63de02d into main Dec 24, 2024
19 checks passed
@kireque kireque deleted the renovate/main-emqx-operator-2.x branch December 24, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster renovate/helm Issue relates to a Renovate helm update type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant