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 to 2.2.27 #1842

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2025

This PR contains the following updates:

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

Release Notes

emqx/emqx-operator (emqx-operator)

v2.2.27: EMQX Operator 2.2.27 Released

Compare Source

Release Note 🍻

EMQX Operator 2.2.27 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 🚀

  • EMQX operator helm chart can support the podSecurityContext and containerSecurityContext configuration, which can be used to configure the security context of the operator pod.

  • EMQX operator helm chart can disable web hooks by webhook.enabled: false in the values.yaml file, it will disable the web hooks of the operator, if you have any apps.emqx.io/v2alpha1 or apps.emqx.io/v1beta3 resources, please make sure the web hooks are enabled, otherwise the resources can not convert to the apps.emqx.io/v2beta1 and apps.emqx.io/v1beta4 resources.

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.27
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.26...2.2.27


Configuration

📅 Schedule: Branch creation - "on saturday" (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.


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions github-actions bot added the area/kubernetes Changes made in the kubernetes directory label Jan 18, 2025
Copy link

github-actions bot commented Jan 18, 2025

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

+++ kubernetes/main/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.26
+      version: 2.2.27
   dependsOn:
   - name: cert-manager
     namespace: cert-manager
   install:
     remediation:
       retries: 3

Copy link

github-actions bot commented Jan 18, 2025

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

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

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

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

@qlonik qlonik force-pushed the main branch 10 times, most recently from cc00f2c to 74fd9d2 Compare January 18, 2025 23:23
@renovate renovate bot force-pushed the renovate/emqx-operator-2.x branch from 115aa17 to e3e4faf Compare January 18, 2025 23:48
@renovate renovate bot force-pushed the renovate/emqx-operator-2.x branch from e3e4faf to 150ca63 Compare January 18, 2025 23:51
@renovate renovate bot force-pushed the renovate/emqx-operator-2.x branch from 150ca63 to 9e8e9ff Compare January 18, 2025 23:59
@renovate renovate bot force-pushed the renovate/emqx-operator-2.x branch from 9e8e9ff to 3dbe064 Compare January 19, 2025 00:02
@renovate renovate bot force-pushed the renovate/emqx-operator-2.x branch from 3dbe064 to 24fe916 Compare January 19, 2025 00:15
@qlonik qlonik force-pushed the main branch 3 times, most recently from 7c31e1c to 325ac12 Compare January 19, 2025 00:17
@renovate renovate bot force-pushed the renovate/emqx-operator-2.x branch 2 times, most recently from 5a9ac41 to 5433db6 Compare January 19, 2025 00:19
@renovate renovate bot force-pushed the renovate/emqx-operator-2.x branch from b34d1f7 to 9c05da4 Compare January 19, 2025 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/helm type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants