mirror of
https://github.com/plcnk/charts.git
synced 2026-04-05 17:22:21 +00:00
Compare commits
6 Commits
cloudflare
...
wikijs-0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| c70d0909fe | |||
| 1cc9a485b0 | |||
| 8815097302 | |||
| 84bc47b485 | |||
| c662ad0930 | |||
| 0b08b5ab96 |
@ -4,9 +4,9 @@ description: Connect your resources to Cloudflare without a publicly routable IP
|
||||
home: https://github.com/plcnk/charts/tree/master/charts/cloudflare-tunnel
|
||||
icon: https://raw.githubusercontent.com/plcnk/charts/master/charts/cloudflare-tunnel/icon.svg
|
||||
type: application
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
# renovate datasource=docker depName=cloudflare/cloudflared
|
||||
appVersion: "2024.9.0"
|
||||
appVersion: "2024.9.1"
|
||||
kubeVersion: ">=1.22.0-0"
|
||||
keywords:
|
||||
- cloudflared
|
||||
@ -22,7 +22,7 @@ sources:
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Update cloudflare/cloudflared docker tag to v2024.9.0
|
||||
description: Update cloudflare/cloudflared docker tag to v2024.9.1
|
||||
artifacthub.io/links: |-
|
||||
- name: App Source
|
||||
url: https://github.com/cloudflare/cloudflared
|
||||
|
||||
@ -2,16 +2,16 @@
|
||||
|
||||
<img src="https://raw.githubusercontent.com/plcnk/charts/master/charts/cloudflare-tunnel/icon.svg" align="right" width="92" alt="cloudflare-tunnel logo">
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
Connect your resources to Cloudflare without a publicly routable IP address.
|
||||
|
||||
**Homepage:** <https://github.com/plcnk/charts/tree/master/charts/cloudflare-tunnel>
|
||||
|
||||
**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=cloudflare-tunnel&version=0.2.0)**
|
||||
[here](https://github.com/plcnk/charts/issues/new?assignees=plcnk&labels=bug&template=bug_report.yaml&name=cloudflare-tunnel&version=0.2.1)**
|
||||
|
||||
## Source Code
|
||||
|
||||
@ -89,7 +89,7 @@ helm install cloudflare-tunnel plcnk/cloudflare-tunnel -f values.yaml
|
||||
| controllers.main.containers.app.env | object | See [values.yaml](./values.yaml) | Environment variables |
|
||||
| controllers.main.containers.app.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
|
||||
| controllers.main.containers.app.image.repository | string | `"cloudflare/cloudflared"` | Image repository |
|
||||
| controllers.main.containers.app.image.tag | string | `"2024.9.0"` | Image tag |
|
||||
| controllers.main.containers.app.image.tag | string | `"2024.9.1"` | 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 |
|
||||
|
||||
@ -20,7 +20,7 @@ controllers:
|
||||
# -- Image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- Image tag
|
||||
tag: 2024.9.0
|
||||
tag: 2024.9.1
|
||||
|
||||
# -- Environment variables
|
||||
# @default -- See [values.yaml](./values.yaml)
|
||||
|
||||
@ -4,6 +4,6 @@ dependencies:
|
||||
version: 3.3.2
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.5.29
|
||||
digest: sha256:c8fb10102a5f0d183f095e43beafe8caf1fdf804eb9a1ee73193f1a16669ccca
|
||||
generated: "2024-09-10T15:39:16.126182529Z"
|
||||
version: 15.5.34
|
||||
digest: sha256:2f6a06fea148f594ca4ac3dddac05982a5e8a6b97327164f5b7f646681ce7749
|
||||
generated: "2024-09-23T17:14:12.033108438Z"
|
||||
|
||||
@ -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.7
|
||||
version: 0.1.12
|
||||
# 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.29
|
||||
version: 15.5.34
|
||||
condition: postgresql.enabled
|
||||
sources:
|
||||
- https://github.com/Requarks/wiki
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Update postgresql helm release to v15.5.29
|
||||
description: Update postgresql helm release to v15.5.34
|
||||
artifacthub.io/links: |-
|
||||
- name: App Source
|
||||
url: https://github.com/Requarks/wiki
|
||||
|
||||
@ -2,16 +2,16 @@
|
||||
|
||||
<img src="https://raw.githubusercontent.com/plcnk/charts/master/charts/wikijs/icon.svg" align="right" width="92" alt="wikijs logo">
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
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.7)**
|
||||
[here](https://github.com/plcnk/charts/issues/new?assignees=plcnk&labels=bug&template=bug_report.yaml&name=wikijs&version=0.1.12)**
|
||||
|
||||
## 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.29 |
|
||||
| <https://charts.bitnami.com/bitnami> | postgresql | 15.5.34 |
|
||||
|
||||
## 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 |
|
||||
|
||||
@ -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`
|
||||
|
||||
Reference in New Issue
Block a user