Skip to content

Commit 89ebcc5

Browse files
authored
Add doc for OCI installation (#1197)
1 parent aea719c commit 89ebcc5

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

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 changelog 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+
## 5.6.1
16+
17+
Documentation about OCI installation
18+
1519
## 5.6.0
1620

1721
Helm chart is also now deployed on GitHub packages and can be installed from `oci://ghcr.io/jenkinsci/helm-charts/jenkins`

charts/jenkins/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: jenkins
33
type: application
44
home: https://www.jenkins.io/
5-
version: 5.6.0
5+
version: 5.6.1
66
appVersion: 2.462.2
77
description: >
88
Jenkins - Build great things at any scale! As the leading open source automation server, Jenkins provides over 1800 plugins to support building, deploying and automating any project.

charts/jenkins/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,13 @@ _See [`helm repo`](https://helm.sh/docs/helm/helm_repo/) for command documentati
2323
## Install Chart
2424

2525
```console
26-
# Helm 3
27-
$ helm install [RELEASE_NAME] jenkins/jenkins [flags]
26+
helm install [RELEASE_NAME] jenkins/jenkins [flags]
27+
```
28+
29+
Since version `5.6.0` the chart is available as an OCI image and can be installed using:
30+
31+
```console
32+
helm install [RELEASE_NAME] oci://ghcr.io/jenkinsci/helm-charts/jenkins [flags]
2833
```
2934

3035
_See [configuration](#configuration) below._

0 commit comments

Comments
 (0)