Skip to content

Commit

Permalink
bump to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rusenask committed Oct 23, 2018
1 parent fedaf23 commit 2175a98
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions chart/keel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion chart/keel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: keelhq/keel
tag: 0.10.0
tag: 0.12.0
pullPolicy: IfNotPresent

# Enable insecure registries
Expand Down
2 changes: 1 addition & 1 deletion deployment/deployment-norbac-whr-sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion deployment/deployment-norbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion deployment/deployment-rbac-whr-sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion deployment/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion hack/deployment.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2175a98

Please sign in to comment.