Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
94b28322be
commit
9f672fc247
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [dillinger-5.0.27](https://github.com/truecharts/charts/compare/dillinger-5.0.26...dillinger-5.0.27) (2023-06-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/dillinger to v3.39.1 ([#9613](https://github.com/truecharts/charts/issues/9613))
|
||||
|
||||
|
|
@ -4,15 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [dillinger-5.0.27](https://github.com/truecharts/charts/compare/dillinger-5.0.26...dillinger-5.0.27) (2023-06-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/dillinger to v3.39.1 ([#9613](https://github.com/truecharts/charts/issues/9613))
|
||||
|
||||
|
||||
|
||||
|
||||
## [dillinger-5.0.28](https://github.com/truecharts/charts/compare/dillinger-5.0.27...dillinger-5.0.28) (2023-06-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/dillinger to v3.39.1 ([#9718](https://github.com/truecharts/charts/issues/9718))
|
||||
|
||||
|
||||
|
||||
|
||||
## [dillinger-5.0.27](https://github.com/truecharts/charts/compare/dillinger-5.0.26...dillinger-5.0.27) (2023-06-14)
|
||||
|
||||
### Chore
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: dillinger
|
||||
version: 5.0.27
|
||||
version: 5.0.28
|
||||
appVersion: "3.39.1"
|
||||
description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor.
|
||||
type: application
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [dillinger-5.0.28](https://github.com/truecharts/charts/compare/dillinger-5.0.27...dillinger-5.0.28) (2023-06-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/dillinger to v3.39.1 ([#9718](https://github.com/truecharts/charts/issues/9718))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/dillinger
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.39.1@sha256:4a260f03cc7d6127dac9698b911188fd7fd0707b7e275f3475e6ed287fcac4a7
|
||||
tag: v3.39.1@sha256:d891b86eb8b34167e0a6efeb0373426b21dae55db6c246e492a589fd10843081
|
||||
|
||||
securityContext:
|
||||
container:
|
|
@ -550,8 +550,38 @@ questions:
|
|||
description: Automatically set permissions on install
|
||||
schema:
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
hidden: true
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: autoPermissions
|
||||
label: Automatic Permissions Configuration
|
||||
description: Automatically set permissions
|
||||
schema:
|
||||
show_if: [["type", "!=", "pvc"]]
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: chown
|
||||
label: Run CHOWN
|
||||
description: |
|
||||
It will run CHOWN on the path with the given fsGroup
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: chmod
|
||||
label: Run CHMOD
|
||||
description: |
|
||||
It will run CHMOD on the path with the given value
|
||||
schema:
|
||||
type: string
|
||||
default: "775"
|
||||
- variable: recursive
|
||||
label: Recursive
|
||||
description: |
|
||||
It will run CHOWN and CHMOD recursively
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: readOnly
|
||||
label: Read Only
|
||||
schema:
|
Loading…
Reference in New Issue