Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
69a10a2c80
commit
e8b390ac65
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [resilio-sync-9.0.7](https://github.com/truecharts/charts/compare/resilio-sync-9.0.6...resilio-sync-9.0.7) (2023-04-20)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#8087](https://github.com/truecharts/charts/issues/8087))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,16 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [resilio-sync-9.0.8](https://github.com/truecharts/charts/compare/resilio-sync-9.0.7...resilio-sync-9.0.8) (2023-04-22)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- Bump for [#8097](https://github.com/truecharts/charts/issues/8097) ([#8114](https://github.com/truecharts/charts/issues/8114))
|
||||||
|
- Fix probe ([#8097](https://github.com/truecharts/charts/issues/8097))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [resilio-sync-9.0.7](https://github.com/truecharts/charts/compare/resilio-sync-9.0.6...resilio-sync-9.0.7) (2023-04-20)
|
## [resilio-sync-9.0.7](https://github.com/truecharts/charts/compare/resilio-sync-9.0.6...resilio-sync-9.0.7) (2023-04-20)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -87,13 +97,3 @@
|
||||||
|
|
||||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [resilio-sync-8.0.6](https://github.com/truecharts/charts/compare/resilio-sync-8.0.5...resilio-sync-8.0.6) (2022-12-26)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ name: resilio-sync
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync
|
- https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync
|
||||||
- https://github.com/orgs/linuxserver/packages/container/package/resilio-sync
|
- https://github.com/orgs/linuxserver/packages/container/package/resilio-sync
|
||||||
version: 9.0.7
|
version: 9.0.8
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [resilio-sync-9.0.8](https://github.com/truecharts/charts/compare/resilio-sync-9.0.7...resilio-sync-9.0.8) (2023-04-22)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- Bump for [#8097](https://github.com/truecharts/charts/issues/8097) ([#8114](https://github.com/truecharts/charts/issues/8114))
|
||||||
|
- Fix probe ([#8097](https://github.com/truecharts/charts/issues/8097))
|
||||||
|
|
||||||
|
|
|
@ -38,3 +38,18 @@ securityContext:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
workload:
|
||||||
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
type: tcp
|
||||||
|
port: "{{ .Values.service.main.ports.main.targetPort }}"
|
||||||
|
readiness:
|
||||||
|
type: tcp
|
||||||
|
port: "{{ .Values.service.main.ports.main.targetPort }}"
|
||||||
|
startup:
|
||||||
|
type: tcp
|
||||||
|
port: "{{ .Values.service.main.ports.main.targetPort }}"
|
Loading…
Reference in New Issue