Skip to content

Commit

Permalink
s/1.3.1/1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0tonin committed Feb 14, 2024
1 parent c0237c3 commit c268a99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -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
```

Expand All @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit c268a99

Please sign in to comment.