Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [shlink-web-client-6.0.24](https://github.com/truecharts/charts/compare/shlink-web-client-6.0.23...shlink-web-client-6.0.24) (2023-07-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [shlink-web-client-6.0.25](https://github.com/truecharts/charts/compare/shlink-web-client-6.0.24...shlink-web-client-6.0.25) (2023-07-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/shlink-web-client to v3.10.2 ([#10595](https://github.com/truecharts/charts/issues/10595))
|
||||
|
||||
|
||||
|
||||
|
||||
## [shlink-web-client-6.0.24](https://github.com/truecharts/charts/compare/shlink-web-client-6.0.23...shlink-web-client-6.0.24) (2023-07-01)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
## [shlink-web-client-6.0.15](https://github.com/truecharts/charts/compare/shlink-web-client-6.0.14...shlink-web-client-6.0.15) (2023-05-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089))
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: "3.10.1"
|
||||
appVersion: "3.10.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client
|
||||
- https://github.com/shlinkio/shlink-web-client
|
||||
type: application
|
||||
version: 6.0.24
|
||||
version: 6.0.25
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
||||
9
stable/shlink-web-client/6.0.25/app-changelog.md
Normal file
9
stable/shlink-web-client/6.0.25/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [shlink-web-client-6.0.25](https://github.com/truecharts/charts/compare/shlink-web-client-6.0.24...shlink-web-client-6.0.25) (2023-07-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/shlink-web-client to v3.10.2 ([#10595](https://github.com/truecharts/charts/issues/10595))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/shlink-web-client
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.10.1@sha256:72b034b7a90a2044990a552a2628f4af7b2f1bab39f54877a582497f2016c643
|
||||
tag: v3.10.2@sha256:0d5b507ea2c269eec52c23a4d69d7b836dffab8fd20fb239fc7f31cb206fca0b
|
||||
|
||||
service:
|
||||
main:
|
||||
@@ -576,13 +576,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:
|
||||
Reference in New Issue
Block a user