From b4fd2836c63e98988d68a04b12d00bd420187f3f Mon Sep 17 00:00:00 2001 From: Chanwit Kaewkasi Date: Fri, 5 Aug 2022 18:03:52 +0700 Subject: [PATCH] update docs --- docs/getting_started.md | 10 ++++++++-- docs/release.yaml | 6 +++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 4ebd306d..688a4a94 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -3,7 +3,13 @@ ## Installation Before using TF-controller, you have to install Flux by using either `flux install` or `flux bootstrap` command. -After that you can install TF-controller manually with Helm by: +After that you can install TF-controller with Flux HelmRelease by: + +```shell +kubectl apply -f https://raw.githubusercontent.com/weaveworks/tf-controller/main/docs/release.yaml +``` + +or manually with Helm by: ```shell # Add tf-controller helm repository @@ -20,7 +26,7 @@ please see [chart readme](https://github.com/weaveworks/tf-controller/tree/main/ Alternatively, you can install TF-controller via `kubectl`: ```shell -export TF_CON_VER=v0.9.5 +export TF_CON_VER=v0.10.1 kubectl apply -f https://github.com/weaveworks/tf-controller/releases/download/${TF_CON_VER}/tf-controller.crds.yaml kubectl apply -f https://github.com/weaveworks/tf-controller/releases/download/${TF_CON_VER}/tf-controller.rbac.yaml kubectl apply -f https://github.com/weaveworks/tf-controller/releases/download/${TF_CON_VER}/tf-controller.deployment.yaml diff --git a/docs/release.yaml b/docs/release.yaml index 1b5f93a2..6092d64d 100644 --- a/docs/release.yaml +++ b/docs/release.yaml @@ -30,7 +30,7 @@ spec: crds: CreateReplace values: replicaCount: 1 - concurrency: 100 + concurrency: 10 resources: limits: cpu: 1000m @@ -41,7 +41,7 @@ spec: caCertValidityDuration: 24h certRotationCheckFrequency: 30m image: - tag: v0.10.0 + tag: v0.10.1 runner: image: - tag: v0.10.0 + tag: v0.10.1