From 9b01926c4f933a02a99e02a2e4c29e443a0612db Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Wed, 8 Jul 2020 19:58:04 +0200 Subject: [PATCH] Prepare Release v1.3.1 (#665) --- helm/chart/README.md | 40 +++++++++++++++++++++++++++++++++++++ helm/chart/maesh/Chart.yaml | 4 ++-- 2 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 helm/chart/README.md diff --git a/helm/chart/README.md b/helm/chart/README.md new file mode 100644 index 000000000..66ff994d7 --- /dev/null +++ b/helm/chart/README.md @@ -0,0 +1,40 @@ +# Maesh + +Maesh is a simple, yet full-featured service mesh. It is container-native and fits as your de-facto service mesh in your +Kubernetes cluster. It supports the latest Service Mesh Interface specification [SMI](https://smi-spec.io/) that facilitates +integration with pre-existing solution. + +Moreover, Maesh is opt-in by default, which means that your existing services are +unaffected until you decide to add them to the mesh. + +## Prerequisites + +- Kubernetes 1.11+ +- CoreDNS/KubeDNS installed as [Cluster DNS Provider](https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/) (versions 1.3+ supported) +- [Helm v3](https://helm.sh/docs/intro/install/) + +## Installing the Chart + +To install the chart with the release name `maesh`: + +```bash +$ helm repo add maesh https://containous.github.io/maesh/charts +$ helm repo update +$ helm install maesh maesh/maesh +``` + +You can use the `--namespace my-namespace` flag to deploy Maesh in a custom namespace and the `--set "key1=val1,key2=val2,..."` +flag to configure it. Where `key1=val1`, `key2=val2`, `...` are chart values that you can find at +https://github.com/containous/maesh/blob/master/helm/chart/maesh/values.yaml. + +## Uninstalling the Chart + +To uninstall the chart with the release name `maesh`: + +```bash +$ helm uninstall maesh +``` + +## Contributing + +If you want to contribute to this chart, please read the [Guidelines](./Guidelines.md). diff --git a/helm/chart/maesh/Chart.yaml b/helm/chart/maesh/Chart.yaml index 1f4891ee7..412bb8df4 100644 --- a/helm/chart/maesh/Chart.yaml +++ b/helm/chart/maesh/Chart.yaml @@ -1,8 +1,8 @@ --- apiVersion: v2 name: maesh -version: 2.1.0 -appVersion: v1.3.0 +version: 2.1.1 +appVersion: v1.3.1 description: Maesh - Simpler Service Mesh keywords: - traefik