From dfe0e6fc1d220f96879cf338345324fc66608252 Mon Sep 17 00:00:00 2001 From: Solomon Jacobs Date: Fri, 26 Apr 2024 11:54:09 +0200 Subject: [PATCH] update default daily build The old daily build is not compatible with the 'address' field. Change-Id: I67e6fe247e3310720ac4c26cde9f439b342bd003 --- deploy/charts/checkmk/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/checkmk/values.yaml b/deploy/charts/checkmk/values.yaml index 78ffda3..ce566ab 100644 --- a/deploy/charts/checkmk/values.yaml +++ b/deploy/charts/checkmk/values.yaml @@ -30,7 +30,7 @@ imagePullSecrets: [] image: # Overrides the image tag whose default is the chart appVersion. # ref: https://hub.docker.com/r/checkmk/kubernetes-collector/tags - tag: "main_2022.03.02" # main_ + tag: "main_2024.04.26" # main_ rbac: # PodSecurityPolicies (PSPs) were deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25.