diff --git a/charts/wikijs/Chart.yaml b/charts/wikijs/Chart.yaml index 65a44ad..8fce16c 100644 --- a/charts/wikijs/Chart.yaml +++ b/charts/wikijs/Chart.yaml @@ -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 diff --git a/charts/wikijs/README.md b/charts/wikijs/README.md index 03b820b..6d957cf 100644 --- a/charts/wikijs/README.md +++ b/charts/wikijs/README.md @@ -2,16 +2,16 @@ 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:** **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 | diff --git a/charts/wikijs/values.yaml b/charts/wikijs/values.yaml index e951c13..cb235e4 100644 --- a/charts/wikijs/values.yaml +++ b/charts/wikijs/values.yaml @@ -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`