diff --git a/README.md b/README.md index 6531f6f..089d26a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ docker run \ -e PASSWORD=horsebatterysomething zer0tonin/mikochi:latest ``` -(For arm/v7 users, use the `latest-armv7` or `1.3.1-armv7` tag) +(For arm/v7 users, use the `latest-armv7` or `1.4.0-armv7` tag) You'll find a complete tutorial on installing Mikochi securely with Docker and Traefik [here](https://alicegg.tech/2024/01/04/mikochi-tutorial). @@ -31,7 +31,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.3.1 --set mikochi.username=zer0tonin \ +--version 1.4.0 --set mikochi.username=zer0tonin \ --set mikochi.password=my_super_password --set persistence.enabled=true ``` @@ -40,7 +40,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.3.1/mikochi-linux-amd64.tar.gz -O - | tar -xz +wget -c https://github.com/zer0tonin/Mikochi/releases/download/1.4.0/mikochi-linux-amd64.tar.gz -O - | tar -xz HOST=127.0.0.1:8080 USERNAME=zer0tonin PASSWORD=horsebatterysomething ./mikochi ``` diff --git a/helm/Chart.yaml b/helm/Chart.yaml index d894aac..1ecf863 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.3.1 +version: 1.4.0 # 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.3.1" +appVersion: "1.4.0" diff --git a/helm/values.yaml b/helm/values.yaml index 50db3e7..ed43097 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -10,7 +10,7 @@ image: repository: zer0tonin/mikochi pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.3.1" + tag: "1.4.0" imagePullSecrets: [] nameOverride: ""