chore(deps): update ghcr.io/requarks/wiki docker tag to v2.5.306 (#81)

* chore(deps): update ghcr.io/requarks/wiki docker tag to v2.5.306

* chore: Update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: plcnk-bot <178334506+plcnk-bot[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-03 07:23:37 +01:00
committed by GitHub
parent 16e2d9cfae
commit 9bbe6f41ef
3 changed files with 8 additions and 8 deletions

View File

@ -4,9 +4,9 @@ description: A modern, lightweight and powerful wiki app built on NodeJS.
home: https://github.com/plcnk/charts/tree/master/charts/wikijs
icon: https://raw.githubusercontent.com/plcnk/charts/master/charts/wikijs/icon.svg
type: application
version: 0.6.3
version: 0.6.4
# renovate datasource=docker depName=ghcr.io/requarks/wiki
appVersion: "2.5.305"
appVersion: "2.5.306"
kubeVersion: ">=1.22.0-0"
keywords:
- wikijs
@ -25,7 +25,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update postgresql helm release to v16.4.5
description: Update ghcr.io/requarks/wiki docker tag to v2.5.306
artifacthub.io/links: |-
- name: App Source
url: https://github.com/Requarks/wiki

View File

@ -2,16 +2,16 @@
<img src="https://raw.githubusercontent.com/plcnk/charts/master/charts/wikijs/icon.svg" align="right" width="92" alt="wikijs logo">
![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-informational?style=flat)
![Version: 0.6.4](https://img.shields.io/badge/Version-0.6.4-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 2.5.305](https://img.shields.io/badge/AppVersion-2.5.305-informational?style=flat)
![AppVersion: 2.5.306](https://img.shields.io/badge/AppVersion-2.5.306-informational?style=flat)
A modern, lightweight and powerful wiki app built on NodeJS.
**Homepage:** <https://github.com/plcnk/charts/tree/master/charts/wikijs>
**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/plcnk/charts/issues/new?assignees=plcnk&labels=bug&template=bug_report.yaml&name=wikijs&version=0.6.3)**
[here](https://github.com/plcnk/charts/issues/new?assignees=plcnk&labels=bug&template=bug_report.yaml&name=wikijs&version=0.6.4)**
## Source Code
@ -98,7 +98,7 @@ postgresql:
| controllers.main.containers.app.env.TZ | string | `"UTC"` | Set container timezone |
| controllers.main.containers.app.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| controllers.main.containers.app.image.repository | string | `"ghcr.io/requarks/wiki"` | Image repository |
| controllers.main.containers.app.image.tag | string | `"2.5.305"` | Image tag |
| controllers.main.containers.app.image.tag | string | `"2.5.306"` | Image tag |
| controllers.main.containers.app.securityContext.allowPrivilegeEscalation | bool | `false` | Disable privilege escalations |
| controllers.main.containers.app.securityContext.capabilities | object | `{"drop":["ALL"]}` | Drop all capabilities |
| controllers.main.containers.app.securityContext.readOnlyRootFilesystem | bool | `true` | Mount the container's root filesystem as read-only |

View File

@ -22,7 +22,7 @@ controllers:
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image tag
tag: 2.5.305
tag: 2.5.306
# -- Environment variables.
# The database environment variables **need** to be set if `postgresql.enabled` is set to `false`