diff --git a/README.md b/README.md index 50d95bcb..5324806e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Jenkins Operator -[![Version](https://img.shields.io/badge/version-v0.2.1-brightgreen.svg)](https://github.com/jenkinsci/kubernetes-operator/releases/tag/v0.2.1) +[![Version](https://img.shields.io/badge/version-v0.2.2-brightgreen.svg)](https://github.com/jenkinsci/kubernetes-operator/releases/tag/v0.2.2) [![Build Status](https://travis-ci.org/jenkinsci/kubernetes-operator.svg?branch=master)](https://travis-ci.org/jenkinsci/kubernetes-operator) [![Go Report Card](https://goreportcard.com/badge/github.com/jenkinsci/kubernetes-operator "Go Report Card")](https://goreportcard.com/report/github.com/jenkinsci/kubernetes-operator) [![Docker Pulls](https://img.shields.io/docker/pulls/virtuslab/jenkins-operator.svg)](https://hub.docker.com/r/virtuslab/jenkins-operator/tags) diff --git a/VERSION.txt b/VERSION.txt index 22c08f72..f0cfd3bb 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v0.2.1 +v0.2.2 diff --git a/chart/index.yaml b/chart/index.yaml index 9adabd2e..da7fb39e 100644 --- a/chart/index.yaml +++ b/chart/index.yaml @@ -1,13 +1,22 @@ apiVersion: v1 entries: jenkins-operator: + - apiVersion: v1 + appVersion: 0.2.2 + created: "2019-09-19T14:22:54.757957741+02:00" + description: Kubernetes native operator which fully manages Jenkins on Kubernetes + digest: b0074d3ded2fdaad529c9079503eb82bb9c8cfb90fd8b60d09c8d9899f36d78f + name: jenkins-operator + urls: + - https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator-0.0.2.tgz + version: 0.0.2 - apiVersion: v1 appVersion: 0.2.0 - created: "2019-09-18T14:00:30.231896+02:00" + created: "2019-09-19T14:22:54.758377827+02:00" description: Kubernetes native operator which fully manages Jenkins on Kubernetes digest: d5828cba35e435fc6526d235ec98b3ffdb8d6ed20b82c953a81a5c1f660d1fb3 name: jenkins-operator urls: - https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator-0.0.1.tgz version: 0.0.1 -generated: "2019-09-18T14:00:30.230409+02:00" +generated: "2019-09-19T14:22:54.757340801+02:00" diff --git a/chart/jenkins-operator/Chart.yaml b/chart/jenkins-operator/Chart.yaml index e902af9a..1dafdf9a 100644 --- a/chart/jenkins-operator/Chart.yaml +++ b/chart/jenkins-operator/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "0.2.0" +appVersion: "0.2.2" description: Kubernetes native operator which fully manages Jenkins on Kubernetes name: jenkins-operator -version: 0.0.1 +version: 0.0.2 diff --git a/chart/jenkins-operator/jenkins-operator-0.0.2.tgz b/chart/jenkins-operator/jenkins-operator-0.0.2.tgz new file mode 100644 index 00000000..f4953143 Binary files /dev/null and b/chart/jenkins-operator/jenkins-operator-0.0.2.tgz differ diff --git a/chart/jenkins-operator/values.yaml b/chart/jenkins-operator/values.yaml index 528577fe..11b269a2 100644 --- a/chart/jenkins-operator/values.yaml +++ b/chart/jenkins-operator/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: virtuslab/jenkins-operator - tag: v0.2.0 + tag: v0.2.2 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/deploy/all-in-one-v1alpha2.yaml b/deploy/all-in-one-v1alpha2.yaml index a161d7d1..0d3dfc97 100644 --- a/deploy/all-in-one-v1alpha2.yaml +++ b/deploy/all-in-one-v1alpha2.yaml @@ -126,7 +126,7 @@ spec: serviceAccountName: jenkins-operator containers: - name: jenkins-operator - image: virtuslab/jenkins-operator:v0.2.1 + image: virtuslab/jenkins-operator:v0.2.2 command: - jenkins-operator args: [] diff --git a/deploy/operator.yaml b/deploy/operator.yaml index 72f06804..ef457290 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -16,7 +16,7 @@ spec: serviceAccountName: jenkins-operator containers: - name: jenkins-operator - image: virtuslab/jenkins-operator:v0.2.1 + image: virtuslab/jenkins-operator:v0.2.2 command: - jenkins-operator args: []