From 547ada3fdbd57ee435f4d5e4e23e49a65e51fc3e Mon Sep 17 00:00:00 2001 From: Andrew Dunstall Date: Sat, 22 Jun 2024 07:18:20 +0100 Subject: [PATCH] version: update latest version to v0.5.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 1ccc72e..28c3c85 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.4.0 -docker pull ghcr.io/andydunstall/piko:v0.4.0 +# v0.5.0 +docker pull ghcr.io/andydunstall/piko:v0.5.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 cd67217..184e90a 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.4.0" +appVersion: "v0.5.0" sources: - https://github.com/dragonflydb/dragonfly