diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index d49480c..0675146 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -22,7 +22,7 @@ jobs: run: | helm repo add prometheus-community https://prometheus-community.github.io/helm-charts helm repo update prometheus-community - helm upgrade --install ksm prometheus-community/kube-state-metrics \ - --namespace ksm-system \ + helm upgrade --install kube-state-metrics prometheus-community/kube-state-metrics \ + --namespace monitoring \ --create-namespace \ --version "${KSM_VERSION}"