From ee339348de4269c179f4eea909bb5e5bbf9c774e Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 19 Nov 2022 19:36:13 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/storj-node/4.0.3/app-changelog.md | 9 --------- stable/storj-node/{4.0.3 => 4.0.4}/CHANGELOG.md | 0 stable/storj-node/{4.0.3 => 4.0.4}/Chart.yaml | 4 ++-- stable/storj-node/{4.0.3 => 4.0.4}/README.md | 0 stable/storj-node/{4.0.3 => 4.0.4}/SKIPINSTALL | 0 stable/storj-node/4.0.4/app-changelog.md | 9 +++++++++ stable/storj-node/{4.0.3 => 4.0.4}/app-readme.md | 0 .../{4.0.3 => 4.0.4}/charts/common-11.0.3.tgz | Bin stable/storj-node/{4.0.3 => 4.0.4}/ix_values.yaml | 2 +- stable/storj-node/{4.0.3 => 4.0.4}/questions.yaml | 0 .../{4.0.3 => 4.0.4}/templates/common.yaml | 0 stable/storj-node/{4.0.3 => 4.0.4}/values.yaml | 0 12 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 stable/storj-node/4.0.3/app-changelog.md rename stable/storj-node/{4.0.3 => 4.0.4}/CHANGELOG.md (100%) rename stable/storj-node/{4.0.3 => 4.0.4}/Chart.yaml (96%) rename stable/storj-node/{4.0.3 => 4.0.4}/README.md (100%) rename stable/storj-node/{4.0.3 => 4.0.4}/SKIPINSTALL (100%) create mode 100644 stable/storj-node/4.0.4/app-changelog.md rename stable/storj-node/{4.0.3 => 4.0.4}/app-readme.md (100%) rename stable/storj-node/{4.0.3 => 4.0.4}/charts/common-11.0.3.tgz (100%) rename stable/storj-node/{4.0.3 => 4.0.4}/ix_values.yaml (90%) rename stable/storj-node/{4.0.3 => 4.0.4}/questions.yaml (100%) rename stable/storj-node/{4.0.3 => 4.0.4}/templates/common.yaml (100%) rename stable/storj-node/{4.0.3 => 4.0.4}/values.yaml (100%) diff --git a/stable/storj-node/4.0.3/app-changelog.md b/stable/storj-node/4.0.3/app-changelog.md deleted file mode 100644 index 2d25f41fbc5..00000000000 --- a/stable/storj-node/4.0.3/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [storj-node-4.0.3](https://github.com/truecharts/charts/compare/storj-node-4.0.2...storj-node-4.0.3) (2022-11-17) - -### Chore - -- update container image tccr.io/truecharts/storj-node to v1.67.2 - - \ No newline at end of file diff --git a/stable/storj-node/4.0.3/CHANGELOG.md b/stable/storj-node/4.0.4/CHANGELOG.md similarity index 100% rename from stable/storj-node/4.0.3/CHANGELOG.md rename to stable/storj-node/4.0.4/CHANGELOG.md diff --git a/stable/storj-node/4.0.3/Chart.yaml b/stable/storj-node/4.0.4/Chart.yaml similarity index 96% rename from stable/storj-node/4.0.3/Chart.yaml rename to stable/storj-node/4.0.4/Chart.yaml index f53d6ee19f0..44261f09dc5 100644 --- a/stable/storj-node/4.0.3/Chart.yaml +++ b/stable/storj-node/4.0.4/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.67.2" +appVersion: "1.67.3" 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.3 +version: 4.0.4 annotations: truecharts.org/catagories: | - media diff --git a/stable/storj-node/4.0.3/README.md b/stable/storj-node/4.0.4/README.md similarity index 100% rename from stable/storj-node/4.0.3/README.md rename to stable/storj-node/4.0.4/README.md diff --git a/stable/storj-node/4.0.3/SKIPINSTALL b/stable/storj-node/4.0.4/SKIPINSTALL similarity index 100% rename from stable/storj-node/4.0.3/SKIPINSTALL rename to stable/storj-node/4.0.4/SKIPINSTALL diff --git a/stable/storj-node/4.0.4/app-changelog.md b/stable/storj-node/4.0.4/app-changelog.md new file mode 100644 index 00000000000..d435b7a8c5f --- /dev/null +++ b/stable/storj-node/4.0.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [storj-node-4.0.4](https://github.com/truecharts/charts/compare/storj-node-4.0.3...storj-node-4.0.4) (2022-11-19) + +### Chore + +- update container image tccr.io/truecharts/storj-node to v1.67.3 + + \ No newline at end of file diff --git a/stable/storj-node/4.0.3/app-readme.md b/stable/storj-node/4.0.4/app-readme.md similarity index 100% rename from stable/storj-node/4.0.3/app-readme.md rename to stable/storj-node/4.0.4/app-readme.md diff --git a/stable/storj-node/4.0.3/charts/common-11.0.3.tgz b/stable/storj-node/4.0.4/charts/common-11.0.3.tgz similarity index 100% rename from stable/storj-node/4.0.3/charts/common-11.0.3.tgz rename to stable/storj-node/4.0.4/charts/common-11.0.3.tgz diff --git a/stable/storj-node/4.0.3/ix_values.yaml b/stable/storj-node/4.0.4/ix_values.yaml similarity index 90% rename from stable/storj-node/4.0.3/ix_values.yaml rename to stable/storj-node/4.0.4/ix_values.yaml index 63c16c32c17..941117be267 100644 --- a/stable/storj-node/4.0.3/ix_values.yaml +++ b/stable/storj-node/4.0.4/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/storj-node - tag: 1.67.2@sha256:b7a02cf8bdd39c5c7cad83e32894d98d00726905a70b1b88f5d0b3edec94e548 + tag: 1.67.3@sha256:66c2dacbb742943d7beb383f87de0cc83c1fe980ecbec84de28b7d342eb777b2 pullPolicy: IfNotPresent securityContext: diff --git a/stable/storj-node/4.0.3/questions.yaml b/stable/storj-node/4.0.4/questions.yaml similarity index 100% rename from stable/storj-node/4.0.3/questions.yaml rename to stable/storj-node/4.0.4/questions.yaml diff --git a/stable/storj-node/4.0.3/templates/common.yaml b/stable/storj-node/4.0.4/templates/common.yaml similarity index 100% rename from stable/storj-node/4.0.3/templates/common.yaml rename to stable/storj-node/4.0.4/templates/common.yaml diff --git a/stable/storj-node/4.0.3/values.yaml b/stable/storj-node/4.0.4/values.yaml similarity index 100% rename from stable/storj-node/4.0.3/values.yaml rename to stable/storj-node/4.0.4/values.yaml