From 42d082e679f4666bc45e2686a460031773b272a7 Mon Sep 17 00:00:00 2001 From: bloopy-boi <166688+bloopy-boi[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 12:37:36 +0000 Subject: [PATCH] fix: update docker image emqx/emqx to 5.0.22 Signed-off-by: Zee Aslam --- cluster/apps/home/emqx/emqx-broker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/home/emqx/emqx-broker.yaml b/cluster/apps/home/emqx/emqx-broker.yaml index 37ad5f698a..a7f83937f6 100644 --- a/cluster/apps/home/emqx/emqx-broker.yaml +++ b/cluster/apps/home/emqx/emqx-broker.yaml @@ -6,7 +6,7 @@ metadata: namespace: home spec: serviceAccountName: "emqx" - image: emqx/emqx:5.0.21 + image: emqx/emqx:5.0.22 imagePullPolicy: IfNotPresent # imagePullSecrets: # - name: fake-secrets