Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
b01c2822
Commit
b01c2822
authored
Mar 23, 2020
by
David McKay
Committed by
David McKay
Mar 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: install helm3
parent
25e34d6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
helm-charts-release.yaml
.github/workflows/helm-charts-release.yaml
+2
-2
No files found.
.github/workflows/helm-charts-release.yaml
View file @
b01c2822
...
@@ -20,12 +20,12 @@ jobs:
...
@@ -20,12 +20,12 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
# See https://github.com/helm/chart-releaser-action/issues/6
-
name
:
Install Helm
-
name
:
Install Helm
run
:
|
run
:
|
curl -
sSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get
curl -
fsSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
chmod 700 get_helm.sh
./get_helm.sh
./get_helm.sh
helm init --client-only
-
name
:
Run chart-releaser
-
name
:
Run chart-releaser
uses
:
helm/chart-releaser-action@v1.0.0-rc.1
uses
:
helm/chart-releaser-action@v1.0.0-rc.1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment