ci: fix typo
All checks were successful
Deployment / container (push) Successful in 9s

This commit is contained in:
fleaz 2025-07-26 12:52:34 +02:00
parent 87c99a8a55
commit d7a6b0027c
Signed by: fleaz
GPG key ID: 935474624265FE8F

View file

@ -24,5 +24,5 @@ jobs:
helm repo update prometheus-community helm repo update prometheus-community
helm upgrade --install ksm prometheus-community/kube-state-metrics \ helm upgrade --install ksm prometheus-community/kube-state-metrics \
--namespace ksm-system \ --namespace ksm-system \
--create-namespace --create-namespace \
--version "${KSM_VERSION}" --version "${KSM_VERSION}"