diff --git a/stable/unpoller/6.0.4/app-changelog.md b/stable/unpoller/6.0.4/app-changelog.md deleted file mode 100644 index b2090e62e6..0000000000 --- a/stable/unpoller/6.0.4/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [unpoller-6.0.4](https://github.com/truecharts/charts/compare/unpoller-6.0.3...unpoller-6.0.4) (2023-04-16) - -### Chore - -- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071)) - - \ No newline at end of file diff --git a/stable/unpoller/6.0.4/CHANGELOG.md b/stable/unpoller/6.0.5/CHANGELOG.md similarity index 90% rename from stable/unpoller/6.0.4/CHANGELOG.md rename to stable/unpoller/6.0.5/CHANGELOG.md index 1bf2649d5d..4aa0909501 100644 --- a/stable/unpoller/6.0.4/CHANGELOG.md +++ b/stable/unpoller/6.0.5/CHANGELOG.md @@ -4,6 +4,15 @@ +## [unpoller-6.0.5](https://github.com/truecharts/charts/compare/unpoller-6.0.4...unpoller-6.0.5) (2023-04-17) + +### Fix + +- do not use /metrics for probes ([#8078](https://github.com/truecharts/charts/issues/8078)) + + + + ## [unpoller-6.0.4](https://github.com/truecharts/charts/compare/unpoller-6.0.3...unpoller-6.0.4) (2023-04-16) ### Chore @@ -88,12 +97,3 @@ ## [unpoller-5.0.4](https://github.com/truecharts/charts/compare/unpoller-5.0.3...unpoller-5.0.4) (2022-12-19) -### Chore - -- update helm general non-major - - - - -## [unpoller-5.0.3](https://github.com/truecharts/charts/compare/unpoller-5.0.2...unpoller-5.0.3) (2022-12-13) - diff --git a/stable/unpoller/6.0.4/Chart.yaml b/stable/unpoller/6.0.5/Chart.yaml similarity index 98% rename from stable/unpoller/6.0.4/Chart.yaml rename to stable/unpoller/6.0.5/Chart.yaml index e4a3097cfb..690e63c32d 100644 --- a/stable/unpoller/6.0.4/Chart.yaml +++ b/stable/unpoller/6.0.5/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/unpoller - https://github.com/unifi-poller/unifi-poller type: application -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - metrics diff --git a/stable/unpoller/6.0.4/README.md b/stable/unpoller/6.0.5/README.md similarity index 100% rename from stable/unpoller/6.0.4/README.md rename to stable/unpoller/6.0.5/README.md diff --git a/stable/unpoller/6.0.5/app-changelog.md b/stable/unpoller/6.0.5/app-changelog.md new file mode 100644 index 0000000000..5e382ae077 --- /dev/null +++ b/stable/unpoller/6.0.5/app-changelog.md @@ -0,0 +1,9 @@ + + +## [unpoller-6.0.5](https://github.com/truecharts/charts/compare/unpoller-6.0.4...unpoller-6.0.5) (2023-04-17) + +### Fix + +- do not use /metrics for probes ([#8078](https://github.com/truecharts/charts/issues/8078)) + + \ No newline at end of file diff --git a/stable/unpoller/6.0.4/app-readme.md b/stable/unpoller/6.0.5/app-readme.md similarity index 100% rename from stable/unpoller/6.0.4/app-readme.md rename to stable/unpoller/6.0.5/app-readme.md diff --git a/stable/unpoller/6.0.4/charts/common-12.4.20.tgz b/stable/unpoller/6.0.5/charts/common-12.4.20.tgz similarity index 100% rename from stable/unpoller/6.0.4/charts/common-12.4.20.tgz rename to stable/unpoller/6.0.5/charts/common-12.4.20.tgz diff --git a/stable/unpoller/6.0.4/ix_values.yaml b/stable/unpoller/6.0.5/ix_values.yaml similarity index 90% rename from stable/unpoller/6.0.4/ix_values.yaml rename to stable/unpoller/6.0.5/ix_values.yaml index 8fcdec4362..61837ffdbd 100644 --- a/stable/unpoller/6.0.4/ix_values.yaml +++ b/stable/unpoller/6.0.5/ix_values.yaml @@ -28,11 +28,11 @@ workload: main: probes: liveness: - path: /metrics + path: / readiness: - path: /metrics + path: / startup: - path: /metrics + path: / env: # UP_UNIFI_DEFAULT_URL: "https://127.0.0.1:8443" # UP_UNIFI_DEFAULT_USER: "unifipoller" diff --git a/stable/unpoller/6.0.4/questions.yaml b/stable/unpoller/6.0.5/questions.yaml similarity index 100% rename from stable/unpoller/6.0.4/questions.yaml rename to stable/unpoller/6.0.5/questions.yaml diff --git a/stable/unpoller/6.0.4/templates/NOTES.txt b/stable/unpoller/6.0.5/templates/NOTES.txt similarity index 100% rename from stable/unpoller/6.0.4/templates/NOTES.txt rename to stable/unpoller/6.0.5/templates/NOTES.txt diff --git a/stable/unpoller/6.0.4/templates/common.yaml b/stable/unpoller/6.0.5/templates/common.yaml similarity index 100% rename from stable/unpoller/6.0.4/templates/common.yaml rename to stable/unpoller/6.0.5/templates/common.yaml diff --git a/stable/unpoller/6.0.4/values.yaml b/stable/unpoller/6.0.5/values.yaml similarity index 100% rename from stable/unpoller/6.0.4/values.yaml rename to stable/unpoller/6.0.5/values.yaml