Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-12-06 18:36:23 +00:00
parent 3b44cbc438
commit bd5fa67fec
15 changed files with 216 additions and 25 deletions

View File

@@ -1,12 +0,0 @@
## [outline-8.0.14](https://github.com/truecharts/charts/compare/outline-8.0.13...outline-8.0.14) (2023-12-03)
### Chore
- bump everything to ensure catalog has latest versions
- fix annotations again
- update annotations
- cleanup chart.yaml and add min-max scale version

View File

@@ -4,6 +4,15 @@
## [outline-8.1.0](https://github.com/truecharts/charts/compare/outline-8.0.14...outline-8.1.0) (2023-12-06)
### Chore
- update container image outlinewiki/outline to v0.74.0[@f630dfb](https://github.com/f630dfb) ([#15817](https://github.com/truecharts/charts/issues/15817))
## [outline-8.0.14](https://github.com/truecharts/charts/compare/outline-8.0.13...outline-8.0.14) (2023-12-03)
### Chore
@@ -88,12 +97,3 @@
### Fix
- fetch from the correct secret
## [outline-8.0.5](https://github.com/truecharts/charts/compare/outline-8.0.4...outline-8.0.5) (2023-10-15)
### Chore

View File

@@ -1,8 +1,8 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: outline
version: 8.0.14
appVersion: 0.73.1
version: 8.1.0
appVersion: 0.74.0
description:
A fast, collaborative, knowledge base for your team built using React
and Node.js.
@@ -10,9 +10,9 @@ home: https://truecharts.org/charts/stable/outline
icon: https://truecharts.org/img/hotlink-ok/chart-icons/outline.png
deprecated: false
sources:
- https://github.com/outline/outline
- https://github.com/truecharts/charts/tree/master/charts/stable/outline
- https://hub.docker.com/r/outlinewiki/outline
- https://github.com/outline/outline
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -0,0 +1,9 @@
## [outline-8.1.0](https://github.com/truecharts/charts/compare/outline-8.0.14...outline-8.1.0) (2023-12-06)
### Chore
- update container image outlinewiki/outline to v0.74.0[@f630dfb](https://github.com/f630dfb) ([#15817](https://github.com/truecharts/charts/issues/15817))

View File

@@ -1,7 +1,7 @@
image:
repository: outlinewiki/outline
pullPolicy: IfNotPresent
tag: 0.73.1@sha256:24c03e003aa3b89655184c8ea0a375f8ca3555c97acd931c7a8b53d99704e19c
tag: 0.74.0@sha256:f630dfbf53ce61c0742052571cef6938a755f04c9001b51785621be9cb7e5581
service:
main:
ports:

View File

@@ -514,6 +514,44 @@ questions:
schema:
type: string
required: true
- variable: imagePullSecretList
group: "General Settings"
label: "Image Pull Secrets"
schema:
type: list
default: []
items:
- variable: pullsecretentry
label: "Pull Secret"
schema:
type: dict
additional_attrs: true
attrs:
- variable: registry
label: "Registry"
schema:
type: string
required: true
default: "https://index.docker.io/v1/"
- variable: username
label: "Username"
schema:
type: string
required: true
default: ""
- variable: password
label: "Password"
schema:
type: string
required: true
default: ""
- variable: email
label: "Email"
schema:
type: string
required: true
default: ""
- variable: service
group: Networking and Services
label: Configure Service(s)
@@ -837,6 +875,82 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: iscsi
label: iSCSI Options
schema:
show_if: [["type", "=", "iscsi"]]
type: dict
additional_attrs: true
attrs:
- variable: targetPortal
label: targetPortal
schema:
type: string
required: true
default: ""
- variable: iqn
label: iqn
schema:
type: string
required: true
default: ""
- variable: lun
label: lun
schema:
type: int
default: 0
- variable: authSession
label: authSession
schema:
type: dict
additional_attrs: true
attrs:
- variable: username
label: username
schema:
type: string
default: ""
- variable: password
label: password
schema:
type: string
default: ""
- variable: usernameInitiator
label: usernameInitiator
schema:
type: string
default: ""
- variable: passwordInitiator
label: passwordInitiator
schema:
type: string
default: ""
- variable: authDiscovery
label: authDiscovery
schema:
type: dict
additional_attrs: true
attrs:
- variable: username
label: username
schema:
type: string
default: ""
- variable: password
label: password
schema:
type: string
default: ""
- variable: usernameInitiator
label: usernameInitiator
schema:
type: string
default: ""
- variable: passwordInitiator
label: passwordInitiator
schema:
type: string
default: ""
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
@@ -1085,6 +1199,46 @@ questions:
type: string
default: ""
required: true
- variable: integration
label: Integrations
description: Connect ingress with other charts
schema:
additional_attrs: true
type: dict
attrs:
- variable: homepage
label: Homepage
description: Connect ingress with Homepage
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
- variable: name
label: Name
description: defaults to chartname
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: description
label: Description
description: defaults to chart description
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: group
label: Group
schema:
type: string
required: true
default: "default"
show_if: [["enabled", "=", true]]
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
@@ -1312,6 +1466,46 @@ questions:
type: string
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: integration
label: Integrations
description: Connect ingress with other charts
schema:
additional_attrs: true
type: dict
attrs:
- variable: homepage
label: Homepage
description: Connect ingress with Homepage
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
- variable: name
label: Name
description: defaults to chartname
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: description
label: Description
description: defaults to chart description
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: group
label: Group
schema:
type: string
required: true
default: "default"
show_if: [["enabled", "=", true]]
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider