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
c3b78ccd
Commit
c3b78ccd
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: update to chart-releaser-action v1.0.0-rc.1
parent
cd6196fc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
helm-charts-release.yaml
.github/workflows/helm-charts-release.yaml
+2
-2
helm-charts-test.yaml
.github/workflows/helm-charts-test.yaml
+6
-3
No files found.
.github/workflows/helm-charts-release.yaml
View file @
c3b78ccd
...
...
@@ -10,7 +10,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v
1
uses
:
actions/checkout@v
2
-
name
:
Configure Git
run
:
|
...
...
@@ -25,6 +25,6 @@ jobs:
helm init --client-only
-
name
:
Run chart-releaser
uses
:
helm/chart-releaser-action@v1.0.0-
alpha.2
uses
:
helm/chart-releaser-action@v1.0.0-
rc.1
env
:
CR_TOKEN
:
"
${{
secrets.CR_TOKEN
}}"
.github/workflows/helm-charts-test.yaml
View file @
c3b78ccd
...
...
@@ -7,11 +7,14 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v1
uses
:
actions/checkout@v2
-
name
:
Fetch history
run
:
git fetch --prune --unshallow
-
name
:
Run chart-testing (lint)
id
:
lint
uses
:
helm/chart-testing-action@v1.0.0-
alpha.3
uses
:
helm/chart-testing-action@v1.0.0-
rc.1
with
:
command
:
lint
...
...
@@ -23,6 +26,6 @@ jobs:
if
:
steps.lint.outputs.changed == 'true'
-
name
:
Run chart-testing (install)
uses
:
helm/chart-testing-action@v1.0.0-
alpha.3
uses
:
helm/chart-testing-action@v1.0.0-
rc.1
with
:
command
:
install
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