commit
6b3a72b87d
|
@ -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
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
image:
|
||||
repository: keelhq/keel
|
||||
tag: 0.6.1
|
||||
tag: 0.8.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Polling is enabled by default,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue