Skip to content

Commit 9d0121e

Browse files
authored
typo (#192)
Signed-off-by: Jordan Sokolic <oofnik@gmail.com>
1 parent 3c496b7 commit 9d0121e

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

charts/jenkins/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0.
1212
The change log until v1.5.7 was auto-generated based on git commits.
1313
Those entries include a reference to the git commit to be able to get more details.
1414

15+
## 3.0.8
16+
17+
* Typo in documentation
18+
1519
## 3.0.7
1620

1721
* Add support for setting default agent workspaceVolume

charts/jenkins/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: jenkins
33
home: https://jenkins.io/
4-
version: 3.0.7
4+
version: 3.0.8
55
appVersion: 2.263.1
66
description: Jenkins - Build great things at any scale! The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.
77
sources:

charts/jenkins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ persistence:
318318
mounts:
319319
- name: idp-config
320320
mountPath: /run/secrets/client_id
321-
subpath: client_id
321+
subPath: client_id
322322
readOnly: true
323323
- name: idp-config
324324
mountPath: /run/secrets/client_secret

0 commit comments

Comments
 (0)