From c7ddf68ffa306109f43e3c32ec89b0b4c2788136 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Tue, 20 Dec 2022 12:35:22 +0200 Subject: [PATCH] storj-update-stable --- charts/storj/{1.0.4 => 1.0.5}/Chart.lock | 0 charts/storj/{1.0.4 => 1.0.5}/Chart.yaml | 4 ++-- charts/storj/{1.0.4 => 1.0.5}/README.md | 0 charts/storj/{1.0.4 => 1.0.5}/app-readme.md | 0 .../{1.0.4 => 1.0.5}/charts/common-2207.0.0.tgz | Bin .../1.0.4 => charts/storj/1.0.5}/ix_values.yaml | 2 +- charts/storj/{1.0.4 => 1.0.5}/questions.yaml | 0 .../storj/{1.0.4 => 1.0.5}/templates/_helpers.tpl | 0 .../{1.0.4 => 1.0.5}/templates/deployment.yaml | 0 .../{1.0.4 => 1.0.5}/templates/initial_scripts.yaml | 0 .../{1.0.4 => 1.0.5}/templates/pre-install-job.yaml | 0 .../storj/{1.0.4 => 1.0.5}/templates/service.yaml | 0 .../{1.0.4 => 1.0.5}/templates/storj-secrets.yaml | 0 .../1.0.4 => charts/storj/1.0.5}/test_values.yaml | 2 +- test/storj/{1.0.4 => 1.0.5}/Chart.lock | 0 test/storj/{1.0.4 => 1.0.5}/Chart.yaml | 4 ++-- test/storj/{1.0.4 => 1.0.5}/README.md | 0 test/storj/{1.0.4 => 1.0.5}/app-readme.md | 0 .../{1.0.4 => 1.0.5}/charts/common-2207.0.0.tgz | Bin .../storj/1.0.4 => test/storj/1.0.5}/ix_values.yaml | 2 +- test/storj/{1.0.4 => 1.0.5}/questions.yaml | 0 test/storj/{1.0.4 => 1.0.5}/templates/_helpers.tpl | 0 .../{1.0.4 => 1.0.5}/templates/deployment.yaml | 0 .../{1.0.4 => 1.0.5}/templates/initial_scripts.yaml | 0 .../{1.0.4 => 1.0.5}/templates/pre-install-job.yaml | 0 test/storj/{1.0.4 => 1.0.5}/templates/service.yaml | 0 .../{1.0.4 => 1.0.5}/templates/storj-secrets.yaml | 0 .../1.0.4 => test/storj/1.0.5}/test_values.yaml | 2 +- 28 files changed, 8 insertions(+), 8 deletions(-) rename charts/storj/{1.0.4 => 1.0.5}/Chart.lock (100%) rename charts/storj/{1.0.4 => 1.0.5}/Chart.yaml (91%) rename charts/storj/{1.0.4 => 1.0.5}/README.md (100%) rename charts/storj/{1.0.4 => 1.0.5}/app-readme.md (100%) rename charts/storj/{1.0.4 => 1.0.5}/charts/common-2207.0.0.tgz (100%) rename {test/storj/1.0.4 => charts/storj/1.0.5}/ix_values.yaml (80%) rename charts/storj/{1.0.4 => 1.0.5}/questions.yaml (100%) rename charts/storj/{1.0.4 => 1.0.5}/templates/_helpers.tpl (100%) rename charts/storj/{1.0.4 => 1.0.5}/templates/deployment.yaml (100%) rename charts/storj/{1.0.4 => 1.0.5}/templates/initial_scripts.yaml (100%) rename charts/storj/{1.0.4 => 1.0.5}/templates/pre-install-job.yaml (100%) rename charts/storj/{1.0.4 => 1.0.5}/templates/service.yaml (100%) rename charts/storj/{1.0.4 => 1.0.5}/templates/storj-secrets.yaml (100%) rename {test/storj/1.0.4 => charts/storj/1.0.5}/test_values.yaml (94%) rename test/storj/{1.0.4 => 1.0.5}/Chart.lock (100%) rename test/storj/{1.0.4 => 1.0.5}/Chart.yaml (91%) rename test/storj/{1.0.4 => 1.0.5}/README.md (100%) rename test/storj/{1.0.4 => 1.0.5}/app-readme.md (100%) rename test/storj/{1.0.4 => 1.0.5}/charts/common-2207.0.0.tgz (100%) rename {charts/storj/1.0.4 => test/storj/1.0.5}/ix_values.yaml (80%) rename test/storj/{1.0.4 => 1.0.5}/questions.yaml (100%) rename test/storj/{1.0.4 => 1.0.5}/templates/_helpers.tpl (100%) rename test/storj/{1.0.4 => 1.0.5}/templates/deployment.yaml (100%) rename test/storj/{1.0.4 => 1.0.5}/templates/initial_scripts.yaml (100%) rename test/storj/{1.0.4 => 1.0.5}/templates/pre-install-job.yaml (100%) rename test/storj/{1.0.4 => 1.0.5}/templates/service.yaml (100%) rename test/storj/{1.0.4 => 1.0.5}/templates/storj-secrets.yaml (100%) rename {charts/storj/1.0.4 => test/storj/1.0.5}/test_values.yaml (94%) diff --git a/charts/storj/1.0.4/Chart.lock b/charts/storj/1.0.5/Chart.lock similarity index 100% rename from charts/storj/1.0.4/Chart.lock rename to charts/storj/1.0.5/Chart.lock diff --git a/charts/storj/1.0.4/Chart.yaml b/charts/storj/1.0.5/Chart.yaml similarity index 91% rename from charts/storj/1.0.4/Chart.yaml rename to charts/storj/1.0.5/Chart.yaml index ba87195654..174c024f13 100644 --- a/charts/storj/1.0.4/Chart.yaml +++ b/charts/storj/1.0.5/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: v1.66.4 +appVersion: v1.68.2 dependencies: - name: common repository: file://../../../library/common/2207.0.0 @@ -13,4 +13,4 @@ keywords: - networking - financial name: storj -version: 1.0.4 +version: 1.0.5 diff --git a/charts/storj/1.0.4/README.md b/charts/storj/1.0.5/README.md similarity index 100% rename from charts/storj/1.0.4/README.md rename to charts/storj/1.0.5/README.md diff --git a/charts/storj/1.0.4/app-readme.md b/charts/storj/1.0.5/app-readme.md similarity index 100% rename from charts/storj/1.0.4/app-readme.md rename to charts/storj/1.0.5/app-readme.md diff --git a/charts/storj/1.0.4/charts/common-2207.0.0.tgz b/charts/storj/1.0.5/charts/common-2207.0.0.tgz similarity index 100% rename from charts/storj/1.0.4/charts/common-2207.0.0.tgz rename to charts/storj/1.0.5/charts/common-2207.0.0.tgz diff --git a/test/storj/1.0.4/ix_values.yaml b/charts/storj/1.0.5/ix_values.yaml similarity index 80% rename from test/storj/1.0.4/ix_values.yaml rename to charts/storj/1.0.5/ix_values.yaml index be53053e55..d45e76edb8 100644 --- a/test/storj/1.0.4/ix_values.yaml +++ b/charts/storj/1.0.5/ix_values.yaml @@ -2,4 +2,4 @@ identityCreationMountPath: /root/.local/share/storj/identity/storagenode image: pullPolicy: IfNotPresent repository: storjlabs/storagenode - tag: d2a896bf7-v1.66.4-go1.17.12 + tag: 1d42f9ac3-v1.68.2-go1.18.8 diff --git a/charts/storj/1.0.4/questions.yaml b/charts/storj/1.0.5/questions.yaml similarity index 100% rename from charts/storj/1.0.4/questions.yaml rename to charts/storj/1.0.5/questions.yaml diff --git a/charts/storj/1.0.4/templates/_helpers.tpl b/charts/storj/1.0.5/templates/_helpers.tpl similarity index 100% rename from charts/storj/1.0.4/templates/_helpers.tpl rename to charts/storj/1.0.5/templates/_helpers.tpl diff --git a/charts/storj/1.0.4/templates/deployment.yaml b/charts/storj/1.0.5/templates/deployment.yaml similarity index 100% rename from charts/storj/1.0.4/templates/deployment.yaml rename to charts/storj/1.0.5/templates/deployment.yaml diff --git a/charts/storj/1.0.4/templates/initial_scripts.yaml b/charts/storj/1.0.5/templates/initial_scripts.yaml similarity index 100% rename from charts/storj/1.0.4/templates/initial_scripts.yaml rename to charts/storj/1.0.5/templates/initial_scripts.yaml diff --git a/charts/storj/1.0.4/templates/pre-install-job.yaml b/charts/storj/1.0.5/templates/pre-install-job.yaml similarity index 100% rename from charts/storj/1.0.4/templates/pre-install-job.yaml rename to charts/storj/1.0.5/templates/pre-install-job.yaml diff --git a/charts/storj/1.0.4/templates/service.yaml b/charts/storj/1.0.5/templates/service.yaml similarity index 100% rename from charts/storj/1.0.4/templates/service.yaml rename to charts/storj/1.0.5/templates/service.yaml diff --git a/charts/storj/1.0.4/templates/storj-secrets.yaml b/charts/storj/1.0.5/templates/storj-secrets.yaml similarity index 100% rename from charts/storj/1.0.4/templates/storj-secrets.yaml rename to charts/storj/1.0.5/templates/storj-secrets.yaml diff --git a/test/storj/1.0.4/test_values.yaml b/charts/storj/1.0.5/test_values.yaml similarity index 94% rename from test/storj/1.0.4/test_values.yaml rename to charts/storj/1.0.5/test_values.yaml index 033a5fd946..e3d43a9351 100644 --- a/test/storj/1.0.4/test_values.yaml +++ b/charts/storj/1.0.5/test_values.yaml @@ -17,7 +17,7 @@ identityCreationMountPath: /root/.local/share/storj/identity/storagenode image: pullPolicy: IfNotPresent repository: storjlabs/storagenode - tag: d2a896bf7-v1.66.4-go1.17.12 + tag: 1d42f9ac3-v1.68.2-go1.18.8 nodePort: 30002 runAsGroup: 568 runAsUser: 568 diff --git a/test/storj/1.0.4/Chart.lock b/test/storj/1.0.5/Chart.lock similarity index 100% rename from test/storj/1.0.4/Chart.lock rename to test/storj/1.0.5/Chart.lock diff --git a/test/storj/1.0.4/Chart.yaml b/test/storj/1.0.5/Chart.yaml similarity index 91% rename from test/storj/1.0.4/Chart.yaml rename to test/storj/1.0.5/Chart.yaml index ba87195654..174c024f13 100644 --- a/test/storj/1.0.4/Chart.yaml +++ b/test/storj/1.0.5/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: v1.66.4 +appVersion: v1.68.2 dependencies: - name: common repository: file://../../../library/common/2207.0.0 @@ -13,4 +13,4 @@ keywords: - networking - financial name: storj -version: 1.0.4 +version: 1.0.5 diff --git a/test/storj/1.0.4/README.md b/test/storj/1.0.5/README.md similarity index 100% rename from test/storj/1.0.4/README.md rename to test/storj/1.0.5/README.md diff --git a/test/storj/1.0.4/app-readme.md b/test/storj/1.0.5/app-readme.md similarity index 100% rename from test/storj/1.0.4/app-readme.md rename to test/storj/1.0.5/app-readme.md diff --git a/test/storj/1.0.4/charts/common-2207.0.0.tgz b/test/storj/1.0.5/charts/common-2207.0.0.tgz similarity index 100% rename from test/storj/1.0.4/charts/common-2207.0.0.tgz rename to test/storj/1.0.5/charts/common-2207.0.0.tgz diff --git a/charts/storj/1.0.4/ix_values.yaml b/test/storj/1.0.5/ix_values.yaml similarity index 80% rename from charts/storj/1.0.4/ix_values.yaml rename to test/storj/1.0.5/ix_values.yaml index be53053e55..d45e76edb8 100644 --- a/charts/storj/1.0.4/ix_values.yaml +++ b/test/storj/1.0.5/ix_values.yaml @@ -2,4 +2,4 @@ identityCreationMountPath: /root/.local/share/storj/identity/storagenode image: pullPolicy: IfNotPresent repository: storjlabs/storagenode - tag: d2a896bf7-v1.66.4-go1.17.12 + tag: 1d42f9ac3-v1.68.2-go1.18.8 diff --git a/test/storj/1.0.4/questions.yaml b/test/storj/1.0.5/questions.yaml similarity index 100% rename from test/storj/1.0.4/questions.yaml rename to test/storj/1.0.5/questions.yaml diff --git a/test/storj/1.0.4/templates/_helpers.tpl b/test/storj/1.0.5/templates/_helpers.tpl similarity index 100% rename from test/storj/1.0.4/templates/_helpers.tpl rename to test/storj/1.0.5/templates/_helpers.tpl diff --git a/test/storj/1.0.4/templates/deployment.yaml b/test/storj/1.0.5/templates/deployment.yaml similarity index 100% rename from test/storj/1.0.4/templates/deployment.yaml rename to test/storj/1.0.5/templates/deployment.yaml diff --git a/test/storj/1.0.4/templates/initial_scripts.yaml b/test/storj/1.0.5/templates/initial_scripts.yaml similarity index 100% rename from test/storj/1.0.4/templates/initial_scripts.yaml rename to test/storj/1.0.5/templates/initial_scripts.yaml diff --git a/test/storj/1.0.4/templates/pre-install-job.yaml b/test/storj/1.0.5/templates/pre-install-job.yaml similarity index 100% rename from test/storj/1.0.4/templates/pre-install-job.yaml rename to test/storj/1.0.5/templates/pre-install-job.yaml diff --git a/test/storj/1.0.4/templates/service.yaml b/test/storj/1.0.5/templates/service.yaml similarity index 100% rename from test/storj/1.0.4/templates/service.yaml rename to test/storj/1.0.5/templates/service.yaml diff --git a/test/storj/1.0.4/templates/storj-secrets.yaml b/test/storj/1.0.5/templates/storj-secrets.yaml similarity index 100% rename from test/storj/1.0.4/templates/storj-secrets.yaml rename to test/storj/1.0.5/templates/storj-secrets.yaml diff --git a/charts/storj/1.0.4/test_values.yaml b/test/storj/1.0.5/test_values.yaml similarity index 94% rename from charts/storj/1.0.4/test_values.yaml rename to test/storj/1.0.5/test_values.yaml index 033a5fd946..e3d43a9351 100644 --- a/charts/storj/1.0.4/test_values.yaml +++ b/test/storj/1.0.5/test_values.yaml @@ -17,7 +17,7 @@ identityCreationMountPath: /root/.local/share/storj/identity/storagenode image: pullPolicy: IfNotPresent repository: storjlabs/storagenode - tag: d2a896bf7-v1.66.4-go1.17.12 + tag: 1d42f9ac3-v1.68.2-go1.18.8 nodePort: 30002 runAsGroup: 568 runAsUser: 568