From f6d274c376df11d898bfc8d4d2182f3b16b3bc2b Mon Sep 17 00:00:00 2001 From: liaoj Date: Sat, 10 Feb 2018 04:20:51 +0800 Subject: [PATCH] Update README.md (#3638) fix typo suported -> supported --- stable/jenkins/Chart.yaml | 2 +- stable/jenkins/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/jenkins/Chart.yaml b/stable/jenkins/Chart.yaml index 74f56cc756..d5758d1710 100755 --- a/stable/jenkins/Chart.yaml +++ b/stable/jenkins/Chart.yaml @@ -1,6 +1,6 @@ name: jenkins home: https://jenkins.io/ -version: 0.13.1 +version: 0.13.2 appVersion: 2.73 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 diff --git a/stable/jenkins/README.md b/stable/jenkins/README.md index fa949540ea..e38cf7a4ec 100644 --- a/stable/jenkins/README.md +++ b/stable/jenkins/README.md @@ -104,7 +104,7 @@ Agent: mountPath: /var/run/secrets/jenkins-mysecrets ``` -The suported volume types are: `ConfigMap`, `EmptyDir`, `HostPath`, `Nfs`, `Pod`, `Secret`. Each type supports a different set of configurable attributes, defined by [the corresponding Java class](https://github.com/jenkinsci/kubernetes-plugin/tree/master/src/main/java/org/csanchez/jenkins/plugins/kubernetes/volumes). +The supported volume types are: `ConfigMap`, `EmptyDir`, `HostPath`, `Nfs`, `Pod`, `Secret`. Each type supports a different set of configurable attributes, defined by [the corresponding Java class](https://github.com/jenkinsci/kubernetes-plugin/tree/master/src/main/java/org/csanchez/jenkins/plugins/kubernetes/volumes). ## NetworkPolicy