Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ARM
k8s
Kured
Commits
a87e7b28
Unverified
Commit
a87e7b28
authored
Jun 30, 2020
by
Daniel Holbach
Committed by
GitHub
Jun 30, 2020
Browse files
Merge pull request #158 from dholbach/use-github-token
Use GitHub token
parents
d6f76090
c6f341ec
Changes
5
Hide whitespace changes
Inline
Side-by-side
.github/workflows/chart-release.yml
View file @
a87e7b28
...
...
@@ -12,5 +12,5 @@ jobs:
-
name
:
Publish Helm chart
uses
:
stefanprodan/helm-gh-pages@master
with
:
token
:
${{ secrets.
BOT_
GITHUB_TOKEN }}
token
:
${{ secrets.GITHUB_TOKEN }}
charts_dir
:
charts
README.md
View file @
a87e7b28
...
...
@@ -45,7 +45,7 @@ compatibility of one minor version between client and server:
| kured | kubectl | k8s.io/client-go | k8s.io/apimachinery | expected kubernetes compatibility |
|--------|---------|------------------|---------------------|-----------------------------------|
| master | 1.17.7 | v0.17.0 | v0.17.0 | 1.16.x, 1.17.x, 1.18.x |
| 1.4.
1
| 1.17.7 | v0.17.0 | v0.17.0 | 1.16.x, 1.17.x, 1.18.x |
| 1.4.
2
| 1.17.7 | v0.17.0 | v0.17.0 | 1.16.x, 1.17.x, 1.18.x |
| 1.3.0 | 1.15.10 | v12.0.0 | release-1.15 | 1.15.x, 1.16.x, 1.17.x |
| 1.2.0 | 1.13.6 | v10.0.0 | release-1.13 | 1.12.x, 1.13.x, 1.14.x |
| 1.1.0 | 1.12.1 | v9.0.0 | release-1.12 | 1.11.x, 1.12.x, 1.13.x |
...
...
charts/kured/Chart.yaml
View file @
a87e7b28
apiVersion
:
v1
appVersion
:
"
1.4.
1
"
appVersion
:
"
1.4.
2
"
description
:
A Helm chart for kured
name
:
kured
version
:
2.0.0
...
...
charts/kured/README.md
View file @
a87e7b28
...
...
@@ -36,7 +36,7 @@ The following changes have been made compared to the stable chart:
| Config | Description | Default |
| ------ | ----------- | ------- |
|
`image.repository`
| Image repository |
`weaveworks/kured`
|
|
`image.tag`
| Image tag |
`1.4.
1
`
|
|
`image.tag`
| Image tag |
`1.4.
2
`
|
|
`image.pullPolicy`
| Image pull policy |
`IfNotPresent`
|
|
`image.pullSecrets`
| Image pull secrets |
`[]`
|
|
`updateStrategy`
| Daemonset update strategy |
`OnDelete`
|
...
...
charts/kured/values.yaml
View file @
a87e7b28
image
:
repository
:
weaveworks/kured
tag
:
1.4.
1
tag
:
1.4.
2
pullPolicy
:
IfNotPresent
pullSecrets
:
[]
...
...
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