diff --git a/chart/keel/Chart.yaml b/chart/keel/Chart.yaml index 6ba7127b..5c27fc87 100644 --- a/chart/keel/Chart.yaml +++ b/chart/keel/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: keel description: Open source, tool for automating Kubernetes deployment updates. Keel is stateless, robust and lightweight. -version: 0.7.6 +version: 0.7.7 # Note that we use appVersion to get images tag, so make sure this is correct. appVersion: 0.13.0 keywords: diff --git a/chart/keel/values.yaml b/chart/keel/values.yaml index 531e0cc2..f47e7aa4 100644 --- a/chart/keel/values.yaml +++ b/chart/keel/values.yaml @@ -4,7 +4,7 @@ image: repository: keelhq/keel - tag: 0.12.0 + tag: 0.13.0 pullPolicy: IfNotPresent # Enable insecure registries