-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: update helm install instruction
- Loading branch information
1 parent
908812e
commit 79def97
Showing
2 changed files
with
5 additions
and
3 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 |
---|---|---|
|
@@ -102,6 +102,7 @@ jobs: | |
-e 's|tag:.*|tag: latest|g' \ | ||
-e 's|providerRegex:.*|providerRegex: ^.+$|g' \ | ||
-e 's|maxExpirationSeconds:.*|maxExpirationSeconds: "86400"|g' \ | ||
-e 's|bypassDnsResolution:.*|bypassDnsResolution: true|g' \ | ||
charts/kubelet-csr-approver/values.yaml | ||
cat charts/kubelet-csr-approver/values.yaml | ||
- name: Run chart-testing (install) | ||
|
@@ -136,7 +137,7 @@ jobs: | |
run: | | ||
export REF=${{ github.ref}} | ||
export COMMIT=${{ github.sha}} | ||
export TAG=$(echo ${{ github.ref }} | cut -d "/" -f 3 - ) | ||
export TAG=$(echo ${{ github.ref }} | cut -d "/" -f 3 - ) | ||
ko publish ./cmd/kubelet-csr-approver/ --base-import-paths --platform=linux/amd64,linux/arm64,linux/arm --tags $TAG | ||
publish-helm-charts: | ||
|
@@ -160,7 +161,7 @@ jobs: | |
run: | | ||
git config user.name "$GITHUB_ACTOR" | ||
git config user.email "[email protected]" | ||
- name: Install Helm | ||
uses: azure/setup-helm@v1 | ||
with: | ||
|
@@ -187,7 +188,7 @@ jobs: | |
with: | ||
go-version: 1.17 | ||
stable: true | ||
|
||
- name: Login to DockerHub | ||
uses: docker/login-action@v1 | ||
with: | ||
|
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