Skip to content

Commit

Permalink
Fix the installation of helm (pulumi#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Jun 3, 2021
1 parent 1340e58 commit 35caae8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
sudo mv kubectl /usr/local/bin
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
sudo mv kubectl /usr/local/bin
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
sudo mv kubectl /usr/local/bin
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -447,7 +447,7 @@ jobs:
sudo mv kubectl /usr/local/bin
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-tests-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
sudo mv kubectl /usr/local/bin
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
sudo mv kubectl /usr/local/bin
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -384,7 +384,7 @@ jobs:
sudo mv kubectl /usr/local/bin
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -467,7 +467,7 @@ jobs:
sudo mv kubectl /usr/local/bin
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/smoke-test-cli-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
sudo mv kubectl /usr/local/bin
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
sudo mv kubectl /usr/local/bin
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -325,7 +325,7 @@ jobs:
sudo mv kubectl /usr/local/bin
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -406,7 +406,7 @@ jobs:
sudo mv kubectl /usr/local/bin
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/smoke-test-provider-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
sudo mv kubectl /usr/local/bin
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
sudo mv kubectl /usr/local/bin
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
sudo mv kubectl /usr/local/bin
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -398,7 +398,7 @@ jobs:
sudo mv kubectl /usr/local/bin
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down

0 comments on commit 35caae8

Please sign in to comment.