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 group ( 2.2.22 β†’ 2.2.23 ) (patch) #3112

Merged
merged 1 commit into from
May 26, 2024

Conversation

homeops-bot[bot]
Copy link
Contributor

@homeops-bot homeops-bot bot commented May 24, 2024

This PR contains the following updates:

Package Update Change
emqx-operator (source) patch 2.2.22 -> 2.2.23
ghcr.io/emqx/emqx-operator patch 2.2.22 -> 2.2.23

Release Notes

emqx/emqx-operator (emqx-operator)

v2.2.23: EMQX Operator 2.2.23 Released

Compare Source

Release Note 🍻

EMQX Operator 2.2.23 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
Other Changes ✨
  • apps.emqx.io/v2beta1 EMQX.

    • Delete apps.emqx.io/v2beta1/EMQX/status.coreNodes[*].uptime and apps.emqx.io/v2beta1/EMQX/status.replicantNodes[*].uptime, because EMQX operator will constantly updating them. This is unnecessary wear and tear.
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.23
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.22...2.2.23


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 these updates 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.22 | 2.2.23 |
| docker     | ghcr.io/emqx/emqx-operator | 2.2.22 | 2.2.23 |
@homeops-bot
Copy link
Contributor Author

homeops-bot bot commented May 24, 2024

--- HelmRelease: home-automation/emqx-operator Deployment: home-automation/emqx-operator-controller-manager

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

@homeops-bot
Copy link
Contributor Author

homeops-bot bot commented May 24, 2024

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

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

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

       chart: emqx-operator
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: emqx-charts
         namespace: flux-system
-      version: 2.2.22
+      version: 2.2.23
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
@@ -30,13 +30,13 @@

     cleanupOnFail: true
     remediation:
       retries: 3
   values:
     image:
       repository: ghcr.io/emqx/emqx-operator
-      tag: 2.2.22
+      tag: 2.2.23
     resources:
       limits:
         memory: 256Mi
       requests:
         cpu: 100m
         memory: 40Mi

@ahinko ahinko merged commit 43a1e4c into main May 26, 2024
9 checks passed
@ahinko ahinko deleted the renovate/patch-emqx-operator branch May 26, 2024 08:34
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.

None yet

1 participant