mirror of
https://github.com/plcnk/charts.git
synced 2026-04-05 17:22:21 +00:00
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:
@ -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
|
||||
|
||||
@ -2,16 +2,16 @@
|
||||
|
||||
<img src="https://raw.githubusercontent.com/plcnk/charts/master/charts/wikijs/icon.svg" align="right" width="92" alt="wikijs logo">
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
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 |
|
||||
|
||||
@ -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`
|
||||
|
||||
Reference in New Issue
Block a user