Skip to content

Commit

Permalink
Prepare Release v1.3.1 (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpollet committed Jul 8, 2020
1 parent 8d583b9 commit 9b01926
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
40 changes: 40 additions & 0 deletions helm/chart/README.md
Original file line number Diff line number Diff line change
@@ -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).
4 changes: 2 additions & 2 deletions helm/chart/maesh/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9b01926

Please sign in to comment.