Skip to content

Commit b1b23e8

Browse files
authored
Change Helm repo name from jenkinsci to jenkins (#68)
Signed-off-by: Felipe Santos <felipecassiors@gmail.com>
1 parent 783d670 commit b1b23e8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
-->

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
1212
Once 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. -->
2121
Chart documentation is available in [jenkins directory](https://github.com/jenkinsci/helm-charts/blob/main/charts/jenkins/README.md).

charts/jenkins/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: jenkins
33
home: https://jenkins.io/
4-
version: 2.7.0
4+
version: 2.7.1
55
appVersion: lts
66
description: 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

charts/jenkins/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
1313
helm 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

7171
For a summary of all configurable options, see [VALUES_SUMMARY.md](./VALUES_SUMMARY.md)

0 commit comments

Comments
 (0)