Skip to content

Commit 9b01926

Browse files
authored
Prepare Release v1.3.1 (#665)
1 parent 8d583b9 commit 9b01926

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

helm/chart/README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Maesh
2+
3+
Maesh is a simple, yet full-featured service mesh. It is container-native and fits as your de-facto service mesh in your
4+
Kubernetes cluster. It supports the latest Service Mesh Interface specification [SMI](https://smi-spec.io/) that facilitates
5+
integration with pre-existing solution.
6+
7+
Moreover, Maesh is opt-in by default, which means that your existing services are
8+
unaffected until you decide to add them to the mesh.
9+
10+
## Prerequisites
11+
12+
- Kubernetes 1.11+
13+
- CoreDNS/KubeDNS installed as [Cluster DNS Provider](https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/) (versions 1.3+ supported)
14+
- [Helm v3](https://helm.sh/docs/intro/install/)
15+
16+
## Installing the Chart
17+
18+
To install the chart with the release name `maesh`:
19+
20+
```bash
21+
$ helm repo add maesh https://containous.github.io/maesh/charts
22+
$ helm repo update
23+
$ helm install maesh maesh/maesh
24+
```
25+
26+
You can use the `--namespace my-namespace` flag to deploy Maesh in a custom namespace and the `--set "key1=val1,key2=val2,..."`
27+
flag to configure it. Where `key1=val1`, `key2=val2`, `...` are chart values that you can find at
28+
https://github.com/containous/maesh/blob/master/helm/chart/maesh/values.yaml.
29+
30+
## Uninstalling the Chart
31+
32+
To uninstall the chart with the release name `maesh`:
33+
34+
```bash
35+
$ helm uninstall maesh
36+
```
37+
38+
## Contributing
39+
40+
If you want to contribute to this chart, please read the [Guidelines](./Guidelines.md).

helm/chart/maesh/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
apiVersion: v2
33
name: maesh
4-
version: 2.1.0
5-
appVersion: v1.3.0
4+
version: 2.1.1
5+
appVersion: v1.3.1
66
description: Maesh - Simpler Service Mesh
77
keywords:
88
- traefik

0 commit comments

Comments
 (0)