Skip to content

Commit

Permalink
update Argo CD to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Sep 12, 2019
1 parent 6146f2b commit 65fab69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.2.0"
description: A Helm chart for Argo-CD
name: argo-cd
version: 0.4.0
version: 0.5.0
3 changes: 3 additions & 0 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

SRCROOT="$(cd "$(dirname "$0")/.." && pwd)"
GIT_PUSH=${GIT_PUSH:-true}

rm -rf $SRCROOT/output && git clone -b gh-pages [email protected]:argoproj/argo-helm.git $SRCROOT/output

Expand All @@ -17,4 +18,6 @@ cd $SRCROOT/output && git status
if [ "$GIT_PUSH" == "true" ]
then
cd $SRCROOT/output && git add . && git commit -m "Publish charts" && git push [email protected]:argoproj/argo-helm.git gh-pages
helm repo update
helm search argo-cd
fi

0 comments on commit 65fab69

Please sign in to comment.