From 4959286f9eab0ecf5fabeb86aa08b34ebb6e2c0b Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Sat, 4 Jan 2020 15:44:17 +0000 Subject: [PATCH] release 2.0.1102 --- charts/jx/Chart.yaml | 12 ++++++------ charts/jx/values.yaml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/jx/Chart.yaml b/charts/jx/Chart.yaml index de0036fc6a..f3a8a17f09 100644 --- a/charts/jx/Chart.yaml +++ b/charts/jx/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v1 -name: jx +appVersion: 2.0.1102 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.0.1102 diff --git a/charts/jx/values.yaml b/charts/jx/values.yaml index 9d1eb0d5b9..471cbdc96c 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.0.1102 pullPolicy: IfNotPresent replicaCount: 1