From 971988451cc441cb479db76f7d4a267e809e2fa7 Mon Sep 17 00:00:00 2001 From: Alice GG Date: Fri, 23 Aug 2024 14:35:13 +0200 Subject: [PATCH] Release 1.6.2 --- README.md | 4 ++-- helm/Chart.yaml | 4 ++-- helm/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1a57795..9a33281 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ For Kubernetes users, Mikochi is installable using a [helm chart](https://artifa ```sh helm repo add zer0tonin https://zer0tonin.github.io/helm-charts/ helm install mikochi zer0tonin/mikochi \ ---version 1.6.0 --set mikochi.username=zer0tonin \ +--version 1.6.2 --set mikochi.username=zer0tonin \ --set mikochi.password=my_super_password --set persistence.enabled=true ``` @@ -47,7 +47,7 @@ helm install mikochi zer0tonin/mikochi \ Launch the app using a pre-compiled binary from the latest [release](https://github.com/zer0tonin/Mikochi/releases): ```sh -wget -c https://github.com/zer0tonin/Mikochi/releases/download/1.6.0/mikochi-linux-amd64.tar.gz -O - | tar -xz +wget -c https://github.com/zer0tonin/Mikochi/releases/download/1.6.2/mikochi-linux-amd64.tar.gz -O - | tar -xz HOST=127.0.0.1:8080 USERNAME=zer0tonin PASSWORD=horsebatterysomething ./app/mikochi ``` diff --git a/helm/Chart.yaml b/helm/Chart.yaml index e76af97..2a72afd 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.6.0 +version: 1.6.2 # This is the version number of the application being deployed. This version number should be # 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: "1.6.0" +appVersion: "1.6.2" diff --git a/helm/values.yaml b/helm/values.yaml index 8f0de4b..49e8c78 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -11,7 +11,7 @@ image: repository: zer0tonin/mikochi pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.6.0" + tag: "1.6.2" imagePullSecrets: [] nameOverride: ""