From ddcc6589c792455fb52e05b953b549340e960e69 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 20 Nov 2022 18:49:47 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/prometheus/7.0.5/app-changelog.md | 9 --------- stable/prometheus/{7.0.5 => 7.0.6}/CHANGELOG.md | 0 stable/prometheus/{7.0.5 => 7.0.6}/Chart.yaml | 2 +- stable/prometheus/{7.0.5 => 7.0.6}/README.md | 0 stable/prometheus/7.0.6/app-changelog.md | 9 +++++++++ stable/prometheus/{7.0.5 => 7.0.6}/app-readme.md | 0 .../{7.0.5 => 7.0.6}/charts/common-11.0.3.tgz | Bin .../charts/kube-state-metrics-3.2.5.tgz | Bin .../{7.0.5 => 7.0.6}/charts/node-exporter-3.2.3.tgz | Bin stable/prometheus/{7.0.5 => 7.0.6}/ix_values.yaml | 2 +- stable/prometheus/{7.0.5 => 7.0.6}/questions.yaml | 0 .../{7.0.5 => 7.0.6}/templates/_helpers.tpl | 0 .../templates/alertmanager/_alertmanager.tpl | 0 .../templates/alertmanager/secrets.yaml | 0 .../templates/alertmanager/serviceaccount.yaml | 0 .../templates/alertmanager/servicemonitor.yaml | 0 .../{7.0.5 => 7.0.6}/templates/common.yaml | 0 .../templates/exporters/core-dns/service.yaml | 0 .../exporters/core-dns/servicemonitor.yaml | 0 .../exporters/kube-apiserver/servicemonitor.yaml | 0 .../kube-controller-manager/endpoints.yaml | 0 .../exporters/kube-controller-manager/service.yaml | 0 .../kube-controller-manager/servicemonitor.yaml | 0 .../exporters/kube-scheduler/endpoints.yaml | 0 .../templates/exporters/kube-scheduler/service.yaml | 0 .../exporters/kube-scheduler/servicemonitor.yaml | 0 .../templates/exporters/kubelet/servicemonitor.yaml | 0 .../prometheus/_additionalPrometheusRules.tpl | 0 .../templates/prometheus/_additionalScrapeJobs.tpl | 0 .../templates/prometheus/_prometheus.tpl | 0 .../templates/prometheus/_servicemonitor.tpl | 0 .../templates/prometheus/clusterrole.yaml | 0 .../templates/prometheus/clusterrolebinding.yaml | 0 .../templates/prometheus/serviceaccount.yaml | 0 stable/prometheus/{7.0.5 => 7.0.6}/values.yaml | 0 stable/qinglong/4.0.3/app-changelog.md | 4 ---- stable/qinglong/{4.0.3 => 4.0.4}/CHANGELOG.md | 0 stable/qinglong/{4.0.3 => 4.0.4}/Chart.yaml | 4 ++-- stable/qinglong/{4.0.3 => 4.0.4}/README.md | 0 stable/qinglong/4.0.4/app-changelog.md | 9 +++++++++ stable/qinglong/{4.0.3 => 4.0.4}/app-readme.md | 0 .../{4.0.3 => 4.0.4}/charts/common-11.0.3.tgz | Bin stable/qinglong/{4.0.3 => 4.0.4}/ix_values.yaml | 2 +- stable/qinglong/{4.0.3 => 4.0.4}/questions.yaml | 0 .../qinglong/{4.0.3 => 4.0.4}/templates/common.yaml | 0 stable/qinglong/{4.0.3 => 4.0.4}/values.yaml | 0 46 files changed, 23 insertions(+), 18 deletions(-) delete mode 100644 stable/prometheus/7.0.5/app-changelog.md rename stable/prometheus/{7.0.5 => 7.0.6}/CHANGELOG.md (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/Chart.yaml (98%) rename stable/prometheus/{7.0.5 => 7.0.6}/README.md (100%) create mode 100644 stable/prometheus/7.0.6/app-changelog.md rename stable/prometheus/{7.0.5 => 7.0.6}/app-readme.md (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/charts/common-11.0.3.tgz (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/charts/kube-state-metrics-3.2.5.tgz (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/charts/node-exporter-3.2.3.tgz (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/ix_values.yaml (99%) rename stable/prometheus/{7.0.5 => 7.0.6}/questions.yaml (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/_helpers.tpl (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/alertmanager/_alertmanager.tpl (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/alertmanager/secrets.yaml (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/alertmanager/serviceaccount.yaml (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/alertmanager/servicemonitor.yaml (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/common.yaml (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/exporters/core-dns/service.yaml (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/exporters/core-dns/servicemonitor.yaml (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/exporters/kube-apiserver/servicemonitor.yaml (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/exporters/kube-controller-manager/endpoints.yaml (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/exporters/kube-controller-manager/service.yaml (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/exporters/kube-controller-manager/servicemonitor.yaml (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/exporters/kube-scheduler/endpoints.yaml (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/exporters/kube-scheduler/service.yaml (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/exporters/kube-scheduler/servicemonitor.yaml (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/exporters/kubelet/servicemonitor.yaml (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/prometheus/_additionalPrometheusRules.tpl (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/prometheus/_additionalScrapeJobs.tpl (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/prometheus/_prometheus.tpl (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/prometheus/_servicemonitor.tpl (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/prometheus/clusterrole.yaml (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/prometheus/clusterrolebinding.yaml (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/templates/prometheus/serviceaccount.yaml (100%) rename stable/prometheus/{7.0.5 => 7.0.6}/values.yaml (100%) delete mode 100644 stable/qinglong/4.0.3/app-changelog.md rename stable/qinglong/{4.0.3 => 4.0.4}/CHANGELOG.md (100%) rename stable/qinglong/{4.0.3 => 4.0.4}/Chart.yaml (95%) rename stable/qinglong/{4.0.3 => 4.0.4}/README.md (100%) create mode 100644 stable/qinglong/4.0.4/app-changelog.md rename stable/qinglong/{4.0.3 => 4.0.4}/app-readme.md (100%) rename stable/qinglong/{4.0.3 => 4.0.4}/charts/common-11.0.3.tgz (100%) rename stable/qinglong/{4.0.3 => 4.0.4}/ix_values.yaml (81%) rename stable/qinglong/{4.0.3 => 4.0.4}/questions.yaml (100%) rename stable/qinglong/{4.0.3 => 4.0.4}/templates/common.yaml (100%) rename stable/qinglong/{4.0.3 => 4.0.4}/values.yaml (100%) diff --git a/stable/prometheus/7.0.5/app-changelog.md b/stable/prometheus/7.0.5/app-changelog.md deleted file mode 100644 index 41dfd00d7a..0000000000 --- a/stable/prometheus/7.0.5/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [prometheus-7.0.5](https://github.com/truecharts/charts/compare/prometheus-7.0.4...prometheus-7.0.5) (2022-11-20) - -### Chore - -- update container image tccr.io/truecharts/prometheus to v2.40.2 - - \ No newline at end of file diff --git a/stable/prometheus/7.0.5/CHANGELOG.md b/stable/prometheus/7.0.6/CHANGELOG.md similarity index 100% rename from stable/prometheus/7.0.5/CHANGELOG.md rename to stable/prometheus/7.0.6/CHANGELOG.md diff --git a/stable/prometheus/7.0.5/Chart.yaml b/stable/prometheus/7.0.6/Chart.yaml similarity index 98% rename from stable/prometheus/7.0.5/Chart.yaml rename to stable/prometheus/7.0.6/Chart.yaml index fe61ba4d32..ff1dc46639 100644 --- a/stable/prometheus/7.0.5/Chart.yaml +++ b/stable/prometheus/7.0.6/Chart.yaml @@ -29,7 +29,7 @@ sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus type: application -version: 7.0.5 +version: 7.0.6 annotations: truecharts.org/catagories: | - metrics diff --git a/stable/prometheus/7.0.5/README.md b/stable/prometheus/7.0.6/README.md similarity index 100% rename from stable/prometheus/7.0.5/README.md rename to stable/prometheus/7.0.6/README.md diff --git a/stable/prometheus/7.0.6/app-changelog.md b/stable/prometheus/7.0.6/app-changelog.md new file mode 100644 index 0000000000..4fa7de258f --- /dev/null +++ b/stable/prometheus/7.0.6/app-changelog.md @@ -0,0 +1,9 @@ + + +## [prometheus-7.0.6](https://github.com/truecharts/charts/compare/prometheus-7.0.5...prometheus-7.0.6) (2022-11-20) + +### Chore + +- update container image tccr.io/truecharts/prometheus to 2.40.2 + + \ No newline at end of file diff --git a/stable/prometheus/7.0.5/app-readme.md b/stable/prometheus/7.0.6/app-readme.md similarity index 100% rename from stable/prometheus/7.0.5/app-readme.md rename to stable/prometheus/7.0.6/app-readme.md diff --git a/stable/prometheus/7.0.5/charts/common-11.0.3.tgz b/stable/prometheus/7.0.6/charts/common-11.0.3.tgz similarity index 100% rename from stable/prometheus/7.0.5/charts/common-11.0.3.tgz rename to stable/prometheus/7.0.6/charts/common-11.0.3.tgz diff --git a/stable/prometheus/7.0.5/charts/kube-state-metrics-3.2.5.tgz b/stable/prometheus/7.0.6/charts/kube-state-metrics-3.2.5.tgz similarity index 100% rename from stable/prometheus/7.0.5/charts/kube-state-metrics-3.2.5.tgz rename to stable/prometheus/7.0.6/charts/kube-state-metrics-3.2.5.tgz diff --git a/stable/prometheus/7.0.5/charts/node-exporter-3.2.3.tgz b/stable/prometheus/7.0.6/charts/node-exporter-3.2.3.tgz similarity index 100% rename from stable/prometheus/7.0.5/charts/node-exporter-3.2.3.tgz rename to stable/prometheus/7.0.6/charts/node-exporter-3.2.3.tgz diff --git a/stable/prometheus/7.0.5/ix_values.yaml b/stable/prometheus/7.0.6/ix_values.yaml similarity index 99% rename from stable/prometheus/7.0.5/ix_values.yaml rename to stable/prometheus/7.0.6/ix_values.yaml index 2c45e41bea..4252cba4ea 100644 --- a/stable/prometheus/7.0.5/ix_values.yaml +++ b/stable/prometheus/7.0.6/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/prometheus - tag: 2.40.2@sha256:6fcb5de8a0337a65d18fc88d04efd97f1c0a128dfffd5080ac2aa534c1cfa8ce + tag: 2.40.2@sha256:098e63492d8133242deb87bc98e7016ea1af873a8f9d177b5bd1c30eee1517a0 thanosImage: repository: tccr.io/truecharts/thanos diff --git a/stable/prometheus/7.0.5/questions.yaml b/stable/prometheus/7.0.6/questions.yaml similarity index 100% rename from stable/prometheus/7.0.5/questions.yaml rename to stable/prometheus/7.0.6/questions.yaml diff --git a/stable/prometheus/7.0.5/templates/_helpers.tpl b/stable/prometheus/7.0.6/templates/_helpers.tpl similarity index 100% rename from stable/prometheus/7.0.5/templates/_helpers.tpl rename to stable/prometheus/7.0.6/templates/_helpers.tpl diff --git a/stable/prometheus/7.0.5/templates/alertmanager/_alertmanager.tpl b/stable/prometheus/7.0.6/templates/alertmanager/_alertmanager.tpl similarity index 100% rename from stable/prometheus/7.0.5/templates/alertmanager/_alertmanager.tpl rename to stable/prometheus/7.0.6/templates/alertmanager/_alertmanager.tpl diff --git a/stable/prometheus/7.0.5/templates/alertmanager/secrets.yaml b/stable/prometheus/7.0.6/templates/alertmanager/secrets.yaml similarity index 100% rename from stable/prometheus/7.0.5/templates/alertmanager/secrets.yaml rename to stable/prometheus/7.0.6/templates/alertmanager/secrets.yaml diff --git a/stable/prometheus/7.0.5/templates/alertmanager/serviceaccount.yaml b/stable/prometheus/7.0.6/templates/alertmanager/serviceaccount.yaml similarity index 100% rename from stable/prometheus/7.0.5/templates/alertmanager/serviceaccount.yaml rename to stable/prometheus/7.0.6/templates/alertmanager/serviceaccount.yaml diff --git a/stable/prometheus/7.0.5/templates/alertmanager/servicemonitor.yaml b/stable/prometheus/7.0.6/templates/alertmanager/servicemonitor.yaml similarity index 100% rename from stable/prometheus/7.0.5/templates/alertmanager/servicemonitor.yaml rename to stable/prometheus/7.0.6/templates/alertmanager/servicemonitor.yaml diff --git a/stable/prometheus/7.0.5/templates/common.yaml b/stable/prometheus/7.0.6/templates/common.yaml similarity index 100% rename from stable/prometheus/7.0.5/templates/common.yaml rename to stable/prometheus/7.0.6/templates/common.yaml diff --git a/stable/prometheus/7.0.5/templates/exporters/core-dns/service.yaml b/stable/prometheus/7.0.6/templates/exporters/core-dns/service.yaml similarity index 100% rename from stable/prometheus/7.0.5/templates/exporters/core-dns/service.yaml rename to stable/prometheus/7.0.6/templates/exporters/core-dns/service.yaml diff --git a/stable/prometheus/7.0.5/templates/exporters/core-dns/servicemonitor.yaml b/stable/prometheus/7.0.6/templates/exporters/core-dns/servicemonitor.yaml similarity index 100% rename from stable/prometheus/7.0.5/templates/exporters/core-dns/servicemonitor.yaml rename to stable/prometheus/7.0.6/templates/exporters/core-dns/servicemonitor.yaml diff --git a/stable/prometheus/7.0.5/templates/exporters/kube-apiserver/servicemonitor.yaml b/stable/prometheus/7.0.6/templates/exporters/kube-apiserver/servicemonitor.yaml similarity index 100% rename from stable/prometheus/7.0.5/templates/exporters/kube-apiserver/servicemonitor.yaml rename to stable/prometheus/7.0.6/templates/exporters/kube-apiserver/servicemonitor.yaml diff --git a/stable/prometheus/7.0.5/templates/exporters/kube-controller-manager/endpoints.yaml b/stable/prometheus/7.0.6/templates/exporters/kube-controller-manager/endpoints.yaml similarity index 100% rename from stable/prometheus/7.0.5/templates/exporters/kube-controller-manager/endpoints.yaml rename to stable/prometheus/7.0.6/templates/exporters/kube-controller-manager/endpoints.yaml diff --git a/stable/prometheus/7.0.5/templates/exporters/kube-controller-manager/service.yaml b/stable/prometheus/7.0.6/templates/exporters/kube-controller-manager/service.yaml similarity index 100% rename from stable/prometheus/7.0.5/templates/exporters/kube-controller-manager/service.yaml rename to stable/prometheus/7.0.6/templates/exporters/kube-controller-manager/service.yaml diff --git a/stable/prometheus/7.0.5/templates/exporters/kube-controller-manager/servicemonitor.yaml b/stable/prometheus/7.0.6/templates/exporters/kube-controller-manager/servicemonitor.yaml similarity index 100% rename from stable/prometheus/7.0.5/templates/exporters/kube-controller-manager/servicemonitor.yaml rename to stable/prometheus/7.0.6/templates/exporters/kube-controller-manager/servicemonitor.yaml diff --git a/stable/prometheus/7.0.5/templates/exporters/kube-scheduler/endpoints.yaml b/stable/prometheus/7.0.6/templates/exporters/kube-scheduler/endpoints.yaml similarity index 100% rename from stable/prometheus/7.0.5/templates/exporters/kube-scheduler/endpoints.yaml rename to stable/prometheus/7.0.6/templates/exporters/kube-scheduler/endpoints.yaml diff --git a/stable/prometheus/7.0.5/templates/exporters/kube-scheduler/service.yaml b/stable/prometheus/7.0.6/templates/exporters/kube-scheduler/service.yaml similarity index 100% rename from stable/prometheus/7.0.5/templates/exporters/kube-scheduler/service.yaml rename to stable/prometheus/7.0.6/templates/exporters/kube-scheduler/service.yaml diff --git a/stable/prometheus/7.0.5/templates/exporters/kube-scheduler/servicemonitor.yaml b/stable/prometheus/7.0.6/templates/exporters/kube-scheduler/servicemonitor.yaml similarity index 100% rename from stable/prometheus/7.0.5/templates/exporters/kube-scheduler/servicemonitor.yaml rename to stable/prometheus/7.0.6/templates/exporters/kube-scheduler/servicemonitor.yaml diff --git a/stable/prometheus/7.0.5/templates/exporters/kubelet/servicemonitor.yaml b/stable/prometheus/7.0.6/templates/exporters/kubelet/servicemonitor.yaml similarity index 100% rename from stable/prometheus/7.0.5/templates/exporters/kubelet/servicemonitor.yaml rename to stable/prometheus/7.0.6/templates/exporters/kubelet/servicemonitor.yaml diff --git a/stable/prometheus/7.0.5/templates/prometheus/_additionalPrometheusRules.tpl b/stable/prometheus/7.0.6/templates/prometheus/_additionalPrometheusRules.tpl similarity index 100% rename from stable/prometheus/7.0.5/templates/prometheus/_additionalPrometheusRules.tpl rename to stable/prometheus/7.0.6/templates/prometheus/_additionalPrometheusRules.tpl diff --git a/stable/prometheus/7.0.5/templates/prometheus/_additionalScrapeJobs.tpl b/stable/prometheus/7.0.6/templates/prometheus/_additionalScrapeJobs.tpl similarity index 100% rename from stable/prometheus/7.0.5/templates/prometheus/_additionalScrapeJobs.tpl rename to stable/prometheus/7.0.6/templates/prometheus/_additionalScrapeJobs.tpl diff --git a/stable/prometheus/7.0.5/templates/prometheus/_prometheus.tpl b/stable/prometheus/7.0.6/templates/prometheus/_prometheus.tpl similarity index 100% rename from stable/prometheus/7.0.5/templates/prometheus/_prometheus.tpl rename to stable/prometheus/7.0.6/templates/prometheus/_prometheus.tpl diff --git a/stable/prometheus/7.0.5/templates/prometheus/_servicemonitor.tpl b/stable/prometheus/7.0.6/templates/prometheus/_servicemonitor.tpl similarity index 100% rename from stable/prometheus/7.0.5/templates/prometheus/_servicemonitor.tpl rename to stable/prometheus/7.0.6/templates/prometheus/_servicemonitor.tpl diff --git a/stable/prometheus/7.0.5/templates/prometheus/clusterrole.yaml b/stable/prometheus/7.0.6/templates/prometheus/clusterrole.yaml similarity index 100% rename from stable/prometheus/7.0.5/templates/prometheus/clusterrole.yaml rename to stable/prometheus/7.0.6/templates/prometheus/clusterrole.yaml diff --git a/stable/prometheus/7.0.5/templates/prometheus/clusterrolebinding.yaml b/stable/prometheus/7.0.6/templates/prometheus/clusterrolebinding.yaml similarity index 100% rename from stable/prometheus/7.0.5/templates/prometheus/clusterrolebinding.yaml rename to stable/prometheus/7.0.6/templates/prometheus/clusterrolebinding.yaml diff --git a/stable/prometheus/7.0.5/templates/prometheus/serviceaccount.yaml b/stable/prometheus/7.0.6/templates/prometheus/serviceaccount.yaml similarity index 100% rename from stable/prometheus/7.0.5/templates/prometheus/serviceaccount.yaml rename to stable/prometheus/7.0.6/templates/prometheus/serviceaccount.yaml diff --git a/stable/prometheus/7.0.5/values.yaml b/stable/prometheus/7.0.6/values.yaml similarity index 100% rename from stable/prometheus/7.0.5/values.yaml rename to stable/prometheus/7.0.6/values.yaml diff --git a/stable/qinglong/4.0.3/app-changelog.md b/stable/qinglong/4.0.3/app-changelog.md deleted file mode 100644 index 5295d81c35..0000000000 --- a/stable/qinglong/4.0.3/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [qinglong-4.0.3](https://github.com/truecharts/charts/compare/qinglong-4.0.2...qinglong-4.0.3) (2022-11-16) - diff --git a/stable/qinglong/4.0.3/CHANGELOG.md b/stable/qinglong/4.0.4/CHANGELOG.md similarity index 100% rename from stable/qinglong/4.0.3/CHANGELOG.md rename to stable/qinglong/4.0.4/CHANGELOG.md diff --git a/stable/qinglong/4.0.3/Chart.yaml b/stable/qinglong/4.0.4/Chart.yaml similarity index 95% rename from stable/qinglong/4.0.3/Chart.yaml rename to stable/qinglong/4.0.4/Chart.yaml index 38c3aa93f1..5e56070ee8 100644 --- a/stable/qinglong/4.0.3/Chart.yaml +++ b/stable/qinglong/4.0.4/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: qinglong -version: 4.0.3 -appVersion: "2.15.0" +version: 4.0.4 +appVersion: "2.15.1" description: A timed task management panel that supports typescript, javaScript, python3, and shell type: application deprecated: false diff --git a/stable/qinglong/4.0.3/README.md b/stable/qinglong/4.0.4/README.md similarity index 100% rename from stable/qinglong/4.0.3/README.md rename to stable/qinglong/4.0.4/README.md diff --git a/stable/qinglong/4.0.4/app-changelog.md b/stable/qinglong/4.0.4/app-changelog.md new file mode 100644 index 0000000000..cf1e771874 --- /dev/null +++ b/stable/qinglong/4.0.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [qinglong-4.0.4](https://github.com/truecharts/charts/compare/qinglong-4.0.3...qinglong-4.0.4) (2022-11-20) + +### Chore + +- update container image tccr.io/truecharts/qinglong to v2.15.1 + + \ No newline at end of file diff --git a/stable/qinglong/4.0.3/app-readme.md b/stable/qinglong/4.0.4/app-readme.md similarity index 100% rename from stable/qinglong/4.0.3/app-readme.md rename to stable/qinglong/4.0.4/app-readme.md diff --git a/stable/qinglong/4.0.3/charts/common-11.0.3.tgz b/stable/qinglong/4.0.4/charts/common-11.0.3.tgz similarity index 100% rename from stable/qinglong/4.0.3/charts/common-11.0.3.tgz rename to stable/qinglong/4.0.4/charts/common-11.0.3.tgz diff --git a/stable/qinglong/4.0.3/ix_values.yaml b/stable/qinglong/4.0.4/ix_values.yaml similarity index 81% rename from stable/qinglong/4.0.3/ix_values.yaml rename to stable/qinglong/4.0.4/ix_values.yaml index 2fa5a0d358..7b8b0282be 100644 --- a/stable/qinglong/4.0.3/ix_values.yaml +++ b/stable/qinglong/4.0.4/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/qinglong pullPolicy: IfNotPresent - tag: 2.15.0@sha256:d348ee096f03f005f357080e87545743c2161b3c54aae28829dd086f497ca963 + tag: 2.15.1@sha256:f12effb64c3f6d43fcf8c4088954873f26ec9de6d69e4e49c35cc6c200eeb56c securityContext: readOnlyRootFilesystem: false diff --git a/stable/qinglong/4.0.3/questions.yaml b/stable/qinglong/4.0.4/questions.yaml similarity index 100% rename from stable/qinglong/4.0.3/questions.yaml rename to stable/qinglong/4.0.4/questions.yaml diff --git a/stable/qinglong/4.0.3/templates/common.yaml b/stable/qinglong/4.0.4/templates/common.yaml similarity index 100% rename from stable/qinglong/4.0.3/templates/common.yaml rename to stable/qinglong/4.0.4/templates/common.yaml diff --git a/stable/qinglong/4.0.3/values.yaml b/stable/qinglong/4.0.4/values.yaml similarity index 100% rename from stable/qinglong/4.0.3/values.yaml rename to stable/qinglong/4.0.4/values.yaml