Checkmk_kube_agent Helm chart version 1.8.0 not available yet

Hi,

upon getting aware of the new checkmk_kube_agent version 1.8.0 released recently (5d ago, 28-Nov), I was trying to deploy the new version from Helm chart repository – and failed. Is this maybe forgotten in the release process?

After a repo update, only 1.7.0 and older are shown:

❯ helm repo list
NAME            URL
checkmk-chart   https://checkmk.github.io/checkmk_kube_agent
❯ helm search repo checkmk-chart --versions
NAME                    CHART VERSION   APP VERSION     DESCRIPTION
checkmk-chart/checkmk   1.7.0           1.7.0           Helm chart for Checkmk - Your complete IT monit...
checkmk-chart/checkmk   1.6.0           1.6.0           Helm chart for Checkmk - Your complete IT monit...
checkmk-chart/checkmk   1.5.1           1.5.1           Helm chart [...]

Steps to reproduce: Follow official cmk documentation (no 2nd link for 1st time poster allowed :slight_smile:)

Thank you in advance – Sebastian

Before you ask: While not listed in the command listing for proof, I did an “helm repo update”, indeed – and also changing the version in Kustomize’s fails:

❯ helm repo list
NAME            URL
checkmk-chart   https://checkmk.github.io/checkmk_kube_agent
❯ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "checkmk-chart" chart repository
Update Complete. ⎈Happy Helming!⎈
❯ helm search repo checkmk-chart --versions
NAME                    CHART VERSION   APP VERSION     DESCRIPTION
checkmk-chart/checkmk   1.7.0           1.7.0           Helm chart for Checkmk - Your complete IT monit...
checkmk-chart/checkmk   1.6.0           1.6.0           Helm chart for Checkmk - Your complete IT monit...
[...]

Kustomize:

apiVersion: builtin
kind: HelmChartInflationGenerator
metadata:
  name: checkmk
name: checkmk
namespace: checkmk-agent
repo: https://checkmk.github.io/checkmk_kube_agent
releaseName: checkmk-kube-agent
version: 1.8.0
## do not use valuesFile as it's not inherited in overlays
# valuesFile: values.yaml
[...]

`kustomize build` output:

 kustomize build --enable-helm k8s/apps/monitoring/checkmk-agent/envs/dbg
Error: Error: chart "checkmk" version "1.8.0" not found in https://checkmk.github.io/checkmk_kube_agent repository
: unable to run: 'helm pull --untar --untardir /Users/sebi/Documents/src/homelab/k8s/apps/monitoring/checkmk-agent/envs/dbg/charts/checkmk-1.8.0 --repo https://checkmk.github.io/checkmk_kube_agent checkmk --version 1.8.0' with env=[HELM_CONFIG_HOME=/var/folders/tj/j2003yd16x788q50v3dnx35h000lj7/T/kustomize-helm-2879840611/helm HELM_CACHE_HOME=/var/folders/tj/j2003yd16x788q50v3dnx35h000lj7/T/kustomize-helm-2879840611/helm/.cache HELM_DATA_HOME=/var/folders/tj/j2003yd16x788q50v3dnx35h000lj7/T/kustomize-helm-2879840611/helm/.data] (is 'helm' installed?): exit status 1

The Helm chart 1.8.0 is available now. Issue can be closed