Release Helm chart with v0.3.1 version
This commit is contained in:
parent
cff94642df
commit
b2d3902c63
|
|
@ -1,19 +1,29 @@
|
|||
apiVersion: v1
|
||||
entries:
|
||||
jenkins-operator:
|
||||
- apiVersion: v1
|
||||
appVersion: 0.3.1
|
||||
created: "2019-12-31T13:05:44.65017853+01:00"
|
||||
description: Kubernetes native operator which fully manages Jenkins on Kubernetes
|
||||
digest: cf449d27476c3cc035ef0da4ea3ea5eb51361a19afc4f57d6da33dd23fd06037
|
||||
icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png
|
||||
name: jenkins-operator
|
||||
urls:
|
||||
- https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator-0.0.5.tgz
|
||||
version: 0.0.5
|
||||
- apiVersion: v1
|
||||
appVersion: 0.3.0
|
||||
created: "2019-12-20T14:09:29.192810358+01:00"
|
||||
created: "2019-12-31T13:05:44.653342215+01:00"
|
||||
description: Kubernetes native operator which fully manages Jenkins on Kubernetes
|
||||
digest: 1adf1f27fa60ebe1e52830907a029d033d48b7c30f5d91966caf439f1da15da1
|
||||
icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png
|
||||
name: jenkins-operator
|
||||
urls:
|
||||
- https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator-0.0.4.tgz
|
||||
- https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator/jenkins-operator-0.0.4.tgz
|
||||
version: 0.0.4
|
||||
- apiVersion: v1
|
||||
appVersion: 0.2.2
|
||||
created: "2019-12-20T14:09:29.194489918+01:00"
|
||||
created: "2019-12-31T13:05:44.652419618+01:00"
|
||||
description: Kubernetes native operator which fully manages Jenkins on Kubernetes
|
||||
digest: 0ca2904d3971422e31ef3ca986ba6123ffb264d4dd938be4361a22114205789d
|
||||
name: jenkins-operator
|
||||
|
|
@ -22,7 +32,7 @@ entries:
|
|||
version: 0.0.3
|
||||
- apiVersion: v1
|
||||
appVersion: 0.2.2
|
||||
created: "2019-12-20T14:09:29.193912254+01:00"
|
||||
created: "2019-12-31T13:05:44.651519256+01:00"
|
||||
description: Kubernetes native operator which fully manages Jenkins on Kubernetes
|
||||
digest: b0074d3ded2fdaad529c9079503eb82bb9c8cfb90fd8b60d09c8d9899f36d78f
|
||||
name: jenkins-operator
|
||||
|
|
@ -31,11 +41,11 @@ entries:
|
|||
version: 0.0.2
|
||||
- apiVersion: v1
|
||||
appVersion: 0.2.0
|
||||
created: "2019-12-20T14:09:29.193374901+01:00"
|
||||
created: "2019-12-31T13:05:44.650727681+01: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/jenkins-operator-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
generated: "2019-12-20T14:09:29.191248707+01:00"
|
||||
generated: "2019-12-31T13:05:44.647850557+01:00"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
apiVersion: v1
|
||||
appVersion: "0.3.0"
|
||||
appVersion: "0.3.1"
|
||||
description: Kubernetes native operator which fully manages Jenkins on Kubernetes
|
||||
name: jenkins-operator
|
||||
version: 0.0.4
|
||||
version: 0.0.5
|
||||
icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -6,7 +6,7 @@ replicaCount: 1
|
|||
|
||||
image:
|
||||
repository: virtuslab/jenkins-operator
|
||||
tag: v0.3.0
|
||||
tag: v0.3.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
imagePullSecrets: []
|
||||
|
|
|
|||
Loading…
Reference in New Issue