this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update image ghcr.io/jorenn92/maintainerr to v2 (#1728)

* chore(deps): update image ghcr.io/jorenn92/maintainerr to v2

| datasource | package | from | to |
| ---------- | ---------------------------- | ----- | ----- |
| docker | ghcr.io/jorenn92/maintainerr | 1.7.1 | 2.0.0 |

* Set non-privileged user.

---------

Co-authored-by: samip5-bot[bot] <118629685+samip5-bot@users.noreply.github.com>
Co-authored-by: Skyler Mäntysaari <sm+git@skym.fi>

authored by

samip5-bot[bot]
samip5-bot[bot]
Skyler Mäntysaari
and committed by
GitHub
259b3d5b 498c38d9

+3 -5
+1 -1
k8s/nebula/apps/media/maintainerr/app/hr.yaml
··· 33 33 main: 34 34 image: 35 35 repository: ghcr.io/jorenn92/maintainerr 36 - tag: 1.7.1@sha256:4d9beb0be70bb22e093b067c7ce7f5087724482611962af799030856e6007d94 36 + tag: 2.0.0 37 37 resources: 38 38 requests: 39 39 cpu: 5m
+2 -4
k8s/nebula/apps/media/maintainerr/ks.yaml
··· 23 23 substitute: 24 24 APP: *appname 25 25 HOSTNAME: maintainerr.skylab.fi 26 - #APP_UID: "1000" 27 - #APP_GID: "1000" 28 - APP_UID: "0" 29 - APP_GID: "0" 26 + APP_UID: "1000" 27 + APP_GID: "1000" 30 28 VOLSYNC_CLAIM: maintainerr-data 31 29 VOLSYNC_CAPACITY: 2Gi 32 30 VOLSYNC_STORAGECLASS: ceph-block