From b4c654eaa209c006bd069e8405371cdf53cc07c5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 22 Aug 2024 11:42:24 +0200 Subject: [PATCH] Update current feature --- chart/Chart.yaml | 2 +- doc/e2e.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 2be68bc9..bb35eb8a 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v3.1.2-rc1-26-g6b2404a" +appVersion: "v3.1.3-rc1" diff --git a/doc/e2e.md b/doc/e2e.md index d8eeb87e..4dcde75d 100644 --- a/doc/e2e.md +++ b/doc/e2e.md @@ -28,7 +28,7 @@ git clone github.com/astrolabsoftware/fink-broker Install the `ciux` tool based on the provided version. ```bash -CIUX_VERSION=v0.0.4-rc3 +CIUX_VERSION=v0.0.4-rc6 go install github.com/k8s-school/ciux@"$CIUX_VERSION" ```