Release v0.8.0-beta Helm Chart (#825)
Co-authored-by: brokenpip3 <brokenpip3@users.noreply.github.com>
This commit is contained in:
parent
38eaa0fc55
commit
f97badca9c
|
|
@ -1,6 +1,21 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
entries:
|
entries:
|
||||||
jenkins-operator:
|
jenkins-operator:
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: v0.8.0-beta
|
||||||
|
created: "2023-04-17T22:11:04.706959723Z"
|
||||||
|
dependencies:
|
||||||
|
- condition: webhook.enabled
|
||||||
|
name: cert-manager
|
||||||
|
repository: https://charts.jetstack.io
|
||||||
|
version: 1.5.1
|
||||||
|
description: Kubernetes native operator which fully manages Jenkins on Kubernetes
|
||||||
|
digest: 4855dc0c673a1b3b4cd7ee502029c3d995f243a9a7051ad03d29def7c48a7c11
|
||||||
|
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-v0.8.0-beta.tgz
|
||||||
|
version: v0.8.0-beta
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: 0.7.1
|
appVersion: 0.7.1
|
||||||
created: "2022-06-22T15:47:45.014723169Z"
|
created: "2022-06-22T15:47:45.014723169Z"
|
||||||
|
|
@ -333,4 +348,4 @@ entries:
|
||||||
urls:
|
urls:
|
||||||
- https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator-0.0.1.tgz
|
- https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator-0.0.1.tgz
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
generated: "2022-06-22T15:47:44.995217822Z"
|
generated: "2023-04-17T22:11:04.68789848Z"
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "0.7.1"
|
appVersion: "v0.8.0-beta"
|
||||||
description: Kubernetes native operator which fully manages Jenkins on Kubernetes
|
description: Kubernetes native operator which fully manages Jenkins on Kubernetes
|
||||||
name: jenkins-operator
|
name: jenkins-operator
|
||||||
version: 0.6.2
|
version: v0.8.0-beta
|
||||||
icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png
|
icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: cert-manager
|
- name: cert-manager
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue