Skip to content

Commit

Permalink
chore(helm): 0.40.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
  • Loading branch information
yesnault committed Jul 5, 2019
1 parent 37d64a8 commit dcbe6fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/helm/cds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cds
version: 0.1.0
appVersion: 0.39.2
appVersion: 0.40.0
description: Enterprise-Grade Continuous Delivery & DevOps Automation Open Source Platform.
keywords:
- continuous-integration
Expand Down
4 changes: 2 additions & 2 deletions contrib/helm/cds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
image:
registry: docker.io
repository: ovhcom/cds-engine
tag: 0.39.2
tag: 0.40.0
## 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
Expand Down Expand Up @@ -172,7 +172,7 @@ ui:
image:
registry: docker.io
repository: ovhcom/cds-ui
tag: 0.39.2
tag: 0.40.0
logLevel: info
baseUrl: /
api.livenessProbe:
Expand Down

0 comments on commit dcbe6fa

Please sign in to comment.