update the keel docker images used by chart
- update chart default tag to 0.14.2 (last release) - update the chard version, bumped a minorsince also the app is a minor bumppull/391/head
parent
84194a6cba
commit
a7135b0e47
|
@ -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