From e605ec8ca397b2fcaf8357d674f85de96cae4843 Mon Sep 17 00:00:00 2001 From: Florent Hemmi Date: Thu, 29 Apr 2021 15:30:05 +0200 Subject: [PATCH] Update Helm chart link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52f75e6..853a82d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ docker run -d --name=protonmail-bridge -v protonmail:/root -p 1025:25/tcp -p 114 ## Kubernetes -If you want to run this image in a Kubernetes environment. You can use the [Helm](https://helm.sh/) chart (https://github.com/k8s-at-home/charts/tree/master/charts/protonmail-bridge) created by [@Eagleman7](https://github.com/Eagleman7). More details can be found in [#23](https://github.com/shenxn/protonmail-bridge-docker/issues/23). +If you want to run this image in a Kubernetes environment. You can use the [Helm](https://helm.sh/) chart (https://github.com/k8s-at-home/charts/tree/master/charts/stable/protonmail-bridge) created by [@Eagleman7](https://github.com/Eagleman7). More details can be found in [#23](https://github.com/shenxn/protonmail-bridge-docker/issues/23). If you don't want to use Helm, you can also reference to the guide ([#6](https://github.com/shenxn/protonmail-bridge-docker/issues/6)) written by [@ghudgins](https://github.com/ghudgins).