diff --git a/README.md b/README.md index 1e64e70..8ce3d80 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Helm charts to ease the deployment of containers on Kubernetes clusters and get * [Devpro Sales Portal](charts/devpro-salesportal/README.md) 🗸 * [Drupal](charts/drupal/README.md) * [E Corp Demo](charts/ecorp-demo/README.md) 🗸 + * [HobbyFarm](charts/hobbyfarm/README.md) 🗸 * [Podinfo](charts/podinfo/README.md) 🗸 * [WordPress](charts/wordpress/README.md) 🗸 * Authentication / Identity @@ -32,9 +33,7 @@ Helm charts to ease the deployment of containers on Kubernetes clusters and get * [PostgreSQL](charts/postgresql/README.md) 🗸 * [RabbitMQ](charts/rabbitmq/README.md) 🗸 * [Redis](charts/redis/README.md) 🗸 -* Learning platforms - * [HobbyFarm](charts/hobbyfarm/README.md) 🗸 -* Networking / Messaging +* Networking & Messaging * [cert-manager](charts/cert-manager/README.md) 🗸 * [Consul](charts/consul/README.md) * [external-dns](charts/external-dns/README.md) @@ -56,6 +55,8 @@ Helm charts to ease the deployment of containers on Kubernetes clusters and get * [OpenTelemetry Collector](charts/opentelemetry-collector/README.md) 🗸 * [Prometheus](charts/prometheus/README.md) 🗸 * [Grafana](charts/grafana/README.md) +* Platforms + * [Epinio](charts/epinio/README.md) 🗸 * Secrets * [Sealed Secrets](charts/sealed-secrets/README.md) 🗸 * Security diff --git a/charts/epinio/Chart.yaml b/charts/epinio/Chart.yaml index b466f30..fb3e5b4 100644 --- a/charts/epinio/Chart.yaml +++ b/charts/epinio/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: epinio description: Helm chart for managing Epinio type: application -version: "0.1.0" +version: "0.1.1" appVersion: "1.9.0" dependencies: # https://github.com/epinio/helm-charts/tree/main/chart/epinio diff --git a/charts/epinio/README.md b/charts/epinio/README.md index da470ab..9a5d516 100644 --- a/charts/epinio/README.md +++ b/charts/epinio/README.md @@ -7,6 +7,8 @@ It is based on the [official Helm chart](https://artifacthub.io/packages/helm/ep > Epinio is an application Platform. It deploys on Kubernetes and allows application developers and operators to work together without stepping on each others work. ([docs.epinio.io](https://docs.epinio.io/)) +More information on [rancher-ecosystem/epinio](https://devpro.github.io/rancher-ecosystem/epinio/). + ## Quick start - Install Epinio in a Kubernetes cluster @@ -28,7 +30,6 @@ kubectl delete ns epinio - Download [`epinio` (Epinio CLI)](https://github.com/epinio/epinio/releases/) and use it to manage workload - ## Going further Look at the [Contributing](CONTRIBUTING.md) page. diff --git a/charts/kratos/Chart.yaml b/charts/kratos/Chart.yaml index bb259f8..3c27996 100644 --- a/charts/kratos/Chart.yaml +++ b/charts/kratos/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kratos description: Helm chart for managing Kratos type: application -version: "0.1.0" +version: "0.1.1" appVersion: "v0.13.0" dependencies: # ref. https://k8s.ory.sh/helm/kratos.html diff --git a/charts/kratos/README.md b/charts/kratos/README.md index de16c69..1d21048 100644 --- a/charts/kratos/README.md +++ b/charts/kratos/README.md @@ -1,7 +1,7 @@ # Helm chart for Kratos This Helm chart will install [Kratos](https://www.ory.sh/kratos/) ([code](https://github.com/ory/kratos), [docs](https://www.ory.sh/docs/kratos/ory-kratos-intro)) on a Kubernetes cluster. -It is based on [the official Helm chart](https://k8s.ory.sh/helm/kratos.html) ([code](https://github.com/ory/k8s/tree/master/helm/charts/kratos)). +It is based on the [official Helm chart](https://k8s.ory.sh/helm/kratos.html) ([code](https://github.com/ory/k8s/tree/master/helm/charts/kratos)). ## Usage @@ -27,4 +27,4 @@ Setting up the authentication flow can be tricky. Here are some links with infor ## Going further -Look at [Contibuting](CONTRIBUTING.md) page. +Look at [Contributing](CONTRIBUTING.md) page. diff --git a/charts/minio/Chart.yaml b/charts/minio/Chart.yaml index b84cdf4..dbfa63e 100644 --- a/charts/minio/Chart.yaml +++ b/charts/minio/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: minio description: Helm chart for managing MinIO type: application -version: "0.1.0" +version: "0.1.1" appVersion: "RELEASE.2023-04-28T18-11-17Z" dependencies: - name: minio diff --git a/charts/minio/README.md b/charts/minio/README.md index 8ef6be3..b8e81f5 100644 --- a/charts/minio/README.md +++ b/charts/minio/README.md @@ -20,4 +20,4 @@ kubectl delete ns minio ## Going further -Look at [Contibuting](CONTRIBUTING.md) page. +Look at [Contributing](CONTRIBUTING.md) page. diff --git a/charts/podinfo/Chart.yaml b/charts/podinfo/Chart.yaml index b5d47de..5f4cd7f 100644 --- a/charts/podinfo/Chart.yaml +++ b/charts/podinfo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: podinfo description: Helm chart for managing Podinfo type: application -version: "0.1.0" +version: "0.1.1" appVersion: "6.4.1" dependencies: # https://github.com/stefanprodan/podinfo/tree/master/charts/podinfo diff --git a/charts/podinfo/README.md b/charts/podinfo/README.md index 4a03f34..6173611 100644 --- a/charts/podinfo/README.md +++ b/charts/podinfo/README.md @@ -1,7 +1,7 @@ # Helm chart for Podinfo This Helm chart will install [Podinfo](https://github.com/stefanprodan/podinfo) on a Kubernetes cluster. -It is based on [the official Helm chart](https://github.com/stefanprodan/podinfo/tree/master/charts/podinfo). +It is based on the [official Helm chart](https://github.com/stefanprodan/podinfo/tree/master/charts/podinfo). ## Introduction @@ -26,4 +26,4 @@ kubectl delete ns podinfo ## Going further -Look at the [Contibuting](CONTRIBUTING.md) page. +Look at the [Contributing](CONTRIBUTING.md) page. diff --git a/charts/promyze/Chart.yaml b/charts/promyze/Chart.yaml index 1f0861a..be5b2a8 100644 --- a/charts/promyze/Chart.yaml +++ b/charts/promyze/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: promyze description: Helm chart for managing Promyze type: application -version: "0.1.0" +version: "0.1.1" appVersion: "4.12.1" dependencies: - name: promyze diff --git a/charts/promyze/README.md b/charts/promyze/README.md index 716080b..9aa9c3b 100644 --- a/charts/promyze/README.md +++ b/charts/promyze/README.md @@ -21,4 +21,4 @@ kubectl delete ns promyze ## Going further -Look at [Contibuting](CONTRIBUTING.md) page. +Look at [Contributing](CONTRIBUTING.md) page. diff --git a/charts/r2devops/Chart.yaml b/charts/r2devops/Chart.yaml index 33f16dd..c309ca2 100644 --- a/charts/r2devops/Chart.yaml +++ b/charts/r2devops/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: r2devops description: Helm chart for managing R2Devops type: application -version: "0.1.0" +version: "0.1.1" appVersion: "1.14.1" dependencies: - name: r2devops diff --git a/charts/r2devops/README.md b/charts/r2devops/README.md index 1a8ff93..714c7d5 100644 --- a/charts/r2devops/README.md +++ b/charts/r2devops/README.md @@ -20,4 +20,4 @@ kubectl delete ns r2devops ## Going further -Look at [Contibuting](CONTRIBUTING.md) page. +Look at [Contributing](CONTRIBUTING.md) page. diff --git a/charts/rancher-cluster-templates/Chart.yaml b/charts/rancher-cluster-templates/Chart.yaml index 9ea4e9e..708ad96 100644 --- a/charts/rancher-cluster-templates/Chart.yaml +++ b/charts/rancher-cluster-templates/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: rancher-cluster-templates description: Helm chart for managing Rancher cluster templates type: application -version: "0.1.4" +version: "0.1.5" appVersion: "0.1.0" annotations: catalog.cattle.io/type: cluster-template diff --git a/charts/rancher-cluster-templates/README.md b/charts/rancher-cluster-templates/README.md index 1134dae..f74d16a 100644 --- a/charts/rancher-cluster-templates/README.md +++ b/charts/rancher-cluster-templates/README.md @@ -108,6 +108,6 @@ spec: ## Going further -If you feel like it, have a look at the [contibution guide](CONTRIBUTING.md). +If you feel like it, have a look at the [contribution guide](CONTRIBUTING.md). This chart has been inspired by two examples: [bloriot/rancher-cluster-templates](https://github.com/bloriot/rancher-cluster-templates) and [rancher/cluster-template-examples](https://github.com/rancher/cluster-template-examples).