haraldkoch / kochhaus-home

Experimental homelab configuration for running things on kubernetes
MIT License
114 stars 14 forks source link

fix(helm): update emqx-operator ( 2.2.24 β†’ 2.2.25 ) [network] #5637

Closed doug-piranha-bot[bot] closed 9 hours ago

doug-piranha-bot[bot] commented 14 hours ago

This PR contains the following updates:

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

Release Notes

emqx/emqx-operator (emqx-operator) ### [`v2.2.25`](https://redirect.github.com/emqx/emqx-operator/releases/tag/2.2.25): EMQX Operator 2.2.25 Released [Compare Source](https://redirect.github.com/emqx/emqx-operator/compare/2.2.24...2.2.25) ### Release Note 🍻 EMQX Operator 2.2.25 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 got `EOF` error when request EMQX API #### How to install/upgrade EMQX Operator πŸ’‘ > Need make sure the [cert-manager](https://cert-manager.io/) 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.25 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 - chore: dump controller-gen version by [@​Rory-Z](https://redirect.github.com/Rory-Z) in [https://github.com/emqx/emqx-operator/pull/1077](https://redirect.github.com/emqx/emqx-operator/pull/1077) - fix: try to fix EOF error by [@​Rory-Z](https://redirect.github.com/Rory-Z) in [https://github.com/emqx/emqx-operator/pull/1076](https://redirect.github.com/emqx/emqx-operator/pull/1076) **Full Changelog**: https://github.com/emqx/emqx-operator/compare/2.2.24...2.2.25

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.



This PR has been generated by Renovate Bot.

doug-piranha-bot[bot] commented 14 hours ago
--- kubernetes/network/apps/default/emqx/app Kustomization: flux-system/emqx HelmRelease: default/emqx

+++ kubernetes/network/apps/default/emqx/app Kustomization: flux-system/emqx HelmRelease: default/emqx

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

     spec:
       chart: emqx-operator
       sourceRef:
         kind: HelmRepository
         name: emqx
         namespace: flux-system
-      version: 2.2.24
+      version: 2.2.25
   dependsOn:
   - name: cert-manager
     namespace: cert-manager
   install:
     remediation:
       retries: 3
doug-piranha-bot[bot] commented 14 hours ago
--- HelmRelease: default/emqx Deployment: default/emqx-operator-controller-manager

+++ HelmRelease: default/emqx Deployment: default/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: emqx/emqx-operator-controller:2.2.24
+        image: emqx/emqx-operator-controller:2.2.25
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15