From 3ebdbcfb5547e94073171c153ded09786529b3cf Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 23 Feb 2023 09:13:13 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/netbox/3.0.35/app-changelog.md | 9 --------- .../netbox/{3.0.35 => 3.0.36}/CHANGELOG.md | 18 +++++++++--------- .../netbox/{3.0.35 => 3.0.36}/Chart.yaml | 2 +- incubator/netbox/{3.0.35 => 3.0.36}/README.md | 0 incubator/netbox/3.0.36/app-changelog.md | 9 +++++++++ .../netbox/{3.0.35 => 3.0.36}/app-readme.md | 0 .../charts/common-11.1.2.tgz | Bin .../charts/postgresql-11.0.29.tgz | Bin .../charts/redis-5.0.32.tgz | Bin .../netbox/{3.0.35 => 3.0.36}/ix_values.yaml | 2 +- .../netbox/{3.0.35 => 3.0.36}/questions.yaml | 0 .../templates/_housekeeper.tpl | 0 .../{3.0.35 => 3.0.36}/templates/_secret.tpl | 0 .../{3.0.35 => 3.0.36}/templates/_worker.tpl | 0 .../{3.0.35 => 3.0.36}/templates/common.yaml | 0 .../templates/prometheusrules.yaml | 0 .../templates/servicemonitor.yaml | 0 .../netbox/{3.0.35 => 3.0.36}/values.yaml | 0 18 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 incubator/netbox/3.0.35/app-changelog.md rename incubator/netbox/{3.0.35 => 3.0.36}/CHANGELOG.md (90%) rename incubator/netbox/{3.0.35 => 3.0.36}/Chart.yaml (98%) rename incubator/netbox/{3.0.35 => 3.0.36}/README.md (100%) create mode 100644 incubator/netbox/3.0.36/app-changelog.md rename incubator/netbox/{3.0.35 => 3.0.36}/app-readme.md (100%) rename incubator/netbox/{3.0.35 => 3.0.36}/charts/common-11.1.2.tgz (100%) rename incubator/netbox/{3.0.35 => 3.0.36}/charts/postgresql-11.0.29.tgz (100%) rename incubator/netbox/{3.0.35 => 3.0.36}/charts/redis-5.0.32.tgz (100%) rename incubator/netbox/{3.0.35 => 3.0.36}/ix_values.yaml (99%) rename incubator/netbox/{3.0.35 => 3.0.36}/questions.yaml (100%) rename incubator/netbox/{3.0.35 => 3.0.36}/templates/_housekeeper.tpl (100%) rename incubator/netbox/{3.0.35 => 3.0.36}/templates/_secret.tpl (100%) rename incubator/netbox/{3.0.35 => 3.0.36}/templates/_worker.tpl (100%) rename incubator/netbox/{3.0.35 => 3.0.36}/templates/common.yaml (100%) rename incubator/netbox/{3.0.35 => 3.0.36}/templates/prometheusrules.yaml (100%) rename incubator/netbox/{3.0.35 => 3.0.36}/templates/servicemonitor.yaml (100%) rename incubator/netbox/{3.0.35 => 3.0.36}/values.yaml (100%) diff --git a/incubator/netbox/3.0.35/app-changelog.md b/incubator/netbox/3.0.35/app-changelog.md deleted file mode 100644 index 4e1a1c7c02..0000000000 --- a/incubator/netbox/3.0.35/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [netbox-3.0.35](https://github.com/truecharts/charts/compare/netbox-3.0.34...netbox-3.0.35) (2023-02-22) - -### Chore - -- update container image tccr.io/truecharts/netbox to v3.4.5 - - \ No newline at end of file diff --git a/incubator/netbox/3.0.35/CHANGELOG.md b/incubator/netbox/3.0.36/CHANGELOG.md similarity index 90% rename from incubator/netbox/3.0.35/CHANGELOG.md rename to incubator/netbox/3.0.36/CHANGELOG.md index b6343b78fd..cfc342032a 100644 --- a/incubator/netbox/3.0.35/CHANGELOG.md +++ b/incubator/netbox/3.0.36/CHANGELOG.md @@ -4,6 +4,15 @@ +## [netbox-3.0.36](https://github.com/truecharts/charts/compare/netbox-3.0.35...netbox-3.0.36) (2023-02-23) + +### Chore + +- update container image tccr.io/truecharts/netbox to 3.4.5 + + + + ## [netbox-3.0.35](https://github.com/truecharts/charts/compare/netbox-3.0.34...netbox-3.0.35) (2023-02-22) ### Chore @@ -88,12 +97,3 @@ ## [netbox-3.0.26](https://github.com/truecharts/charts/compare/netbox-3.0.25...netbox-3.0.26) (2023-01-24) ### Chore - -- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689)) - - - - -## [netbox-3.0.25](https://github.com/truecharts/charts/compare/netbox-3.0.24...netbox-3.0.25) (2023-01-23) - -### Chore diff --git a/incubator/netbox/3.0.35/Chart.yaml b/incubator/netbox/3.0.36/Chart.yaml similarity index 98% rename from incubator/netbox/3.0.35/Chart.yaml rename to incubator/netbox/3.0.36/Chart.yaml index 7bce498565..391ba4ec85 100644 --- a/incubator/netbox/3.0.35/Chart.yaml +++ b/incubator/netbox/3.0.36/Chart.yaml @@ -28,7 +28,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/netbox - https://hub.docker.com/r/netboxcommunity/netbox - https://github.com/netbox-community/netbox-docker -version: 3.0.35 +version: 3.0.36 annotations: truecharts.org/catagories: | - network diff --git a/incubator/netbox/3.0.35/README.md b/incubator/netbox/3.0.36/README.md similarity index 100% rename from incubator/netbox/3.0.35/README.md rename to incubator/netbox/3.0.36/README.md diff --git a/incubator/netbox/3.0.36/app-changelog.md b/incubator/netbox/3.0.36/app-changelog.md new file mode 100644 index 0000000000..b73279952b --- /dev/null +++ b/incubator/netbox/3.0.36/app-changelog.md @@ -0,0 +1,9 @@ + + +## [netbox-3.0.36](https://github.com/truecharts/charts/compare/netbox-3.0.35...netbox-3.0.36) (2023-02-23) + +### Chore + +- update container image tccr.io/truecharts/netbox to 3.4.5 + + \ No newline at end of file diff --git a/incubator/netbox/3.0.35/app-readme.md b/incubator/netbox/3.0.36/app-readme.md similarity index 100% rename from incubator/netbox/3.0.35/app-readme.md rename to incubator/netbox/3.0.36/app-readme.md diff --git a/incubator/netbox/3.0.35/charts/common-11.1.2.tgz b/incubator/netbox/3.0.36/charts/common-11.1.2.tgz similarity index 100% rename from incubator/netbox/3.0.35/charts/common-11.1.2.tgz rename to incubator/netbox/3.0.36/charts/common-11.1.2.tgz diff --git a/incubator/netbox/3.0.35/charts/postgresql-11.0.29.tgz b/incubator/netbox/3.0.36/charts/postgresql-11.0.29.tgz similarity index 100% rename from incubator/netbox/3.0.35/charts/postgresql-11.0.29.tgz rename to incubator/netbox/3.0.36/charts/postgresql-11.0.29.tgz diff --git a/incubator/netbox/3.0.35/charts/redis-5.0.32.tgz b/incubator/netbox/3.0.36/charts/redis-5.0.32.tgz similarity index 100% rename from incubator/netbox/3.0.35/charts/redis-5.0.32.tgz rename to incubator/netbox/3.0.36/charts/redis-5.0.32.tgz diff --git a/incubator/netbox/3.0.35/ix_values.yaml b/incubator/netbox/3.0.36/ix_values.yaml similarity index 99% rename from incubator/netbox/3.0.35/ix_values.yaml rename to incubator/netbox/3.0.36/ix_values.yaml index 44e8ec5f20..589f286956 100644 --- a/incubator/netbox/3.0.35/ix_values.yaml +++ b/incubator/netbox/3.0.36/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/netbox - tag: 3.4.5@sha256:745ddd94b15363b04f608f150ed2aefe9604738de14f5e083d964b8d52383de0 + tag: 3.4.5@sha256:ab51537c6592531ae71e53e5f8fca0f3da54d1269330ea60a5b51a4bef176135 pullPolicy: IfNotPresent securityContext: diff --git a/incubator/netbox/3.0.35/questions.yaml b/incubator/netbox/3.0.36/questions.yaml similarity index 100% rename from incubator/netbox/3.0.35/questions.yaml rename to incubator/netbox/3.0.36/questions.yaml diff --git a/incubator/netbox/3.0.35/templates/_housekeeper.tpl b/incubator/netbox/3.0.36/templates/_housekeeper.tpl similarity index 100% rename from incubator/netbox/3.0.35/templates/_housekeeper.tpl rename to incubator/netbox/3.0.36/templates/_housekeeper.tpl diff --git a/incubator/netbox/3.0.35/templates/_secret.tpl b/incubator/netbox/3.0.36/templates/_secret.tpl similarity index 100% rename from incubator/netbox/3.0.35/templates/_secret.tpl rename to incubator/netbox/3.0.36/templates/_secret.tpl diff --git a/incubator/netbox/3.0.35/templates/_worker.tpl b/incubator/netbox/3.0.36/templates/_worker.tpl similarity index 100% rename from incubator/netbox/3.0.35/templates/_worker.tpl rename to incubator/netbox/3.0.36/templates/_worker.tpl diff --git a/incubator/netbox/3.0.35/templates/common.yaml b/incubator/netbox/3.0.36/templates/common.yaml similarity index 100% rename from incubator/netbox/3.0.35/templates/common.yaml rename to incubator/netbox/3.0.36/templates/common.yaml diff --git a/incubator/netbox/3.0.35/templates/prometheusrules.yaml b/incubator/netbox/3.0.36/templates/prometheusrules.yaml similarity index 100% rename from incubator/netbox/3.0.35/templates/prometheusrules.yaml rename to incubator/netbox/3.0.36/templates/prometheusrules.yaml diff --git a/incubator/netbox/3.0.35/templates/servicemonitor.yaml b/incubator/netbox/3.0.36/templates/servicemonitor.yaml similarity index 100% rename from incubator/netbox/3.0.35/templates/servicemonitor.yaml rename to incubator/netbox/3.0.36/templates/servicemonitor.yaml diff --git a/incubator/netbox/3.0.35/values.yaml b/incubator/netbox/3.0.36/values.yaml similarity index 100% rename from incubator/netbox/3.0.35/values.yaml rename to incubator/netbox/3.0.36/values.yaml