helm chart path fix

This commit is contained in:
Vaibhav Pathak 2026-02-05 18:54:57 +05:30
parent ef9fdbeee9
commit dac3a276d2

View File

@ -12,7 +12,7 @@ metadata:
argo-workflows.cnoe.io/label-selector: "service=scheduler-service" argo-workflows.cnoe.io/label-selector: "service=scheduler-service"
helm.cnoe.io/git-repo: "https://gitea.os-tf-qa.onlinesales.ai/gitea_admin/schedulerService-chart.git" helm.cnoe.io/git-repo: "https://gitea.os-tf-qa.onlinesales.ai/gitea_admin/schedulerService-chart.git"
helm.cnoe.io/git-ref: "main" helm.cnoe.io/git-ref: "main"
helm.cnoe.io/chart-path: "helm/scheduler-service" helm.cnoe.io/chart-path: "helm/schedulerservice"
helm.cnoe.io/values-file: "values-local.yaml" helm.cnoe.io/values-file: "values-local.yaml"
helm.cnoe.io/available-values-files: '["values.yaml", "values-local.yaml"]' helm.cnoe.io/available-values-files: '["values.yaml", "values-local.yaml"]'
helm.cnoe.io/dependencies: | helm.cnoe.io/dependencies: |