Compare commits

...

4 Commits

Author SHA1 Message Date
6c3b61a50c chore(deps): update postgresql helm release to v15.5.36 (#34)
* chore(deps): update postgresql helm release to v15.5.36

* 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>
2024-09-27 10:07:25 +02:00
886d839eca chore(deps): update postgresql helm release to v15.5.35 (#33)
* chore(deps): update postgresql helm release to v15.5.35

* 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>
2024-09-26 19:20:31 +02:00
c70d0909fe chore(deps): update postgresql helm release to v15.5.34 (#32)
* chore(deps): update postgresql helm release to v15.5.34

* 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>
2024-09-23 19:17:50 +02:00
1cc9a485b0 chore(deps): update ghcr.io/requarks/wiki docker tag to v2.5.304 (#31)
* chore(deps): update ghcr.io/requarks/wiki docker tag to v2.5.304

* 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>
2024-09-20 18:57:34 +02:00
4 changed files with 13 additions and 13 deletions

View File

@ -4,6 +4,6 @@ dependencies:
version: 3.3.2
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.5.32
digest: sha256:55c0a4724d3455931db5e58492c925da2edaac05774ab1b93e34e9020f667b4b
generated: "2024-09-17T15:51:14.354885222Z"
version: 15.5.36
digest: sha256:4717f2b3ec2a58b8c9987fc2f77d22ddda8a55c81f791286ff12b897149e1ff6
generated: "2024-09-26T22:53:37.481796627Z"

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.1.10
version: 0.1.14
# renovate datasource=docker depName=ghcr.io/requarks/wiki
appVersion: "2.5.303"
appVersion: "2.5.304"
kubeVersion: ">=1.22.0-0"
keywords:
- wikijs
@ -18,14 +18,14 @@ dependencies:
version: 3.3.2
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.5.32
version: 15.5.36
condition: postgresql.enabled
sources:
- https://github.com/Requarks/wiki
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update postgresql helm release to v15.5.32
description: Update postgresql helm release to v15.5.36
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.1.10](https://img.shields.io/badge/Version-0.1.10-informational?style=flat)
![Version: 0.1.14](https://img.shields.io/badge/Version-0.1.14-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:** <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.1.10)**
[here](https://github.com/plcnk/charts/issues/new?assignees=plcnk&labels=bug&template=bug_report.yaml&name=wikijs&version=0.1.14)**
## Source Code
@ -26,7 +26,7 @@ Kubernetes: `>=1.22.0-0`
| Repository | Name | Version |
|------------|------|---------|
| <https://bjw-s.github.io/helm-charts> | common | 3.3.2 |
| <https://charts.bitnami.com/bitnami> | postgresql | 15.5.32 |
| <https://charts.bitnami.com/bitnami> | postgresql | 15.5.36 |
## Installing the Chart
@ -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 |

View File

@ -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`