Release 0.5.0 Helm Chart
This commit is contained in:
parent
46ee392a7c
commit
485abaad8d
3
Makefile
3
Makefile
|
|
@ -412,9 +412,10 @@ helm-package: helm
|
|||
@echo "+ $@"
|
||||
mkdir -p /tmp/jenkins-operator-charts
|
||||
mv chart/jenkins-operator/*.tgz /tmp/jenkins-operator-charts
|
||||
cd chart && bin/helm package jenkins-operator
|
||||
cd chart && ../bin/helm package jenkins-operator
|
||||
mv /tmp/jenkins-operator-charts/*.tgz chart/jenkins-operator/
|
||||
rm -rf /tmp/jenkins-operator-charts/
|
||||
git add chart/jenkins-operator-*.tgz
|
||||
|
||||
.PHONY: helm-deploy
|
||||
helm-deploy: helm-package
|
||||
|
|
|
|||
|
|
@ -1,6 +1,16 @@
|
|||
apiVersion: v1
|
||||
entries:
|
||||
jenkins-operator:
|
||||
- apiVersion: v2
|
||||
appVersion: 0.6.0
|
||||
created: "2021-06-10T11:24:00.054556+02:00"
|
||||
description: Kubernetes native operator which fully manages Jenkins on Kubernetes
|
||||
digest: aae33e13b8fcab6957b8ded2a2ae08025db38e1d86bbec8f8d9595b9eb904df1
|
||||
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.5.0.tgz
|
||||
version: 0.5.0
|
||||
- apiVersion: v2
|
||||
appVersion: 0.5.0
|
||||
created: "2021-02-19T12:36:08.931516+01:00"
|
||||
|
|
@ -248,4 +258,4 @@ entries:
|
|||
urls:
|
||||
- https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
generated: "2021-02-19T12:36:08.928123+01:00"
|
||||
generated: "2021-06-10T11:24:00.049165+02:00"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.5.0"
|
||||
appVersion: "0.6.0"
|
||||
description: Kubernetes native operator which fully manages Jenkins on Kubernetes
|
||||
name: jenkins-operator
|
||||
version: 0.4.3
|
||||
version: 0.5.0
|
||||
icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -255,7 +255,7 @@ operator:
|
|||
replicaCount: 1
|
||||
|
||||
# image is the name (and tag) of the Jenkins Operator image
|
||||
image: virtuslab/jenkins-operator:v0.5.0
|
||||
image: virtuslab/jenkins-operator:v0.6.0
|
||||
|
||||
# imagePullPolicy defines policy for pulling images
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
|
|
|||
Loading…
Reference in New Issue