Skip to content

Commit

Permalink
update helm to another action
Browse files Browse the repository at this point in the history
  • Loading branch information
strongjz committed Jun 23, 2022
1 parent 6cd7c30 commit f7aba51
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Run helm-docs
run: |
GOBIN=$PWD GO111MODULE=on go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.8.1
GOBIN=$PWD GO111MODULE=on go install github.com/norwoodj/helm-docs/cmd/helm-docs@e91c4c3337d3bf3fdad8de1763999a5c3325567f
./helm-docs --chart-search-root=${GITHUB_WORKSPACE}/charts
DIFF=$(git diff ${GITHUB_WORKSPACE}/charts/ingress-nginx/README.md)
if [ ! -z "$DIFF" ]; then
Expand Down Expand Up @@ -232,12 +232,10 @@ jobs:
failOnError: false

- name: Prepare cluster for testing
uses: azure/setup-helm@217bf70cbd2e930ba2e81ba7e1de2f7faecc42ba #v2.1
with:
version: 'v3.8.0'
id: local-path
run: |
kubectl version
echo
echo "installing helm 3..."
curl -sSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash

- name: Load images from cache
run: |
Expand Down Expand Up @@ -290,12 +288,10 @@ jobs:
failOnError: false

- name: Prepare cluster for testing
uses: azure/setup-helm@217bf70cbd2e930ba2e81ba7e1de2f7faecc42ba #v2.1
with:
version: 'v3.8.0'
id: local-path
run: |
kubectl version
echo
echo "installing helm 3..."
curl -sSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash

- name: Load images from cache
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

permissions:
contents: read

jobs:

changes:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- main
- legacy

permissions:
contents: read

jobs:

changes:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/perftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
tags:
description: 'K6 Load Test'

permissions:
contents: read

jobs:
k6_test_run:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f7aba51

Please sign in to comment.