diff --git a/stable/resilio-sync/9.0.7/app-changelog.md b/stable/resilio-sync/9.0.7/app-changelog.md deleted file mode 100644 index dda1b22007..0000000000 --- a/stable/resilio-sync/9.0.7/app-changelog.md +++ /dev/null @@ -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)) - - \ No newline at end of file diff --git a/stable/resilio-sync/9.0.7/CHANGELOG.md b/stable/resilio-sync/9.0.8/CHANGELOG.md similarity index 87% rename from stable/resilio-sync/9.0.7/CHANGELOG.md rename to stable/resilio-sync/9.0.8/CHANGELOG.md index de4afcc332..e5728d6601 100644 --- a/stable/resilio-sync/9.0.7/CHANGELOG.md +++ b/stable/resilio-sync/9.0.8/CHANGELOG.md @@ -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) ### Chore @@ -87,13 +97,3 @@ - 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)) - - diff --git a/stable/resilio-sync/9.0.7/Chart.yaml b/stable/resilio-sync/9.0.8/Chart.yaml similarity index 98% rename from stable/resilio-sync/9.0.7/Chart.yaml rename to stable/resilio-sync/9.0.8/Chart.yaml index 11909ed93c..9659f596f2 100644 --- a/stable/resilio-sync/9.0.7/Chart.yaml +++ b/stable/resilio-sync/9.0.8/Chart.yaml @@ -21,7 +21,7 @@ name: resilio-sync sources: - https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync -version: 9.0.7 +version: 9.0.8 annotations: truecharts.org/catagories: | - media diff --git a/stable/resilio-sync/9.0.7/README.md b/stable/resilio-sync/9.0.8/README.md similarity index 100% rename from stable/resilio-sync/9.0.7/README.md rename to stable/resilio-sync/9.0.8/README.md diff --git a/stable/resilio-sync/9.0.8/app-changelog.md b/stable/resilio-sync/9.0.8/app-changelog.md new file mode 100644 index 0000000000..af8ba51783 --- /dev/null +++ b/stable/resilio-sync/9.0.8/app-changelog.md @@ -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)) + + \ No newline at end of file diff --git a/stable/resilio-sync/9.0.7/app-readme.md b/stable/resilio-sync/9.0.8/app-readme.md similarity index 100% rename from stable/resilio-sync/9.0.7/app-readme.md rename to stable/resilio-sync/9.0.8/app-readme.md diff --git a/stable/resilio-sync/9.0.7/charts/common-12.4.21.tgz b/stable/resilio-sync/9.0.8/charts/common-12.4.21.tgz similarity index 100% rename from stable/resilio-sync/9.0.7/charts/common-12.4.21.tgz rename to stable/resilio-sync/9.0.8/charts/common-12.4.21.tgz diff --git a/stable/resilio-sync/9.0.7/ix_values.yaml b/stable/resilio-sync/9.0.8/ix_values.yaml similarity index 64% rename from stable/resilio-sync/9.0.7/ix_values.yaml rename to stable/resilio-sync/9.0.8/ix_values.yaml index 5d776b14b3..528848ea93 100644 --- a/stable/resilio-sync/9.0.7/ix_values.yaml +++ b/stable/resilio-sync/9.0.8/ix_values.yaml @@ -38,3 +38,18 @@ securityContext: readOnlyRootFilesystem: false runAsUser: 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 }}" diff --git a/stable/resilio-sync/9.0.7/questions.yaml b/stable/resilio-sync/9.0.8/questions.yaml similarity index 100% rename from stable/resilio-sync/9.0.7/questions.yaml rename to stable/resilio-sync/9.0.8/questions.yaml diff --git a/stable/resilio-sync/9.0.7/templates/NOTES.txt b/stable/resilio-sync/9.0.8/templates/NOTES.txt similarity index 100% rename from stable/resilio-sync/9.0.7/templates/NOTES.txt rename to stable/resilio-sync/9.0.8/templates/NOTES.txt diff --git a/stable/resilio-sync/9.0.7/templates/common.yaml b/stable/resilio-sync/9.0.8/templates/common.yaml similarity index 100% rename from stable/resilio-sync/9.0.7/templates/common.yaml rename to stable/resilio-sync/9.0.8/templates/common.yaml diff --git a/stable/resilio-sync/9.0.7/values.yaml b/stable/resilio-sync/9.0.8/values.yaml similarity index 100% rename from stable/resilio-sync/9.0.7/values.yaml rename to stable/resilio-sync/9.0.8/values.yaml