Skip to content

Commit f6b69c1

Browse files
authored
Merge pull request #115 from gman0/ci-chart-repo-change
Change chart repo to oci://registry.cern.ch/kubernetes/charts
2 parents fd4ad6c + 3e8a125 commit f6b69c1

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ build-chart:
5050
stage: build-chart
5151
extends: .deploy_helm
5252
variables:
53-
REGISTRY_PATH: registry.cern.ch/chartrepo/cern
53+
REGISTRY_CHART_PATH: registry.cern.ch/kubernetes/charts

deployments/helm/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,9 @@ A Helm chart for the CVMFS-CSI driver, allowing the mounting of CVMFS repositori
66

77
You can install the Helm chart from CERN repositories:
88

9-
Add the repository:
9+
Helm installation:
1010
```
11-
helm repo add cern https://registry.cern.ch/chartrepo/cern
12-
helm repo update
13-
```
14-
15-
Helm v3 installation:
16-
```
17-
helm install cvmfs cern/cvmfs-csi
11+
helm install cvmfs-csi oci://registry.cern.ch/kubernetes/charts/cvmfs-csi --version <Chart tag>
1812
```
1913

2014
### Install from source

docs/deploying.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ You may need to customize `cvmfs-csi-default-local` and `cvmfs-csi-config-d` Con
2121
Helm chart can be installed from CERN registry:
2222

2323
```bash
24-
helm repo add cern https://registry.cern.ch/chartrepo/cern
25-
helm repo update
26-
helm install cvmfs cern/cvmfs-csi
24+
helm install cvmfs-csi oci://registry.cern.ch/kubernetes/charts/cvmfs-csi --version <Chart tag>
2725
```
2826

2927
Some chart values may need to be customized to suite your CVMFS environment. Please consult the documentation in [../deployments/helm/README.md](../deployments/helm/README.md) to see available values.

0 commit comments

Comments
 (0)