From 0af0e7bbfca8e96efd28c2c93c40582c57d6fbb7 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 24 Dec 2022 15:11:33 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/netbox/3.0.15/app-changelog.md | 9 --------- .../netbox/{3.0.15 => 3.0.16}/CHANGELOG.md | 18 +++++++++--------- .../netbox/{3.0.15 => 3.0.16}/Chart.yaml | 4 ++-- incubator/netbox/{3.0.15 => 3.0.16}/README.md | 0 incubator/netbox/3.0.16/app-changelog.md | 9 +++++++++ .../netbox/{3.0.15 => 3.0.16}/app-readme.md | 0 .../charts/common-11.0.9.tgz | Bin .../charts/postgresql-11.0.13.tgz | Bin .../charts/redis-5.0.17.tgz | Bin .../netbox/{3.0.15 => 3.0.16}/ix_values.yaml | 2 +- .../netbox/{3.0.15 => 3.0.16}/questions.yaml | 0 .../templates/_housekeeper.tpl | 0 .../{3.0.15 => 3.0.16}/templates/_secret.tpl | 0 .../{3.0.15 => 3.0.16}/templates/_worker.tpl | 0 .../{3.0.15 => 3.0.16}/templates/common.yaml | 0 .../templates/prometheusrules.yaml | 0 .../templates/servicemonitor.yaml | 0 .../netbox/{3.0.15 => 3.0.16}/values.yaml | 0 18 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 incubator/netbox/3.0.15/app-changelog.md rename incubator/netbox/{3.0.15 => 3.0.16}/CHANGELOG.md (89%) rename incubator/netbox/{3.0.15 => 3.0.16}/Chart.yaml (96%) rename incubator/netbox/{3.0.15 => 3.0.16}/README.md (100%) create mode 100644 incubator/netbox/3.0.16/app-changelog.md rename incubator/netbox/{3.0.15 => 3.0.16}/app-readme.md (100%) rename incubator/netbox/{3.0.15 => 3.0.16}/charts/common-11.0.9.tgz (100%) rename incubator/netbox/{3.0.15 => 3.0.16}/charts/postgresql-11.0.13.tgz (100%) rename incubator/netbox/{3.0.15 => 3.0.16}/charts/redis-5.0.17.tgz (100%) rename incubator/netbox/{3.0.15 => 3.0.16}/ix_values.yaml (99%) rename incubator/netbox/{3.0.15 => 3.0.16}/questions.yaml (100%) rename incubator/netbox/{3.0.15 => 3.0.16}/templates/_housekeeper.tpl (100%) rename incubator/netbox/{3.0.15 => 3.0.16}/templates/_secret.tpl (100%) rename incubator/netbox/{3.0.15 => 3.0.16}/templates/_worker.tpl (100%) rename incubator/netbox/{3.0.15 => 3.0.16}/templates/common.yaml (100%) rename incubator/netbox/{3.0.15 => 3.0.16}/templates/prometheusrules.yaml (100%) rename incubator/netbox/{3.0.15 => 3.0.16}/templates/servicemonitor.yaml (100%) rename incubator/netbox/{3.0.15 => 3.0.16}/values.yaml (100%) diff --git a/incubator/netbox/3.0.15/app-changelog.md b/incubator/netbox/3.0.15/app-changelog.md deleted file mode 100644 index 4e34751ad8..0000000000 --- a/incubator/netbox/3.0.15/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [netbox-3.0.15](https://github.com/truecharts/charts/compare/netbox-3.0.14...netbox-3.0.15) (2022-12-19) - -### Chore - -- update helm general non-major - - \ No newline at end of file diff --git a/incubator/netbox/3.0.15/CHANGELOG.md b/incubator/netbox/3.0.16/CHANGELOG.md similarity index 89% rename from incubator/netbox/3.0.15/CHANGELOG.md rename to incubator/netbox/3.0.16/CHANGELOG.md index bf716dad0c..b7b8e24e8a 100644 --- a/incubator/netbox/3.0.15/CHANGELOG.md +++ b/incubator/netbox/3.0.16/CHANGELOG.md @@ -4,6 +4,15 @@ +## [netbox-3.0.16](https://github.com/truecharts/charts/compare/netbox-3.0.15...netbox-3.0.16) (2022-12-24) + +### Chore + +- update container image tccr.io/truecharts/netbox to v3.4.1 + + + + ## [netbox-3.0.15](https://github.com/truecharts/charts/compare/netbox-3.0.14...netbox-3.0.15) (2022-12-19) ### Chore @@ -88,12 +97,3 @@ - -## [netbox-3.0.8](https://github.com/truecharts/charts/compare/netbox-3.0.6...netbox-3.0.8) (2022-11-30) - - - - -## [netbox-3.0.8](https://github.com/truecharts/charts/compare/netbox-3.0.6...netbox-3.0.8) (2022-11-30) - - diff --git a/incubator/netbox/3.0.15/Chart.yaml b/incubator/netbox/3.0.16/Chart.yaml similarity index 96% rename from incubator/netbox/3.0.15/Chart.yaml rename to incubator/netbox/3.0.16/Chart.yaml index f9697e6eb1..b886bcf315 100644 --- a/incubator/netbox/3.0.15/Chart.yaml +++ b/incubator/netbox/3.0.16/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "3.3.6" +appVersion: "3.4.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -27,7 +27,7 @@ name: netbox sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/netbox - https://github.com/netbox-community/netbox-docker -version: 3.0.15 +version: 3.0.16 annotations: truecharts.org/catagories: | - network diff --git a/incubator/netbox/3.0.15/README.md b/incubator/netbox/3.0.16/README.md similarity index 100% rename from incubator/netbox/3.0.15/README.md rename to incubator/netbox/3.0.16/README.md diff --git a/incubator/netbox/3.0.16/app-changelog.md b/incubator/netbox/3.0.16/app-changelog.md new file mode 100644 index 0000000000..c8f64584ca --- /dev/null +++ b/incubator/netbox/3.0.16/app-changelog.md @@ -0,0 +1,9 @@ + + +## [netbox-3.0.16](https://github.com/truecharts/charts/compare/netbox-3.0.15...netbox-3.0.16) (2022-12-24) + +### Chore + +- update container image tccr.io/truecharts/netbox to v3.4.1 + + \ No newline at end of file diff --git a/incubator/netbox/3.0.15/app-readme.md b/incubator/netbox/3.0.16/app-readme.md similarity index 100% rename from incubator/netbox/3.0.15/app-readme.md rename to incubator/netbox/3.0.16/app-readme.md diff --git a/incubator/netbox/3.0.15/charts/common-11.0.9.tgz b/incubator/netbox/3.0.16/charts/common-11.0.9.tgz similarity index 100% rename from incubator/netbox/3.0.15/charts/common-11.0.9.tgz rename to incubator/netbox/3.0.16/charts/common-11.0.9.tgz diff --git a/incubator/netbox/3.0.15/charts/postgresql-11.0.13.tgz b/incubator/netbox/3.0.16/charts/postgresql-11.0.13.tgz similarity index 100% rename from incubator/netbox/3.0.15/charts/postgresql-11.0.13.tgz rename to incubator/netbox/3.0.16/charts/postgresql-11.0.13.tgz diff --git a/incubator/netbox/3.0.15/charts/redis-5.0.17.tgz b/incubator/netbox/3.0.16/charts/redis-5.0.17.tgz similarity index 100% rename from incubator/netbox/3.0.15/charts/redis-5.0.17.tgz rename to incubator/netbox/3.0.16/charts/redis-5.0.17.tgz diff --git a/incubator/netbox/3.0.15/ix_values.yaml b/incubator/netbox/3.0.16/ix_values.yaml similarity index 99% rename from incubator/netbox/3.0.15/ix_values.yaml rename to incubator/netbox/3.0.16/ix_values.yaml index e0c97f796f..1646ee6bfb 100644 --- a/incubator/netbox/3.0.15/ix_values.yaml +++ b/incubator/netbox/3.0.16/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/netbox - tag: 3.3.6@sha256:4084b61c588dd2f15d117f30017a5c15fd03c3de38ed49e3241c48bce54048d7 + tag: 3.4.1@sha256:5ee5fbde125e060119ba08364f048a4d65f5f407c63383b29420d38bdeebd22a pullPolicy: IfNotPresent securityContext: diff --git a/incubator/netbox/3.0.15/questions.yaml b/incubator/netbox/3.0.16/questions.yaml similarity index 100% rename from incubator/netbox/3.0.15/questions.yaml rename to incubator/netbox/3.0.16/questions.yaml diff --git a/incubator/netbox/3.0.15/templates/_housekeeper.tpl b/incubator/netbox/3.0.16/templates/_housekeeper.tpl similarity index 100% rename from incubator/netbox/3.0.15/templates/_housekeeper.tpl rename to incubator/netbox/3.0.16/templates/_housekeeper.tpl diff --git a/incubator/netbox/3.0.15/templates/_secret.tpl b/incubator/netbox/3.0.16/templates/_secret.tpl similarity index 100% rename from incubator/netbox/3.0.15/templates/_secret.tpl rename to incubator/netbox/3.0.16/templates/_secret.tpl diff --git a/incubator/netbox/3.0.15/templates/_worker.tpl b/incubator/netbox/3.0.16/templates/_worker.tpl similarity index 100% rename from incubator/netbox/3.0.15/templates/_worker.tpl rename to incubator/netbox/3.0.16/templates/_worker.tpl diff --git a/incubator/netbox/3.0.15/templates/common.yaml b/incubator/netbox/3.0.16/templates/common.yaml similarity index 100% rename from incubator/netbox/3.0.15/templates/common.yaml rename to incubator/netbox/3.0.16/templates/common.yaml diff --git a/incubator/netbox/3.0.15/templates/prometheusrules.yaml b/incubator/netbox/3.0.16/templates/prometheusrules.yaml similarity index 100% rename from incubator/netbox/3.0.15/templates/prometheusrules.yaml rename to incubator/netbox/3.0.16/templates/prometheusrules.yaml diff --git a/incubator/netbox/3.0.15/templates/servicemonitor.yaml b/incubator/netbox/3.0.16/templates/servicemonitor.yaml similarity index 100% rename from incubator/netbox/3.0.15/templates/servicemonitor.yaml rename to incubator/netbox/3.0.16/templates/servicemonitor.yaml diff --git a/incubator/netbox/3.0.15/values.yaml b/incubator/netbox/3.0.16/values.yaml similarity index 100% rename from incubator/netbox/3.0.15/values.yaml rename to incubator/netbox/3.0.16/values.yaml