HomeOps icon indicating copy to clipboard operation
HomeOps copied to clipboard

fix(helm): update emqx ( 5.8.0 → 5.8.1 )

Open unsc-oni-ancilla[bot] opened this issue 1 year ago • 2 comments

This PR contains the following updates:

Package Update Change
emqx patch 5.8.0 -> 5.8.1

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.


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

This PR has been generated by Renovate Bot.

unsc-oni-ancilla[bot] avatar Oct 14 '24 16:10 unsc-oni-ancilla[bot]

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

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

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

     spec:
       chart: emqx
       sourceRef:
         kind: HelmRepository
         name: emqx
         namespace: flux-system
-      version: 5.8.0
+      version: 5.8.1
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 3

github-actions[bot] avatar Oct 14 '24 16:10 github-actions[bot]

--- HelmRelease: default/emqx StatefulSet: default/emqx

+++ HelmRelease: default/emqx StatefulSet: default/emqx

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

       app.kubernetes.io/name: emqx
       app.kubernetes.io/instance: emqx
   template:
     metadata:
       labels:
         app: emqx
-        version: 5.8.0
+        version: 5.8.1
         app.kubernetes.io/name: emqx
         app.kubernetes.io/instance: emqx
     spec:
       serviceAccountName: emqx
       volumes: null
       securityContext:
@@ -48,13 +48,13 @@

         fsGroupChangePolicy: Always
         runAsUser: 1000
         supplementalGroups:
         - 1000
       containers:
       - name: emqx
-        image: public.ecr.aws/emqx/emqx:5.8.0
+        image: public.ecr.aws/emqx/emqx:5.8.1
         imagePullPolicy: IfNotPresent
         securityContext:
           runAsNonRoot: true
           runAsUser: 1000
         ports:
         - name: mqtt
@@ -68,12 +68,20 @@

         - name: dashboard
           containerPort: 18083
         - name: ekka
           containerPort: 4370
         - name: genrpc-manual
           containerPort: 5369
+        env:
+        - name: POD_NAME
+          valueFrom:
+            fieldRef:
+              apiVersion: v1
+              fieldPath: metadata.name
+        - name: EMQX_HOST
+          value: $(POD_NAME).emqx-headless.default.svc.cluster.local
         envFrom:
         - configMapRef:
             name: emqx-env
         resources: {}
         volumeMounts:
         - name: emqx-data

github-actions[bot] avatar Oct 14 '24 16:10 github-actions[bot]