From 81342bf4c7c1fdc2fee0b886c732d85612ab68ca Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 19 Dec 2022 18:53:41 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../storj-node/{4.0.9 => 4.0.10}/CHANGELOG.md | 18 +++++++++--------- .../storj-node/{4.0.9 => 4.0.10}/Chart.yaml | 4 ++-- stable/storj-node/{4.0.9 => 4.0.10}/README.md | 0 .../storj-node/{4.0.9 => 4.0.10}/SKIPINSTALL | 0 stable/storj-node/4.0.10/app-changelog.md | 9 +++++++++ .../{4.0.9 => 4.0.10}/app-readme.md | 0 .../charts/common-11.0.7.tgz | Bin .../{4.0.9 => 4.0.10}/ix_values.yaml | 2 +- .../{4.0.9 => 4.0.10}/questions.yaml | 0 .../{4.0.9 => 4.0.10}/templates/common.yaml | 0 .../storj-node/{4.0.9 => 4.0.10}/values.yaml | 0 stable/storj-node/4.0.9/app-changelog.md | 9 --------- 12 files changed, 21 insertions(+), 21 deletions(-) rename stable/storj-node/{4.0.9 => 4.0.10}/CHANGELOG.md (89%) rename stable/storj-node/{4.0.9 => 4.0.10}/Chart.yaml (96%) rename stable/storj-node/{4.0.9 => 4.0.10}/README.md (100%) rename stable/storj-node/{4.0.9 => 4.0.10}/SKIPINSTALL (100%) create mode 100644 stable/storj-node/4.0.10/app-changelog.md rename stable/storj-node/{4.0.9 => 4.0.10}/app-readme.md (100%) rename stable/storj-node/{4.0.9 => 4.0.10}/charts/common-11.0.7.tgz (100%) rename stable/storj-node/{4.0.9 => 4.0.10}/ix_values.yaml (90%) rename stable/storj-node/{4.0.9 => 4.0.10}/questions.yaml (100%) rename stable/storj-node/{4.0.9 => 4.0.10}/templates/common.yaml (100%) rename stable/storj-node/{4.0.9 => 4.0.10}/values.yaml (100%) delete mode 100644 stable/storj-node/4.0.9/app-changelog.md diff --git a/stable/storj-node/4.0.9/CHANGELOG.md b/stable/storj-node/4.0.10/CHANGELOG.md similarity index 89% rename from stable/storj-node/4.0.9/CHANGELOG.md rename to stable/storj-node/4.0.10/CHANGELOG.md index c7c3f6b860..22d397731b 100644 --- a/stable/storj-node/4.0.9/CHANGELOG.md +++ b/stable/storj-node/4.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [storj-node-4.0.10](https://github.com/truecharts/charts/compare/storj-node-4.0.9...storj-node-4.0.10) (2022-12-19) + +### Chore + +- update container image tccr.io/truecharts/storj-node to v1.69.2 + + + + ## [storj-node-4.0.9](https://github.com/truecharts/charts/compare/storj-node-4.0.8...storj-node-4.0.9) (2022-12-13) ### Chore @@ -88,12 +97,3 @@ -## [storj-node-4.0.7](https://github.com/truecharts/charts/compare/storj-node-4.0.6...storj-node-4.0.7) (2022-12-01) - - - - -## [storj-node-4.0.7](https://github.com/truecharts/charts/compare/storj-node-4.0.6...storj-node-4.0.7) (2022-12-01) - - - diff --git a/stable/storj-node/4.0.9/Chart.yaml b/stable/storj-node/4.0.10/Chart.yaml similarity index 96% rename from stable/storj-node/4.0.9/Chart.yaml rename to stable/storj-node/4.0.10/Chart.yaml index 9aa24f8c49..41527b1809 100644 --- a/stable/storj-node/4.0.9/Chart.yaml +++ b/stable/storj-node/4.0.10/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.69.1" +appVersion: "1.69.2" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/storj/storj - https://docs.storj.io/node/ - https://hub.docker.com/r/storjlabs/storagenode -version: 4.0.9 +version: 4.0.10 annotations: truecharts.org/catagories: | - media diff --git a/stable/storj-node/4.0.9/README.md b/stable/storj-node/4.0.10/README.md similarity index 100% rename from stable/storj-node/4.0.9/README.md rename to stable/storj-node/4.0.10/README.md diff --git a/stable/storj-node/4.0.9/SKIPINSTALL b/stable/storj-node/4.0.10/SKIPINSTALL similarity index 100% rename from stable/storj-node/4.0.9/SKIPINSTALL rename to stable/storj-node/4.0.10/SKIPINSTALL diff --git a/stable/storj-node/4.0.10/app-changelog.md b/stable/storj-node/4.0.10/app-changelog.md new file mode 100644 index 0000000000..798e20c82e --- /dev/null +++ b/stable/storj-node/4.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [storj-node-4.0.10](https://github.com/truecharts/charts/compare/storj-node-4.0.9...storj-node-4.0.10) (2022-12-19) + +### Chore + +- update container image tccr.io/truecharts/storj-node to v1.69.2 + + \ No newline at end of file diff --git a/stable/storj-node/4.0.9/app-readme.md b/stable/storj-node/4.0.10/app-readme.md similarity index 100% rename from stable/storj-node/4.0.9/app-readme.md rename to stable/storj-node/4.0.10/app-readme.md diff --git a/stable/storj-node/4.0.9/charts/common-11.0.7.tgz b/stable/storj-node/4.0.10/charts/common-11.0.7.tgz similarity index 100% rename from stable/storj-node/4.0.9/charts/common-11.0.7.tgz rename to stable/storj-node/4.0.10/charts/common-11.0.7.tgz diff --git a/stable/storj-node/4.0.9/ix_values.yaml b/stable/storj-node/4.0.10/ix_values.yaml similarity index 90% rename from stable/storj-node/4.0.9/ix_values.yaml rename to stable/storj-node/4.0.10/ix_values.yaml index 42f20193ac..4f3ee0159e 100644 --- a/stable/storj-node/4.0.9/ix_values.yaml +++ b/stable/storj-node/4.0.10/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/storj-node - tag: 1.69.1@sha256:19c29a52a777278948c4e774ebf98a8aa83af3d11ddc3789c05530786593dbe1 + tag: 1.69.2@sha256:32f525ccaead5d009f23b40e077146377dd2fa22b3cf0802ce630b6c84352ff0 pullPolicy: IfNotPresent securityContext: diff --git a/stable/storj-node/4.0.9/questions.yaml b/stable/storj-node/4.0.10/questions.yaml similarity index 100% rename from stable/storj-node/4.0.9/questions.yaml rename to stable/storj-node/4.0.10/questions.yaml diff --git a/stable/storj-node/4.0.9/templates/common.yaml b/stable/storj-node/4.0.10/templates/common.yaml similarity index 100% rename from stable/storj-node/4.0.9/templates/common.yaml rename to stable/storj-node/4.0.10/templates/common.yaml diff --git a/stable/storj-node/4.0.9/values.yaml b/stable/storj-node/4.0.10/values.yaml similarity index 100% rename from stable/storj-node/4.0.9/values.yaml rename to stable/storj-node/4.0.10/values.yaml diff --git a/stable/storj-node/4.0.9/app-changelog.md b/stable/storj-node/4.0.9/app-changelog.md deleted file mode 100644 index d92b4fcb40..0000000000 --- a/stable/storj-node/4.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [storj-node-4.0.9](https://github.com/truecharts/charts/compare/storj-node-4.0.8...storj-node-4.0.9) (2022-12-13) - -### Chore - -- update helm general non-major - - \ No newline at end of file