Skip to content

Commit

Permalink
chore(deps): update ghcr.io/requarks/wiki docker tag to v2.5.306 (#81)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
renovate[bot] and plcnk-bot[bot] authored Feb 3, 2025
1 parent 16e2d9c commit 9bbe6f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/wikijs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions charts/wikijs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/wikijs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 9bbe6f4

Please sign in to comment.