Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
626a93389a
commit
0dd9e5c042
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [mosdns-5.0.7](https://github.com/truecharts/charts/compare/mosdns-5.0.6...mosdns-5.0.7) (2023-04-25)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [mosdns-5.0.8](https://github.com/truecharts/charts/compare/mosdns-5.0.7...mosdns-5.0.8) (2023-04-29)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/mosdns to v5.1.3 ([#8490](https://github.com/truecharts/charts/issues/8490))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [mosdns-5.0.7](https://github.com/truecharts/charts/compare/mosdns-5.0.6...mosdns-5.0.7) (2023-04-25)
|
## [mosdns-5.0.7](https://github.com/truecharts/charts/compare/mosdns-5.0.6...mosdns-5.0.7) (2023-04-25)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
- update container image tccr.io/truecharts/mosdns to 5.1.0
|
- update container image tccr.io/truecharts/mosdns to 5.1.0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [mosdns-4.0.13](https://github.com/truecharts/charts/compare/mosdns-4.0.12...mosdns-4.0.13) (2023-02-10)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- ensure new helm deps repo is used in latest releases as well.
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: mosdns
|
name: mosdns
|
||||||
version: 5.0.7
|
version: 5.0.8
|
||||||
appVersion: "5.1.1"
|
appVersion: "5.1.3"
|
||||||
description: A location-based pluggable DNS forwarder/splitter.
|
description: A location-based pluggable DNS forwarder/splitter.
|
||||||
type: application
|
type: application
|
||||||
deprecated: false
|
deprecated: false
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [mosdns-5.0.8](https://github.com/truecharts/charts/compare/mosdns-5.0.7...mosdns-5.0.8) (2023-04-29)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/mosdns to v5.1.3 ([#8490](https://github.com/truecharts/charts/issues/8490))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/mosdns
|
repository: tccr.io/truecharts/mosdns
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 5.1.1@sha256:ef972ef1e903ad1356921af940b7d54ba820c1a99c1ead1daff443c806126b59
|
tag: 5.1.3@sha256:0e524ab64b4e3d7f10a9c2c6907704c68a17467a38b0755a845c9786d73bdf1e
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
|
@ -672,7 +672,7 @@ questions:
|
||||||
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
show_if: [["runAsUser", "=", "0"]]
|
show_if: [["runAsUser", "=", 0]]
|
||||||
default: 568
|
default: 568
|
||||||
- variable: UMASK
|
- variable: UMASK
|
||||||
label: UMASK
|
label: UMASK
|
Loading…
Reference in New Issue