Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
23c029695d
commit
cdb1f2f621
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [kitchenowl-8.1.5](https://github.com/truecharts/charts/compare/kitchenowl-8.1.4...kitchenowl-8.1.5) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
|
@ -7,6 +7,15 @@ title: Changelog
|
|||
|
||||
|
||||
|
||||
## [kitchenowl-8.2.0](https://github.com/truecharts/charts/compare/kitchenowl-8.1.5...kitchenowl-8.2.0) (2024-01-03)
|
||||
|
||||
### Feat
|
||||
|
||||
|
||||
|
||||
- Add OIDC providers ([#16748](https://github.com/truecharts/charts/issues/16748))
|
||||
|
||||
|
||||
## [kitchenowl-8.1.5](https://github.com/truecharts/charts/compare/kitchenowl-8.1.4...kitchenowl-8.1.5) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@ title: Changelog
|
|||
## [kitchenowl-7.0.10](https://github.com/truecharts/charts/compare/kitchenowl-7.0.9...kitchenowl-7.0.10) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16376](https://github.com/truecharts/charts/issues/16376))
|
||||
|
||||
## [kitchenowl-7.0.9](https://github.com/truecharts/charts/compare/kitchenowl-7.0.8...kitchenowl-7.0.9) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16373](https://github.com/truecharts/charts/issues/16373))
|
||||
|
|
@ -1,16 +1,16 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: kitchenowl
|
||||
version: 8.1.5
|
||||
version: 8.2.0
|
||||
appVersion: latest
|
||||
description: KitchenOwl is a smart self-hosted grocery list and recipe manager.
|
||||
home: https://truecharts.org/charts/stable/kitchenowl
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitchenowl.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://tombursch.github.io/kitchenowl
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl
|
||||
- https://hub.docker.com/r/tombursch/kitchenowl
|
||||
- https://tombursch.github.io/kitchenowl
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [kitchenowl-8.2.0](https://github.com/truecharts/charts/compare/kitchenowl-8.1.5...kitchenowl-8.2.0) (2024-01-03)
|
||||
|
||||
### Feat
|
||||
|
||||
|
||||
|
||||
- Add OIDC providers ([#16748](https://github.com/truecharts/charts/issues/16748))
|
|
@ -82,6 +82,13 @@ workload:
|
|||
imageSelector: backendImage
|
||||
env:
|
||||
FRONT_URL: "{{ .Values.workload.main.podSpec.containers.main.env.FRONT_URL }}"
|
||||
OIDC_ISSUER: ""
|
||||
OIDC_CLIENT_ID: ""
|
||||
OIDC_CLIENT_SECRET: ""
|
||||
APPLE_CLIENT_ID: ""
|
||||
APPLE_CLIENT_SECRET: ""
|
||||
GOOGLE_CLIENT_ID: ""
|
||||
GOOGLE_CLIENT_SECRET: ""
|
||||
# Changed port to 10248 to avoid conflict with frontend
|
||||
HTTP_PORT: "10248"
|
||||
JWT_SECRET_KEY:
|
|
@ -113,6 +113,48 @@ questions:
|
|||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: OIDC_ISSUER
|
||||
label: "OIDC Issuer"
|
||||
description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: OIDC_CLIENT_ID
|
||||
label: "OIDC Client ID"
|
||||
description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: OIDC_CLIENT_SECRET
|
||||
label: "OIDC Client Secret"
|
||||
description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: APPLE_CLIENT_ID
|
||||
label: "Apple Client ID"
|
||||
description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: APPLE_CLIENT_SECRET
|
||||
label: "Apple Client Secret"
|
||||
description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: GOOGLE_CLIENT_ID
|
||||
label: "Google Client ID"
|
||||
description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: GOOGLE_CLIENT_SECRET
|
||||
label: "Google Client Secret"
|
||||
description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: envList
|
||||
label: Extra Environment Variables
|
||||
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
|
||||
|
@ -252,30 +294,42 @@ questions:
|
|||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: registry
|
||||
label: "Registry"
|
||||
- variable: enabled
|
||||
label: Enabled
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "https://index.docker.io/v1/"
|
||||
- variable: username
|
||||
label: "Username"
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: data
|
||||
label: Data
|
||||
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: ""
|
||||
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
|
||||
private: true
|
||||
default: ""
|
||||
- variable: email
|
||||
label: "Email"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: service
|
||||
group: Networking and Services
|
||||
label: Configure Service(s)
|
Loading…
Reference in New Issue