Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
16185284ea
commit
f9a9f48f87
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [outline-7.0.27](https://github.com/truecharts/charts/compare/outline-7.0.26...outline-7.0.27) (2023-07-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [outline-7.0.28](https://github.com/truecharts/charts/compare/outline-7.0.27...outline-7.0.28) (2023-07-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/outline to v0.70.1 ([#10294](https://github.com/truecharts/charts/issues/10294))
|
||||
|
||||
|
||||
|
||||
|
||||
## [outline-7.0.27](https://github.com/truecharts/charts/compare/outline-7.0.26...outline-7.0.27) (2023-07-01)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [outline-7.0.18](https://github.com/truecharts/charts/compare/outline-7.0.17...outline-7.0.18) (2023-05-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9125](https://github.com/truecharts/charts/issues/9125))
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.69.2"
|
||||
appVersion: "0.70.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -25,7 +25,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/outline
|
||||
- https://github.com/outline/outline
|
||||
type: application
|
||||
version: 7.0.27
|
||||
version: 7.0.28
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [outline-7.0.28](https://github.com/truecharts/charts/compare/outline-7.0.27...outline-7.0.28) (2023-07-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/outline to v0.70.1 ([#10294](https://github.com/truecharts/charts/issues/10294))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/outline
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.69.2@sha256:763e7676ac37fe4681abce813212a6c463b3cbefc6c573669c12736844accd8f
|
||||
tag: v0.70.1@sha256:69e99bfed73479a56c609aebb87adc8e7090f0061617d5b108d2688b8dafb117
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -837,11 +837,42 @@ questions:
|
|||
show_if: [["type", "=", "nfs"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: setPermissions
|
||||
label: Automatic Permissions
|
||||
description: Automatically set permissions on install
|
||||
- variable: autoPermissions
|
||||
label: Automatic Permissions Configuration
|
||||
description: Automatically set permissions
|
||||
schema:
|
||||
show_if: [["type", "!=", "pvc"]]
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: enabled
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- 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</br>
|
||||
Format should be 3 digits, e.g. 770
|
||||
schema:
|
||||
type: string
|
||||
valid_chars: '[0-9]{3}'
|
||||
default: ""
|
||||
- variable: recursive
|
||||
label: Recursive
|
||||
description: |
|
||||
It will run CHOWN and CHMOD recursively
|
||||
schema:
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: readOnly
|
Loading…
Reference in New Issue