diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 6bb588a..7b381f5 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -50,13 +50,13 @@ jobs: - name: Add dependency chart repos run: | helm repo add openebs-mayastor https://openebs.github.io/mayastor-extensions - helm repo add openebs-ndm https://openebs.github.io/node-disk-manager + helm repo add openebs-ndm https://openebs-archive.github.io/node-disk-manager helm repo add openebs-localpv https://openebs.github.io/dynamic-localpv-provisioner - helm repo add openebs-jiva https://openebs.github.io/jiva-operator - helm repo add openebs-cstor https://openebs.github.io/cstor-operators + helm repo add openebs-jiva https://openebs-archive.github.io/jiva-operator + helm repo add openebs-cstor https://openebs-archive.github.io/cstor-operators helm repo add openebs-zfslocalpv https://openebs.github.io/zfs-localpv helm repo add openebs-lvmlocalpv https://openebs.github.io/lvm-localpv - helm repo add openebs-nfs https://openebs.github.io/dynamic-nfs-provisioner + helm repo add openebs-nfs https://openebs-archive.github.io/dynamic-nfs-provisioner helm repo update - name: Run chart-testing (install) diff --git a/README.md b/README.md index 0860d45..2882724 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenEBS Helm Chart and other artifacts -[![Lint and Test Charts](https://github.com/openebs/charts/workflows/Lint%20and%20Test%20Charts/badge.svg?branch=main)](https://github.com/openebs/charts/actions) +[![Lint and Test Charts](https://github.com/openebs-archive/charts/workflows/Lint%20and%20Test%20Charts/badge.svg?branch=main)](https://github.com/openebs-archive/charts/actions) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fopenebs%2Fcharts.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fopenebs%2Fcharts?ref=badge_shield) [![Slack](https://img.shields.io/badge/chat!!!-slack-ff1493.svg?style=flat-square)](https://kubernetes.slack.com/messages/openebs) @@ -9,7 +9,7 @@ OpenEBS Logo -This repository contains OpenEBS Helm charts and other example artifacts like openebs-operator.yaml or example YAMLs. The content in this repository is published using GitHub pages at https://openebs.github.io/charts/. +This repository contains OpenEBS Helm charts and other example artifacts like openebs-operator.yaml or example YAMLs. The content in this repository is published using GitHub pages at https://openebs-archive.github.io/charts/. ## OpenEBS Helm Chart @@ -34,20 +34,20 @@ Some of the other charts that will be included in the upcoming releases are: - [Rawfile Local PV](https://github.com/openebs/rawfile-localpv/tree/HEAD/deploy/charts/rawfile-csi) - [Dashboard](https://github.com/openebs/monitoring/tree/develop/deploy/charts/openebs-monitoring) -> **Note:** cStor and Jiva out-of-tree provisioners will be replaced by respective CSI charts listed above. OpenEBS users are expected to install the cstor and jiva CSI components and migrate the pools and volumes. The steps to migate are available at: https://github.com/openebs/upgrade +> **Note:** cStor and Jiva out-of-tree provisioners will be replaced by respective CSI charts listed above. OpenEBS users are expected to install the cstor and jiva CSI components and migrate the pools and volumes. The steps to migate are available at: https://github.com/openebs-archive/upgrade ### Releasing a new version - Raise a PR with the required changes to the HEAD branch. - Tag the [maintainers](./MAINTAINERS) for review - Once changes are reviewed and merged, the changes are picked up by [Helm Chart releaser](https://github.com/helm/chart-releaser-action) GitHub Action. The chart releaser will: - - Upload the new version of the charts to the [GitHub releases](https://github.com/openebs/charts/releases). - - Update the helm repo index file and push to the [GitHub Pages branch](https://github.com/openebs/charts/tree/gh-pages). + - Upload the new version of the charts to the [GitHub releases](https://github.com/openebs-archive/charts/releases). + - Update the helm repo index file and push to the [GitHub Pages branch](https://github.com/openebs-archive/charts/tree/gh-pages). ## OpenEBS Artifacts -The artifacts are located in the [GitHub Pages(gh-pages) branch](https://github.com/openebs/charts/tree/gh-pages). +The artifacts are located in the [GitHub Pages(gh-pages) branch](https://github.com/openebs-archive/charts/tree/gh-pages). The files can be accessed either as github rawfile or as hosted files. Example, openebs operator can be used as follows: - As github raw file URL: @@ -56,22 +56,22 @@ The files can be accessed either as github rawfile or as hosted files. Example, ``` - As hosted URL: ``` - kubectl apply -f https://openebs.github.io/charts/openebs-operator.yaml + kubectl apply -f https://openebs-archive.github.io/charts/openebs-operator.yaml ``` This is a collection of YAMLs or scripts that help to perform some OpenEBS tasks like: - YAML file to setup OpenEBS via kubectl. - - [OpenEBS Commons Operator](https://github.com/openebs/charts/blob/gh-pages/openebs-operator.yaml) - - [OpenEBS cStor](https://github.com/openebs/charts/blob/gh-pages/cstor-operator.yaml) - - [OpenEBS Jiva](https://github.com/openebs/charts/blob/gh-pages/jiva-operator.yaml) - - [OpenEBS Hostpath](https://github.com/openebs/charts/blob/gh-pages/hostpath-operator.yaml) - - [OpenEBS Hostpath and Device](https://github.com/openebs/charts/blob/gh-pages/openebs-operator-lite.yaml) - - [OpenEBS LVM Local PV](https://github.com/openebs/charts/blob/gh-pages/lvm-operator.yaml) - - [OpenEBS ZFS Local PV](https://github.com/openebs/charts/blob/gh-pages/zfs-operator.yaml) - - [OpenEBS NFS PV](https://github.com/openebs/charts/blob/gh-pages/nfs-operator.yaml) + - [OpenEBS Commons Operator](https://github.com/openebs-archive/charts/blob/gh-pages/openebs-operator.yaml) + - [OpenEBS cStor](https://github.com/openebs-archive/charts/blob/gh-pages/cstor-operator.yaml) + - [OpenEBS Jiva](https://github.com/openebs-archive/charts/blob/gh-pages/jiva-operator.yaml) + - [OpenEBS Hostpath](https://github.com/openebs-archive/charts/blob/gh-pages/hostpath-operator.yaml) + - [OpenEBS Hostpath and Device](https://github.com/openebs-archive/charts/blob/gh-pages/openebs-operator-lite.yaml) + - [OpenEBS LVM Local PV](https://github.com/openebs-archive/charts/blob/gh-pages/lvm-operator.yaml) + - [OpenEBS ZFS Local PV](https://github.com/openebs-archive/charts/blob/gh-pages/zfs-operator.yaml) + - [OpenEBS NFS PV](https://github.com/openebs-archive/charts/blob/gh-pages/nfs-operator.yaml) - YAML file to install OpenEBS prerequisties on hosts via nsenter pods via kubectl. - - [Setup iSCSI on Ubuntu](https://github.com/openebs/charts/blob/gh-pages/openebs-ubuntu-setup.yaml) - - [Setup iSCSI on Amazon Linux](https://github.com/openebs/charts/blob/gh-pages/openebs-amazonlinux-setup.yaml) + - [Setup iSCSI on Ubuntu](https://github.com/openebs-archive/charts/blob/gh-pages/openebs-ubuntu-setup.yaml) + - [Setup iSCSI on Amazon Linux](https://github.com/openebs-archive/charts/blob/gh-pages/openebs-amazonlinux-setup.yaml) - Scripts to push the OpenEBS container images to a custom registry for air-gapped environments. - and more.