diff --git a/charts/wikijs/Chart.yaml b/charts/wikijs/Chart.yaml index 6478c9d..6251cfd 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.1.10 +version: 0.1.11 # renovate datasource=docker depName=ghcr.io/requarks/wiki -appVersion: "2.5.303" +appVersion: "2.5.304" kubeVersion: ">=1.22.0-0" keywords: - wikijs @@ -25,7 +25,7 @@ sources: annotations: artifacthub.io/changes: |- - kind: changed - description: Update postgresql helm release to v15.5.32 + description: Update ghcr.io/requarks/wiki docker tag to v2.5.304 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 c80a70c..7fd8649 100644 --- a/charts/wikijs/README.md +++ b/charts/wikijs/README.md @@ -2,16 +2,16 @@ wikijs logo -![Version: 0.1.10](https://img.shields.io/badge/Version-0.1.10-informational?style=flat) +![Version: 0.1.11](https://img.shields.io/badge/Version-0.1.11-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 2.5.303](https://img.shields.io/badge/AppVersion-2.5.303-informational?style=flat) +![AppVersion: 2.5.304](https://img.shields.io/badge/AppVersion-2.5.304-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.1.10)** +[here](https://github.com/plcnk/charts/issues/new?assignees=plcnk&labels=bug&template=bug_report.yaml&name=wikijs&version=0.1.11)** ## 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.303"` | Image tag | +| controllers.main.containers.app.image.tag | string | `"2.5.304"` | 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 3f87b1f..6ff2241 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.303 + tag: 2.5.304 # -- Environment variables. # The database environment variables **need** to be set if `postgresql.enabled` is set to `false`