From 53cde7d7a863a39f8c13f55a2690f54c6d63f52d Mon Sep 17 00:00:00 2001 From: Kevin Reeuwijk Date: Wed, 5 Feb 2025 17:55:09 +0100 Subject: [PATCH] Add readme and schema --- stable/piraeus-operator-addon-2.7.1/README.md | 46 +++++++++++++++++++ .../piraeus-operator-addon-2.7.1/schema.yaml | 2 + .../piraeus-operator-addon-2.7.1/values.yaml | 2 +- 3 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 stable/piraeus-operator-addon-2.7.1/README.md create mode 100644 stable/piraeus-operator-addon-2.7.1/schema.yaml diff --git a/stable/piraeus-operator-addon-2.7.1/README.md b/stable/piraeus-operator-addon-2.7.1/README.md new file mode 100644 index 0000000..b75c9d4 --- /dev/null +++ b/stable/piraeus-operator-addon-2.7.1/README.md @@ -0,0 +1,46 @@ +# Piraeus-Operator-Addon + +The Piraeus Operator manages +[LINSTOR](https://github.com/LINBIT/linstor-server) clusters in Kubernetes. + +All components of the LINSTOR software stack can be managed by the operator: +* DRBD +* LINSTOR +* LINSTOR CSI driver +* LINSTOR High-Availability Controller + +# Kubernetes versions supported: +Above 1.21 + +# Constraints: +The kernel headers need to be installed on the OS prior to installing Piraeus + +# Documentation + +## [Tutorials](https://piraeus.io/docs/stable/tutorial/) + +Tutorials help you get started with Piraeus Operator. + +## [How-To Guides](https://piraeus.io/docs/stable/how-to/) + +How-To Guides show you how to configure a specific aspect or achieve a specific task with Piraeus Operator. + +## [API Reference](https://piraeus.io/docs/stable/reference/) + +The API Reference for the Piraeus Operator. Contains documentation of the LINSTOR related resources that the user can +modify or observe. + +## [Understanding Piraeus Datastore](https://piraeus.io/docs/stable/explanation/) + +These documents explain how Piraeus Datastore works, and why it works the way it does. + +## [Upgrades](https://piraeus.io/docs/stable/upgrade/) + +Details on the upgrade procedure for Piraeus Datastore. + +# Cloud types supported: +Edge Native in Appliance Mode or Agent Mode + +# References: + - https://piraeus.io/ + - https://github.com/piraeusdatastore/piraeus-operator/ diff --git a/stable/piraeus-operator-addon-2.7.1/schema.yaml b/stable/piraeus-operator-addon-2.7.1/schema.yaml new file mode 100644 index 0000000..58e1f04 --- /dev/null +++ b/stable/piraeus-operator-addon-2.7.1/schema.yaml @@ -0,0 +1,2 @@ +charts.piraeus-cluster.cluster.cluster: + schema: '{{ format "${password}" | hints "To override the master passphrase, enter one here" }}' \ No newline at end of file diff --git a/stable/piraeus-operator-addon-2.7.1/values.yaml b/stable/piraeus-operator-addon-2.7.1/values.yaml index f74469f..016df18 100644 --- a/stable/piraeus-operator-addon-2.7.1/values.yaml +++ b/stable/piraeus-operator-addon-2.7.1/values.yaml @@ -2,7 +2,7 @@ pack: content: images: - - image: quay.io/piraeusdatastore/piraeus-operator:2.7.1 + - image: quay.io/piraeusdatastore/piraeus-operator:v2.7.1 - image: quay.io/piraeusdatastore/piraeus-server:v1.29.2 - image: quay.io/piraeusdatastore/piraeus-csi:v1.6.4 - image: quay.io/piraeusdatastore/drbd-reactor:v1.6.0