Merge pull request #391 from mavimo/update-helm-chart-version

update the keel docker images used by chart
pull/375/head
Karolis 2019-05-26 14:44:13 +01:00 committed by GitHub
commit bc5860d4b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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