Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ARM
k8s
Kured
Commits
b024898e
Unverified
Commit
b024898e
authored
Aug 05, 2020
by
Daniel Holbach
Committed by
GitHub
Aug 05, 2020
Browse files
Merge pull request #171 from dholbach/prep-1.4.5
Prep 1.4.5 release
parents
aea93fd0
19b17737
Changes
3
Hide whitespace changes
Inline
Side-by-side
DEVELOPMENT.md
View file @
b024898e
...
...
@@ -91,6 +91,15 @@ cat kured-ds.yaml >> "$MANIFEST"
sed
-i
"s#docker.io/weaveworks/kured#docker.io/weaveworks/kured:
$VERSION
#g"
"
$MANIFEST
"
```
To make this available for our Helm users, please make sure you update the
image version in
-
`charts/kured/values.yaml`
(
`tag`
) and
-
`charts/kured/Chart.yaml`
(
`appVersion`
) as well.
Finally bump the
`version`
in
`charts/kured/Chart.yaml`
and you should be
all set.
Now you can head to the Github UI, use the version number as tag and upload the
`kured-<release>-dockerhub.yaml`
file.
...
...
charts/kured/Chart.yaml
View file @
b024898e
apiVersion
:
v1
appVersion
:
"
1.4.
4
"
appVersion
:
"
1.4.
5
"
description
:
A Helm chart for kured
name
:
kured
version
:
2.1.
0
version
:
2.1.
1
home
:
https://github.com/weaveworks/kured
maintainers
:
-
name
:
dholbach
...
...
charts/kured/values.yaml
View file @
b024898e
image
:
repository
:
weaveworks/kured
tag
:
1.4.
4
tag
:
1.4.
5
pullPolicy
:
IfNotPresent
pullSecrets
:
[]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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