Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-05-26 08:24:01 +00:00
parent 98d3d853e5
commit df1c904147
24 changed files with 47 additions and 41 deletions

View File

@ -1,9 +0,0 @@
## [adguard-home-5.0.17](https://github.com/truecharts/charts/compare/adguard-home-5.0.16...adguard-home-5.0.17) (2023-05-26)
### Chore
- update helm general non-major ([#9156](https://github.com/truecharts/charts/issues/9156))

View File

@ -4,6 +4,15 @@
## [adguard-home-5.0.18](https://github.com/truecharts/charts/compare/adguard-home-5.0.17...adguard-home-5.0.18) (2023-05-26)
### Chore
- update container image tccr.io/truecharts/adguard-home to v0.107.29 ([#8431](https://github.com/truecharts/charts/issues/8431))
## [adguard-home-5.0.17](https://github.com/truecharts/charts/compare/adguard-home-5.0.16...adguard-home-5.0.17) (2023-05-26)
### Chore
@ -88,12 +97,3 @@
## [adguard-home-5.0.7](https://github.com/truecharts/charts/compare/adguard-home-5.0.6...adguard-home-5.0.7) (2023-04-20)
### Chore
- update helm general non-major ([#8087](https://github.com/truecharts/charts/issues/8087))
## [adguard-home-5.0.6](https://github.com/truecharts/charts/compare/adguard-home-5.0.5...adguard-home-5.0.6) (2023-04-16)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.107.25"
appVersion: "0.107.29"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -18,7 +18,7 @@ maintainers:
name: adguard-home
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home
version: 5.0.17
version: 5.0.18
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [adguard-home-5.0.18](https://github.com/truecharts/charts/compare/adguard-home-5.0.17...adguard-home-5.0.18) (2023-05-26)
### Chore
- update container image tccr.io/truecharts/adguard-home to v0.107.29 ([#8431](https://github.com/truecharts/charts/issues/8431))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/adguard-home
tag: 0.107.25@sha256:90e78953b5e15126b151ac655e37ad161bf5a6f10e2cdbb50da7f68166f57719
tag: 0.107.29@sha256:ae107eca9ad1dc1dec3a8ab4f96965ae5448df110dfb0700be7482a986d4479e
pullPolicy: IfNotPresent
securityContext:
@ -25,6 +25,7 @@ workload:
startup:
type: http
path: /
command: ["/opt/adguardhome/AdGuardHome"]
args:
- --no-check-update
- --host

View File

@ -1,9 +0,0 @@
## [verysync-5.0.16](https://github.com/truecharts/charts/compare/verysync-5.0.15...verysync-5.0.16) (2023-05-26)
### Chore
- update helm general non-major ([#9156](https://github.com/truecharts/charts/issues/9156))

View File

@ -4,6 +4,15 @@
## [verysync-5.0.17](https://github.com/truecharts/charts/compare/verysync-5.0.16...verysync-5.0.17) (2023-05-26)
### Chore
- update container image tccr.io/truecharts/verysync to 2.16.0 ([#8413](https://github.com/truecharts/charts/issues/8413))
## [verysync-5.0.16](https://github.com/truecharts/charts/compare/verysync-5.0.15...verysync-5.0.16) (2023-05-26)
### Chore
@ -88,12 +97,3 @@
## [verysync-5.0.7](https://github.com/truecharts/charts/compare/verysync-5.0.6...verysync-5.0.7) (2023-04-20)
### Chore
- update helm general non-major ([#8087](https://github.com/truecharts/charts/issues/8087))
## [verysync-5.0.6](https://github.com/truecharts/charts/compare/verysync-5.0.5...verysync-5.0.6) (2023-04-16)
### Chore

View File

@ -20,7 +20,7 @@ maintainers:
name: verysync
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/verysync
version: 5.0.16
version: 5.0.17
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [verysync-5.0.17](https://github.com/truecharts/charts/compare/verysync-5.0.16...verysync-5.0.17) (2023-05-26)
### Chore
- update container image tccr.io/truecharts/verysync to 2.16.0 ([#8413](https://github.com/truecharts/charts/issues/8413))

View File

@ -1,7 +1,11 @@
image:
repository: tccr.io/truecharts/verysync
tag: 2.16.0@sha256:815042c0fe90f623d0fff9de007a22e3a9014bc5c3a065c3cfad1a6f03056e0f
tag: 2.16.0@sha256:19ccdb8592db67eadc83cfd441fec7ccd60e62e1044222e89bbd4fdd15b20d71
pullPolicy: IfNotPresent
securityContext:
container:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
@ -48,3 +52,4 @@ workload:
main:
env:
PORT: "{{ .Values.service.main.ports.main.port }}"
VUID: "{{- $.Values.securityContext.container.PUID -}}"