Skip to content

Commit 76327de

Browse files
author
Vivek Lakshmanan
committed
Actually remove helm init -c calls
1 parent 5d57d77 commit 76327de

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

.github/workflows/cron.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ jobs:
107107
- name: Install + Configure Helm
108108
run: |-
109109
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
110-
helm init -c
111110
helm repo add bitnami https://charts.bitnami.com/bitnami
112111
- name: Configure GCP credentials
113112
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
@@ -223,7 +222,6 @@ jobs:
223222
- name: Install + Configure Helm
224223
run: |-
225224
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
226-
helm init -c
227225
helm repo add bitnami https://charts.bitnami.com/bitnami
228226
- name: Configure GCP credentials
229227
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
@@ -373,7 +371,6 @@ jobs:
373371
- name: Install + Configure Helm
374372
run: |-
375373
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
376-
helm init -c
377374
helm repo add bitnami https://charts.bitnami.com/bitnami
378375
- name: Configure GCP credentials
379376
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
@@ -455,7 +452,6 @@ jobs:
455452
- name: Install + Configure Helm
456453
run: |-
457454
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
458-
helm init -c
459455
helm repo add bitnami https://charts.bitnami.com/bitnami
460456
- name: Configure GCP credentials
461457
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master

.github/workflows/run-tests-command.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ jobs:
252252
- name: Install + Configure Helm
253253
run: |-
254254
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
255-
helm init -c
256255
helm repo add bitnami https://charts.bitnami.com/bitnami
257256
- name: Configure GCP credentials
258257
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
@@ -386,7 +385,6 @@ jobs:
386385
- name: Install + Configure Helm
387386
run: |-
388387
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
389-
helm init -c
390388
helm repo add bitnami https://charts.bitnami.com/bitnami
391389
- name: Configure GCP credentials
392390
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
@@ -470,7 +468,6 @@ jobs:
470468
- name: Install + Configure Helm
471469
run: |-
472470
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
473-
helm init -c
474471
helm repo add bitnami https://charts.bitnami.com/bitnami
475472
- name: Configure GCP credentials
476473
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master

.github/workflows/smoke-test-cli-command.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ jobs:
195195
- name: Install + Configure Helm
196196
run: |-
197197
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
198-
helm init -c
199198
helm repo add bitnami https://charts.bitnami.com/bitnami
200199
- name: Configure GCP credentials
201200
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
@@ -327,7 +326,6 @@ jobs:
327326
- name: Install + Configure Helm
328327
run: |-
329328
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
330-
helm init -c
331329
helm repo add bitnami https://charts.bitnami.com/bitnami
332330
- name: Configure GCP credentials
333331
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
@@ -409,7 +407,6 @@ jobs:
409407
- name: Install + Configure Helm
410408
run: |-
411409
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
412-
helm init -c
413410
helm repo add bitnami https://charts.bitnami.com/bitnami
414411
- name: Configure GCP credentials
415412
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master

.github/workflows/smoke-test-provider-command.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ jobs:
195195
- name: Install + Configure Helm
196196
run: |-
197197
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
198-
helm init -c
199198
helm repo add bitnami https://charts.bitnami.com/bitnami
200199
- name: Configure GCP credentials
201200
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
@@ -319,7 +318,6 @@ jobs:
319318
- name: Install + Configure Helm
320319
run: |-
321320
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
322-
helm init -c
323321
helm repo add bitnami https://charts.bitnami.com/bitnami
324322
- name: Configure GCP credentials
325323
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
@@ -401,7 +399,6 @@ jobs:
401399
- name: Install + Configure Helm
402400
run: |-
403401
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
404-
helm init -c
405402
helm repo add bitnami https://charts.bitnami.com/bitnami
406403
- name: Configure GCP credentials
407404
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master

0 commit comments

Comments
 (0)