Merge master (#620)
* Fix workflow for autogenerating docs (#592) * Use grep -c flag in check for changes step to fix case when more than 1 website file was modified * Configure bot for labelling new issues as needing triage (#597) * Configure bot for managing stale issues (#598) * Docs: explanation what is backed up and why (#599) * Explanation what's backed up and why * Auto-updated docs (#600) Co-authored-by: prryb <prryb@users.noreply.github.com> * Docs: clarification of description of get latest command in backup (#601) * Auto-updated docs (#602) Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com> * Bump seedjobs agent image version to 4.9-1 (#604) * Add GitLFS pull after checkout behaviour to SeedJob GroovyScript Template (#483) Add GitLFS pull after checkout behaviour to support also repositories which are relying on Git LFS Close #482 * Docs: minor fixes (#608) * Link to project's DockerHub in README's section on nightly builds, add paragraph about nightly builds in installation docs * Fix repositoryURL in sample seedJob configuration with SSH auth * Slightly expand on #348 * Fix formatting in docs on Jenkins' customization, update plugin versions * Add notes on Jenkins home Volume in Helm chart values.yaml and docs (#589) * Auto-updated docs (#610) Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com> * Add an issue template for documentation (#613) * Docs: add info on restricted volumeMounts other than jenkins-home(#612) * Update note in installation docs * Update Helm chart default values.yaml * Update schema * Auto-updated docs (#616) Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com> * Auto-updated docs (#617) Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com> * Helm Chart: Remove empty priorityClassName from Jenkins template (#618) Also bump Helm Chart version to v0.5.2 * Fix bad identation in chart/index.yaml (#619) Co-authored-by: Szymon Fugas <sz.fugas@gmail.com> Co-authored-by: Piotr Ryba <55996264+prryb@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: prryb <prryb@users.noreply.github.com> Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com> Co-authored-by: Cosnita Radu Viorel <radu.cosnita@gmail.com> Co-authored-by: Morten Birkelund <mbi@salecto.com> Co-authored-by: Ernestas <ernetas@gmail.com>
This commit is contained in:
parent
626246ac4d
commit
4aa34157c3
|
|
@ -21,6 +21,16 @@ entries:
|
||||||
urls:
|
urls:
|
||||||
- https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator-0.5.2.tgz
|
- https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator-0.5.2.tgz
|
||||||
version: 0.5.2
|
version: 0.5.2
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: 0.6.0
|
||||||
|
created: "2021-06-11T13:50:32.677639006+02:00"
|
||||||
|
description: Kubernetes native operator which fully manages Jenkins on Kubernetes
|
||||||
|
digest: 48fbf15c3ffff7003623edcde0bec39dc37d0a62303f08066960d5fac799af90
|
||||||
|
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.2.tgz
|
||||||
|
version: 0.5.2
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: 0.6.0
|
appVersion: 0.6.0
|
||||||
created: "2021-06-11T13:50:32.677639006+02:00"
|
created: "2021-06-11T13:50:32.677639006+02:00"
|
||||||
|
|
|
||||||
|
|
@ -163,7 +163,7 @@ spec:
|
||||||
targets: "cicd/jobs/*.jenkins"
|
targets: "cicd/jobs/*.jenkins"
|
||||||
description: "Jenkins Operator repository"
|
description: "Jenkins Operator repository"
|
||||||
repositoryBranch: master
|
repositoryBranch: master
|
||||||
repositoryUrl: ssh://git@github.com:jenkinsci/kubernetes-operator.git
|
repositoryUrl: git@github.com:jenkinsci/kubernetes-operator.git
|
||||||
```
|
```
|
||||||
|
|
||||||
and create a Kubernetes Secret (name of secret should be the same from `credentialID` field):
|
and create a Kubernetes Secret (name of secret should be the same from `credentialID` field):
|
||||||
|
|
|
||||||
|
|
@ -13,13 +13,14 @@ Plugin's configuration is applied as groovy scripts or the [configuration as cod
|
||||||
Any plugin working for Jenkins can be installed by the Jenkins Operator.
|
Any plugin working for Jenkins can be installed by the Jenkins Operator.
|
||||||
|
|
||||||
Pre-installed plugins:
|
Pre-installed plugins:
|
||||||
* configuration-as-code v1.47
|
|
||||||
* git v4.5.0
|
* configuration-as-code v1.51
|
||||||
|
* git v4.7.2
|
||||||
* job-dsl v1.77
|
* job-dsl v1.77
|
||||||
* kubernetes-credentials-provider v0.15
|
* kubernetes-credentials-provider v0.18-1
|
||||||
* kubernetes v1.29.2
|
* kubernetes v1.30.0
|
||||||
* workflow-aggregator v2.6
|
* workflow-aggregator v2.6
|
||||||
* workflow-job v2.40
|
* workflow-job v2.41
|
||||||
|
|
||||||
Rest of the plugins can be found in [plugins repository](https://plugins.jenkins.io/).
|
Rest of the plugins can be found in [plugins repository](https://plugins.jenkins.io/).
|
||||||
|
|
||||||
|
|
@ -28,7 +29,7 @@ Rest of the plugins can be found in [plugins repository](https://plugins.jenkins
|
||||||
|
|
||||||
Edit Custom Resource under `spec.master.plugins`:
|
Edit Custom Resource under `spec.master.plugins`:
|
||||||
|
|
||||||
```
|
```yaml
|
||||||
apiVersion: jenkins.io/v1alpha2
|
apiVersion: jenkins.io/v1alpha2
|
||||||
kind: Jenkins
|
kind: Jenkins
|
||||||
metadata:
|
metadata:
|
||||||
|
|
@ -51,19 +52,19 @@ spec:
|
||||||
master:
|
master:
|
||||||
basePlugins:
|
basePlugins:
|
||||||
- name: kubernetes
|
- name: kubernetes
|
||||||
version: "1.29.2"
|
version: "1.30.0"
|
||||||
- name: workflow-job
|
- name: workflow-job
|
||||||
version: "2.40"
|
version: "2.40"
|
||||||
- name: workflow-aggregator
|
- name: workflow-aggregator
|
||||||
version: "2.6"
|
version: "2.6"
|
||||||
- name: git
|
- name: git
|
||||||
version: "4.5.0"
|
version: "4.7.2"
|
||||||
- name: job-dsl
|
- name: job-dsl
|
||||||
version: "1.77"
|
version: "1.77"
|
||||||
- name: configuration-as-code
|
- name: configuration-as-code
|
||||||
version: "1.47"
|
version: "1.51"
|
||||||
- name: kubernetes-credentials-provider
|
- name: kubernetes-credentials-provider
|
||||||
version: "0.15"
|
version: "0.18-1"
|
||||||
```
|
```
|
||||||
|
|
||||||
You can change their versions.
|
You can change their versions.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue