diff --git a/chart/keel/Chart.yaml b/chart/keel/Chart.yaml index cb3aebab..e76beef3 100644 --- a/chart/keel/Chart.yaml +++ b/chart/keel/Chart.yaml @@ -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 diff --git a/chart/keel/values.yaml b/chart/keel/values.yaml index e96447f9..d87f419d 100644 --- a/chart/keel/values.yaml +++ b/chart/keel/values.yaml @@ -4,7 +4,7 @@ image: repository: keelhq/keel - tag: 0.13.2 + tag: 0.14.2 pullPolicy: IfNotPresent # Enable insecure registries