From 0393df1fd4676dd139592ad6a5f6b5538085f3a3 Mon Sep 17 00:00:00 2001 From: Andrew Dunstall Date: Thu, 4 Jul 2024 10:58:22 +0100 Subject: [PATCH] version: update version to 0.6.0 --- docs/tutorials/install.md | 4 ++-- operations/helm/piko/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/install.md b/docs/tutorials/install.md index 28c3c85..eb37428 100644 --- a/docs/tutorials/install.md +++ b/docs/tutorials/install.md @@ -40,8 +40,8 @@ the Piko version: # Latest version. docker pull ghcr.io/andydunstall/piko:latest -# v0.5.0 -docker pull ghcr.io/andydunstall/piko:v0.5.0 +# v0.6.0 +docker pull ghcr.io/andydunstall/piko:v0.6.0 ``` Run `docker run ghcr.io/andydunstall/piko:latest` to verify the installation diff --git a/operations/helm/piko/Chart.yaml b/operations/helm/piko/Chart.yaml index 184e90a..e77a9f8 100644 --- a/operations/helm/piko/Chart.yaml +++ b/operations/helm/piko/Chart.yaml @@ -6,7 +6,7 @@ home: https://github.com/andydunstall/piko version: 0.1.0 -appVersion: "v0.5.0" +appVersion: "v0.6.0" sources: - https://github.com/dragonflydb/dragonfly