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
|
||||
name: keel
|
||||
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.
|
||||
appVersion: 0.13.0
|
||||
appVersion: 0.14.0
|
||||
keywords:
|
||||
- kubernetes deployment
|
||||
- helm release
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
image:
|
||||
repository: keelhq/keel
|
||||
tag: 0.13.2
|
||||
tag: 0.14.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Enable insecure registries
|
||||
|
|
Loading…
Reference in New Issue