chore(k8s plugin): update kubernetes plugin to 1.25.1, add 'events' resource to rbac (verb: 'watch') (#21633)

Signed-off-by: benjamin.mack <benjamin.mack@fntsoftware.com>

Co-authored-by: benjamin.mack <benjamin.mack@fntsoftware.com>
This commit is contained in:
Quarkie
2020-04-06 05:35:46 -07:00
committed by GitHub
co-authored by benjamin.mack
parent 3022c5c89e
commit 7f78de9be1
4 changed files with 7 additions and 3 deletions
+4
View File
@@ -5,6 +5,10 @@ numbering uses [semantic versioning](http://semver.org).
NOTE: The change log until version 1.5.7 is auto generated based on git commits. Those include a reference to the git commit to be able to get more details.
## 1.11.3
Update the kubernetes plugin from 1.24.1 to 1.25.1 and grant 'watch' permission to 'events' which is required since this plugin version.
## 1.11.2 Configure agent.args in values.yaml
## 1.11.1 Support for master.additionalConfig
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: jenkins
home: https://jenkins.io/
version: 1.11.2
version: 1.11.3
appVersion: lts
description: Open source continuous integration server. It supports multiple SCM tools
including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based
+1 -1
View File
@@ -15,7 +15,7 @@ metadata:
"app.kubernetes.io/component": "{{ .Values.master.componentName }}"
rules:
- apiGroups: [""]
resources: ["pods", "pods/exec", "pods/log", "persistentvolumeclaims"]
resources: ["pods", "pods/exec", "pods/log", "persistentvolumeclaims", "events"]
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["pods", "pods/exec", "persistentvolumeclaims"]
+1 -1
View File
@@ -212,7 +212,7 @@ master:
# List of plugins to be install during Jenkins master start
installPlugins:
- kubernetes:1.24.1
- kubernetes:1.25.1
- workflow-job:2.36
- workflow-aggregator:2.6
- credentials-binding:1.21