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 )
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