File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ key: value
6161```
6262
6363```
64- helm install my-release jenkinsci /jenkins --version version --values values.yaml
64+ helm install my-release jenkins /jenkins --version version --values values.yaml
6565```
6666
6767-->
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
1212Once Helm is set up properly, add the repo as follows:
1313
1414``` console
15- helm repo add jenkinsci https://charts.jenkins.io
15+ helm repo add jenkins https://charts.jenkins.io
1616```
1717
18- You can then run ` helm search repo jenkinsci ` to see the charts.
18+ You can then run ` helm search repo jenkins ` to see the charts.
1919
2020<!-- Keep full URL links to repo files because this README syncs from main to gh-pages. -->
2121Chart documentation is available in [ jenkins directory] ( https://github.com/jenkinsci/helm-charts/blob/main/charts/jenkins/README.md ) .
Original file line number Diff line number Diff line change 11apiVersion : v1
22name : jenkins
33home : https://jenkins.io/
4- version : 2.7.0
4+ version : 2.7.1
55appVersion : lts
66description : Open source continuous integration server. It supports multiple SCM tools
77 including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Inspired by the awesome work of [Carlos Sanchez](https://github.com/carlossg).
99## Get Repo Info
1010
1111``` console
12- helm repo add jenkinsci https://charts.jenkins.io
12+ helm repo add jenkins https://charts.jenkins.io
1313helm repo update
1414```
1515
@@ -19,10 +19,10 @@ _See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation
1919
2020``` console
2121# Helm 3
22- $ helm install [RELEASE_NAME] jenkinsci /jenkins [flags]
22+ $ helm install [RELEASE_NAME] jenkins /jenkins [flags]
2323
2424# Helm 2
25- $ helm install --name [RELEASE_NAME] jenkinsci /jenkins [flags]
25+ $ helm install --name [RELEASE_NAME] jenkins /jenkins [flags]
2626```
2727
2828_ See [ configuration] ( #configuration ) below._
@@ -47,7 +47,7 @@ _See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command doc
4747
4848``` console
4949# Helm 3 or 2
50- $ helm upgrade [RELEASE_NAME] jenkinsci /jenkins [flags]
50+ $ helm upgrade [RELEASE_NAME] jenkins /jenkins [flags]
5151```
5252
5353_ See [ helm upgrade] ( https://helm.sh/docs/helm/helm_upgrade/ ) for command documentation._
@@ -62,10 +62,10 @@ See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_h
6262
6363``` console
6464# Helm 3
65- $ helm show values jenkinsci /jenkins
65+ $ helm show values jenkins /jenkins
6666
6767# Helm 2
68- $ helm inspect values jenkinsci /jenkins
68+ $ helm inspect values jenkins /jenkins
6969```
7070
7171For a summary of all configurable options, see [ VALUES_SUMMARY.md] ( ./VALUES_SUMMARY.md )
You can’t perform that action at this time.
0 commit comments