update chart with newer version of dashboard and dashboard-backend
This commit is contained in:
parent
0352f21789
commit
a7145219eb
3 changed files with 32 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ dashboard:
|
|||
image:
|
||||
registry: open.greenhost.net:4567
|
||||
repository: stackspin/dashboard/dashboard
|
||||
tag: 0.1.1
|
||||
tag: 0-1-2
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
|
@ -232,7 +232,7 @@ backend:
|
|||
image:
|
||||
registry: open.greenhost.net:4567
|
||||
repository: stackspin/dashboard-backend/dashboard-backend
|
||||
tag: 0.1.1
|
||||
tag: 0-1-2
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
|
|
|||
Reference in a new issue