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.23 → 2.2.24 ) #251

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2024

This PR contains the following updates:

Package Update Change
emqx-operator (source) patch 2.2.23 -> 2.2.24

Release Notes

emqx/emqx-operator (emqx-operator)

v2.2.24: EMQX Operator main Released

Compare Source

Release Note 🍻

EMQX Operator 2.2.24 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.

    • Fix sometimes cannot update EMQX's configuration when EMQX is running.

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.24
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


Configuration

📅 Schedule: Branch creation - "on friday and saturday" in timezone Europe/Prague, 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 was generated by Mend Renovate. View the repository job log.

Copy link

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

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

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

     spec:
       chart: emqx-operator
       sourceRef:
         kind: HelmRepository
         name: emqx
         namespace: flux-system
-      version: 2.2.23
+      version: 2.2.24
   dependsOn:
   - name: cert-manager
     namespace: cert-manager
   install:
     remediation:
       retries: 3

Copy link

--- HelmRelease: database/emqx-operator Deployment: database/emqx-controller-manager

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

@prehor prehor force-pushed the main branch 2 times, most recently from 9b95fda to f878d00 Compare October 2, 2024 20:31
@renovate renovate bot force-pushed the renovate/main-emqx-operator-2.x branch from a0dafc9 to f203c90 Compare October 2, 2024 20:44
@prehor prehor merged commit 09b14fc into main Oct 2, 2024
9 checks passed
@renovate renovate bot deleted the renovate/main-emqx-operator-2.x branch October 2, 2024 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant