diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index f8a4321..b7d14c0 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -57,7 +57,8 @@ jobs: echo "Chart not found in the repository. Adding it..." # Set a blank value so that it WON'T match the local version - IFS=' ' read -r -a REMOTE_VERSIONS <<< "" + #IFS=' ' read -r -a REMOTE_VERSIONS <<< "" + REMOTE_VERSIONS=() fi # Just to keep things clean/safe/etc... remove the repo @@ -86,7 +87,7 @@ jobs: fi # If the versions match, we want to increment the chart's patch version - if [ "has_match" ]; then + if [ "$has_match" == "true" ]; then echo "Versions match!" # Increment the patch version of the local version (Ex. 1.0.0 -> 1.0.1) diff --git a/Chart.yaml b/Chart.yaml index 3bd9aa0..9567962 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -8,4 +8,4 @@ maintainers: name: ba-custom-hashicorp-vault sources: - https://git.bridgemanaccessible.ca/Bridgeman-Accessible/custom-hashicorp-vault -version: "1.0.1" +version: "1.0.0"