bump to 0.12.0
parent
fedaf23b78
commit
2175a981a3
|
@ -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
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
image:
|
||||
repository: keelhq/keel
|
||||
tag: 0.10.0
|
||||
tag: 0.12.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Enable insecure registries
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue