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 emqx-operator (2.2.27 → 2.2.28) #336

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

botty-white[bot]
Copy link
Contributor

@botty-white botty-white bot commented Feb 8, 2025

This PR contains the following updates:

Package Update Change
emqx-operator (source) patch 2.2.27 -> 2.2.28

Release Notes

emqx/emqx-operator (emqx-operator)

v2.2.28: EMQX Operator 2.2.28 Released

Compare Source

Release Note 🍻

EMQX Operator 2.2.28 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

Fixes 🛠

Enhancements 🚀

  • Better documents

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

New Contributors

Full Changelog: emqx/emqx-operator@2.2.27...2.2.28


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, 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.

@botty-white
Copy link
Contributor Author

botty-white bot commented Feb 8, 2025

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

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

@@ -22,24 +22,21 @@

       labels:
         control-plane: controller-manager
         app.kubernetes.io/name: emqx-operator
         app.kubernetes.io/instance: emqx
         app.kubernetes.io/managed-by: Helm
     spec:
-      env:
-      - name: ENABLE_WEBHOOKS
-        value: 'true'
       containers:
       - args:
         - --leader-elect
         - --metrics-bind-address=:8080
         - --health-probe-bind-address=:8081
         - --zap-devel=false
         command:
         - /manager
-        image: ghcr.io/emqx/emqx-operator:2.2.27
+        image: ghcr.io/emqx/emqx-operator:2.2.28
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15
@@ -49,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

@botty-white
Copy link
Contributor Author

botty-white bot commented Feb 8, 2025

--- 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-charts
         namespace: flux-system
-      version: 2.2.27
+      version: 2.2.28
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true

@zebernst zebernst force-pushed the main branch 14 times, most recently from fa1217a to e8ceeb2 Compare February 8, 2025 19:40
Signed-off-by: botty-white[bot] <181132496+botty-white[bot]@users.noreply.github.com>
@botty-white botty-white bot force-pushed the renovate/emqx-operator-2.2.x branch from 5c6741c to 951a787 Compare February 8, 2025 20:33
@zebernst zebernst merged commit d421474 into main Feb 11, 2025
3 checks passed
@zebernst zebernst deleted the renovate/emqx-operator-2.2.x branch February 11, 2025 17:44
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