Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-07-20 02:54:47 +00:00
parent 1a202b912e
commit 6af9b6c718
11 changed files with 85 additions and 53 deletions

View File

@@ -1,9 +0,0 @@
## [muse-1.0.12](https://github.com/truecharts/charts/compare/muse-1.0.11...muse-1.0.12) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))

View File

@@ -4,6 +4,15 @@
## [muse-1.0.13](https://github.com/truecharts/charts/compare/muse-1.0.12...muse-1.0.13) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/muse to v2.3.1 ([#10639](https://github.com/truecharts/charts/issues/10639))
## [muse-1.0.12](https://github.com/truecharts/charts/compare/muse-1.0.11...muse-1.0.12) (2023-07-01)
### Chore
@@ -88,12 +97,3 @@
## [muse-1.0.3](https://github.com/truecharts/charts/compare/muse-1.0.2...muse-1.0.3) (2023-05-22)
### Chore
- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089))
### Feat
- Add Global Pod Options ([#9007](https://github.com/truecharts/charts/issues/9007))

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.3.0"
appVersion: "2.3.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/muse
- https://github.com/codetheweb/muse
type: application
version: 1.0.12
version: 1.0.13
annotations:
truecharts.org/catagories: |
- media

View File

@@ -0,0 +1,9 @@
## [muse-1.0.13](https://github.com/truecharts/charts/compare/muse-1.0.12...muse-1.0.13) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/muse to v2.3.1 ([#10639](https://github.com/truecharts/charts/issues/10639))

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/muse
pullPolicy: IfNotPresent
tag: v2.3.0@sha256:a04a200ac4e3435697dfe5c222beb7a32887912074f59dcd2d2ca8fa669f199a
tag: v2.3.1@sha256:ee619f5faf8dadd76e01341a4fdf7861345dbfbb931c4deaf6332dbe6724ff4c
securityContext:
container:

View File

@@ -570,14 +570,6 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
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
@@ -586,27 +578,36 @@ questions:
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
- 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:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@@ -682,13 +683,44 @@ 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", "=", "hostPath"]]
type: boolean
default: false
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:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema: