From 987b8c000631a131fe1c7b3fe38c3510c28ef521 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 22:11:53 +0000 Subject: [PATCH] chore(deps): update emqx/emqx docker tag to v5.8 --- argocd/manifests/mqtt/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/manifests/mqtt/values.yaml b/argocd/manifests/mqtt/values.yaml index 7ed8c916a..34f67abfb 100644 --- a/argocd/manifests/mqtt/values.yaml +++ b/argocd/manifests/mqtt/values.yaml @@ -8,7 +8,7 @@ image: repository: emqx/emqx pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "5.7" + tag: "5.8" ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/