Skip to content

Commit

Permalink
path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
super-harsh committed May 28, 2024
1 parent ecde845 commit 082b1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ tasks:
vars:
VERSION_TAG: "{{.LATEST_VERSION_TAG}}"
CONTROLLER_IMAGE: "azureserviceoperator:{{.LATEST_VERSION_TAG}}"
- "{{.SCRIPTS_ROOT}}/validate_helm.py --helm_dir=./charts/azure-service-operator --aso_yaml_path=azureserviceoperator_{{.LATEST_VERSION_TAG}}.yaml"
- "{{.SCRIPTS_ROOT}}/validate_helm.py --helm_dir=./charts/azure-service-operator --aso_yaml_path=./bin/azureserviceoperator_{{.LATEST_VERSION_TAG}}.yaml"

controller:package-helm-manifest:
desc: Package helm manifest for the release
Expand Down

0 comments on commit 082b1d8

Please sign in to comment.