mirror of
https://github.com/helm/charts.git
synced 2026-08-22 05:48:09 +00:00
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:
@@ -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,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
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user