Merge pull request #391 from mavimo/update-helm-chart-version
update the keel docker images used by chartpull/375/head
commit
bc5860d4b6
|
@ -1,9 +1,9 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: keel
|
name: keel
|
||||||
description: Open source, tool for automating Kubernetes deployment updates. Keel is stateless, robust and lightweight.
|
description: Open source, tool for automating Kubernetes deployment updates. Keel is stateless, robust and lightweight.
|
||||||
version: 0.7.10
|
version: 0.8.0
|
||||||
# Note that we use appVersion to get images tag, so make sure this is correct.
|
# Note that we use appVersion to get images tag, so make sure this is correct.
|
||||||
appVersion: 0.13.0
|
appVersion: 0.14.0
|
||||||
keywords:
|
keywords:
|
||||||
- kubernetes deployment
|
- kubernetes deployment
|
||||||
- helm release
|
- helm release
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: keelhq/keel
|
repository: keelhq/keel
|
||||||
tag: 0.13.2
|
tag: 0.14.2
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# Enable insecure registries
|
# Enable insecure registries
|
||||||
|
|
Loading…
Reference in New Issue