diff --git a/charts/jx/Chart.yaml b/charts/jx/Chart.yaml index de0036fc6a..fd0fd3f226 100644 --- a/charts/jx/Chart.yaml +++ b/charts/jx/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v1 -name: jx +appVersion: 2.1.150 description: Jenkins X next gen cloud CI / CD platform for Kubernetes home: https://jenkins-x.io/ -version: 2.0.399 -appVersion: 0.1 icon: https://jenkins-x.github.io/jenkins-x-website/img/profile.png +maintainers: +- email: jenkins-x@googlegroups.com + name: Jenkins X Team +name: jx sources: - https://github.com/jenkins-x/jx -maintainers: -- name: Jenkins X Team - email: jenkins-x@googlegroups.com \ No newline at end of file +version: 2.1.150 diff --git a/charts/jx/values.yaml b/charts/jx/values.yaml index 6a75bd118c..f4b363f788 100644 --- a/charts/jx/values.yaml +++ b/charts/jx/values.yaml @@ -1,6 +1,6 @@ image: - repository: gcr.io/jenkinsxio/jx - tag: 2.0.399 + repository: gcr.io/jenkins-x-infra/jx + tag: 2.1.150 pullPolicy: IfNotPresent replicaCount: 1