Release 0.8.0 Helm Chart (#908)
Co-authored-by: brokenpip3 <brokenpip3@users.noreply.github.com>
This commit is contained in:
parent
2c88fe13a8
commit
8268c1e4c5
|
|
@ -1,6 +1,21 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
entries:
|
entries:
|
||||||
jenkins-operator:
|
jenkins-operator:
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: 0.8.0
|
||||||
|
created: "2023-09-13T06:54:41.369295961Z"
|
||||||
|
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: da8ae04166cb1b64a9dd3d741c6a50d63846ebe8e2e92f09313ad3c6a0dd9ca4
|
||||||
|
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.8.0.tgz
|
||||||
|
version: 0.8.0
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: 0.8.0-beta.2
|
appVersion: 0.8.0-beta.2
|
||||||
created: "2023-06-30T21:22:53.308590035Z"
|
created: "2023-06-30T21:22:53.308590035Z"
|
||||||
|
|
@ -363,4 +378,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: "2023-06-30T21:22:53.286551756Z"
|
generated: "2023-09-13T06:54:41.354056045Z"
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "0.8.0-beta.2"
|
appVersion: "0.8.0"
|
||||||
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.8.0-beta.2
|
version: 0.8.0
|
||||||
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