Skip to content

Commit

Permalink
Merge pull request #164 from keel-hq/develop
Browse files Browse the repository at this point in the history
updating image versions
  • Loading branch information
rusenask authored Mar 17, 2018
2 parents 7ee5b67 + befbd0b commit 6b3a72b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions chart/keel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: keel
description: Open source, tool for automating Kubernetes deployment updates. Keel is stateless, robust and lightweight.
version: 0.1.10
appversion: 0.6.1
version: 0.1.11
appversion: 0.8.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.6.1
tag: 0.8.0
pullPolicy: IfNotPresent

# Polling is enabled by default,
Expand Down
2 changes: 1 addition & 1 deletion deployment/deployment-norbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
spec:
serviceAccountName: keel
containers:
- image: karolisr/keel:0.5.3
- image: karolisr/keel:0.8.0
imagePullPolicy: Always
env:
# - name: POLL
Expand Down
2 changes: 1 addition & 1 deletion deployment/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
spec:
serviceAccountName: keel
containers:
- image: karolisr/keel:0.5.3
- image: karolisr/keel:0.8.0
imagePullPolicy: Always
env:
# - name: POLL
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: karolisr/keel:0.5.1
- image: keelhq/keel:0.8.0
imagePullPolicy: Always
env:
# - name: POLL
Expand Down

0 comments on commit 6b3a72b

Please sign in to comment.