Skip to content

Commit

Permalink
Merge branch 'main' of github.com:digitalist-se/matomo-kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeschiren committed Sep 18, 2024
2 parents 198b0db + afae2c2 commit 6d8acb7
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,32 @@ We publish [Matomo images on docker hub](https://hub.docker.com/repository/docke

## Install

We recommend to use the OCI registry, [hosted at docker hub](https://hub.docker.com/repository/docker/digitalist/matomo).

### OCI

```sh
oci://registry-1.docker.io/digitalist/matomo
```

Download values so you can override it with your own changes.

```sh
helm show values oci://registry-1.docker.io/digitalist/matomo > overrides.yaml

```

Add your overrides add deploy Matomo:

```sh
helm upgrade -i --namespace=mynamespace -f overrides.yaml -i matomo oci://registry-1.docker.io/digitalist/matomo
```


### Classic

```
helm repo add matomo-kubernetes https://digitalist-se.github.io/matomo-kubernetes
helm repo add matomo-kubernetes https://digitalist-open-cloud.github.io/matomo-kubernetes/
```

Download values so you can override it with your own changes.
Expand Down

0 comments on commit 6d8acb7

Please sign in to comment.