Skip to content

Commit

Permalink
Fix typo in some chart README (#29)
Browse files Browse the repository at this point in the history
* Fix typo in docs

* Dump modified chart versions
  • Loading branch information
devpro authored Sep 19, 2023
1 parent 947ebcc commit a8fd63e
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 19 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/epinio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion charts/epinio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
2 changes: 1 addition & 1 deletion charts/kratos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/kratos/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.
2 changes: 1 addition & 1 deletion charts/minio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/minio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ kubectl delete ns minio

## Going further

Look at [Contibuting](CONTRIBUTING.md) page.
Look at [Contributing](CONTRIBUTING.md) page.
2 changes: 1 addition & 1 deletion charts/podinfo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/podinfo/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -26,4 +26,4 @@ kubectl delete ns podinfo

## Going further

Look at the [Contibuting](CONTRIBUTING.md) page.
Look at the [Contributing](CONTRIBUTING.md) page.
2 changes: 1 addition & 1 deletion charts/promyze/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/promyze/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ kubectl delete ns promyze

## Going further

Look at [Contibuting](CONTRIBUTING.md) page.
Look at [Contributing](CONTRIBUTING.md) page.
2 changes: 1 addition & 1 deletion charts/r2devops/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/r2devops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ kubectl delete ns r2devops

## Going further

Look at [Contibuting](CONTRIBUTING.md) page.
Look at [Contributing](CONTRIBUTING.md) page.
2 changes: 1 addition & 1 deletion charts/rancher-cluster-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/rancher-cluster-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit a8fd63e

Please sign in to comment.