From 02880cf61b5126d423c846a40f57f3c817fc8b70 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Mon, 3 Feb 2020 11:56:48 +0000 Subject: [PATCH] release 2.0.1179 --- 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..0c8452198c 100644 --- a/charts/jx/Chart.yaml +++ b/charts/jx/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v1 -name: jx +appVersion: 2.0.1179 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.1179 diff --git a/charts/jx/values.yaml b/charts/jx/values.yaml index 9d1eb0d5b9..85b8b1c8ad 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.1179 pullPolicy: IfNotPresent replicaCount: 1