-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/v3.1.0' into WIFI-13821
- Loading branch information
Showing
4 changed files
with
39 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
run: | | ||
pip3 install yq | ||
helm plugin install https://github.com/databus23/helm-diff | ||
helm plugin install https://github.com/aslafy-z/helm-git | ||
helm plugin install https://github.com/aslafy-z/helm-git --version 0.16.0 | ||
ls ~/.local/share/helm/plugins/helm-git/helm-git-plugin.sh || true | ||
sed 's/--skip-refresh //' -i ~/.local/share/helm/plugins/helm-git/helm-git-plugin.sh | ||
|
@@ -54,6 +54,6 @@ jobs: | |
git config --global credential.helper store | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "TIP Automation User" | ||
helm repo add bitnami https://charts.bitnami.com/bitnami | ||
#helm repo add bitnami https://charts.bitnami.com/bitnami | ||
helm repo update | ||
./git-release-tool.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters