From fda29a639f1e36b0347b3345a3483529499d0ac2 Mon Sep 17 00:00:00 2001 From: King Jin Date: Fri, 6 May 2022 10:12:58 +0800 Subject: [PATCH 1/2] [#80] README, update release tag url Signed-off-by: King Jin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06be8b87..d93b58ae 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ To avoid upgrades for each iteration of `helm`, the `helmfile` executable delega ## Configuration -**CAUTION**: This documentation is for the development version of Helmfile. If you are looking for the documentation for any of releases, please switch to the corresponding release tag like [v0.92.1](https://github.com/roboll/helmfile/tree/v0.92.1). +**CAUTION**: This documentation is for the development version of Helmfile. If you are looking for the documentation for any of releases, please switch to the corresponding release tag like [v0.143.4](https://github.com/helmfile/helmfile/tree/v0.143.4). The default name for a helmfile is `helmfile.yaml`: From 1adcbc152caebfc260c10fecfcd86993a21463fa Mon Sep 17 00:00:00 2001 From: King Jin Date: Tue, 10 May 2022 09:23:21 +0800 Subject: [PATCH 2/2] update README, update release download url, tags used Signed-off-by: King Jin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d93b58ae..d09a31d2 100644 --- a/README.md +++ b/README.md @@ -398,7 +398,7 @@ If you wish to treat your enviroment variables as strings always, even if they a ## Installation -- download one of [releases](https://github.com/roboll/helmfile/releases) or +- download one of [releases](https://github.com/helmfile/helmfile/tags) or - [run as a container](#running-as-a-container) or - Archlinux: install via `pacman -S helmfile` or from [AUR](https://aur.archlinux.org/packages/kubernetes-helmfile-bin/) or - openSUSE: install via `zypper in helmfile` assuming you are on Tumbleweed; if you are on Leap you must add the [kubic](https://download.opensuse.org/repositories/devel:/kubic/) repo for your distribution version once before that command, e.g. `zypper ar https://download.opensuse.org/repositories/devel:/kubic/openSUSE_Leap_\$releasever kubic`, or