Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
fix(README): update the links to point at openebs archive (#350)
Browse files Browse the repository at this point in the history
* fix(README): update the links to point at openebs archive

Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>

* ci: update helm repo links

Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>

---------

Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>
  • Loading branch information
Abhinandan-Purkait authored Apr 29, 2024
1 parent 9c3239c commit 6f2018f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -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%2Bgit.luolix.top%2Fopenebs%2Fcharts.svg?type=shield)](https://app.fossa.com/projects/git%2Bgit.luolix.top%2Fopenebs%2Fcharts?ref=badge_shield)
[![Slack](https://img.shields.io/badge/chat!!!-slack-ff1493.svg?style=flat-square)](https://kubernetes.slack.com/messages/openebs)
Expand All @@ -9,7 +9,7 @@
<img width="200" align="right" alt="OpenEBS Logo" src="https://raw.githubusercontent.com/cncf/artwork/HEAD/projects/openebs/stacked/color/openebs-stacked-color.png" xmlns="http://www.w3.org/1999/html">


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

Expand All @@ -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:
Expand All @@ -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.

Expand Down

0 comments on commit 6f2018f

Please sign in to comment.