Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 11s
All checks were successful
Build docker container / Build image (push) Successful in 11s
This commit is contained in:
parent
201702d08f
commit
8b11d8e8ac
@ -3,7 +3,7 @@
|
||||
# Function to create HelmChart YAML
|
||||
createHelmYaml() {
|
||||
# Load values from Chart.yaml
|
||||
chart_version=$(yq e '.version' Chart.yaml)
|
||||
chart_version=$(yq e '.dependencies[0].version' Chart.yaml)
|
||||
chart_name=$(yq e '.name' Chart.yaml)
|
||||
chart_repo=$(yq e '.dependencies[0].repository' Chart.yaml)
|
||||
chart_namespace=$(yq e '.annotations.namespace' Chart.yaml)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user