bump to 0.12.0

feature/policy_from_annotations
Karolis Rusenas 2018-10-23 19:12:39 +01:00
parent fedaf23b78
commit 2175a981a3
7 changed files with 8 additions and 8 deletions

View File

@ -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.1
version: 0.7.2
# Note that we use appVersion to get images tag, so make sure this is correct.
appVersion: 0.10.0
appVersion: 0.12.0
keywords:
- kubernetes deployment
- helm release

View File

@ -4,7 +4,7 @@
image:
repository: keelhq/keel
tag: 0.10.0
tag: 0.12.0
pullPolicy: IfNotPresent
# Enable insecure registries

View File

@ -71,7 +71,7 @@ spec:
containers:
- name: keel
# Note that we use appVersion to get images tag.
image: "keelhq/keel:0.10.0"
image: "keelhq/keel:0.12.0"
imagePullPolicy: IfNotPresent
command: ["/bin/keel"]
env:

View File

@ -71,7 +71,7 @@ spec:
containers:
- name: keel
# Note that we use appVersion to get images tag.
image: "keelhq/keel:0.10.0"
image: "keelhq/keel:0.12.0"
imagePullPolicy: IfNotPresent
command: ["/bin/keel"]
env:

View File

@ -141,7 +141,7 @@ spec:
containers:
- name: keel
# Note that we use appVersion to get images tag.
image: "keelhq/keel:0.10.0"
image: "keelhq/keel:0.12.0"
imagePullPolicy: IfNotPresent
command: ["/bin/keel"]
env:

View File

@ -141,7 +141,7 @@ spec:
containers:
- name: keel
# Note that we use appVersion to get images tag.
image: "keelhq/keel:0.10.0"
image: "keelhq/keel:0.12.0"
imagePullPolicy: IfNotPresent
command: ["/bin/keel"]
env:

View File

@ -16,7 +16,7 @@ spec:
spec:
serviceAccountName: keel
containers:
- image: keelhq/keel:0.9.7
- image: keelhq/keel:0.12.0
imagePullPolicy: Always
env:
- name: PUBSUB