forked from github-mirrorer/plcnk-helm-charts
* chore(deps): update postgresql helm release to v16.7.11 * 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>
34 lines
1.0 KiB
YAML
34 lines
1.0 KiB
YAML
apiVersion: v2
|
|
name: wikijs
|
|
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.9.7
|
|
# renovate datasource=docker depName=ghcr.io/requarks/wiki
|
|
appVersion: "2.5.307"
|
|
kubeVersion: ">=1.22.0-0"
|
|
keywords:
|
|
- wikijs
|
|
- wiki
|
|
- documentation
|
|
dependencies:
|
|
- name: common
|
|
repository: https://bjw-s-labs.github.io/helm-charts
|
|
version: 3.3.2
|
|
- name: postgresql
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 16.7.11
|
|
condition: postgresql.enabled
|
|
sources:
|
|
- https://github.com/Requarks/wiki
|
|
annotations:
|
|
artifacthub.io/changes: |-
|
|
- kind: changed
|
|
description: Update postgresql helm release to v16.7.11
|
|
artifacthub.io/links: |-
|
|
- name: App Source
|
|
url: https://github.com/Requarks/wiki
|
|
- name: Chart Source
|
|
url: https://github.com/plcnk/charts/tree/master/charts/wikijs
|