diff --git a/catalog.json b/catalog.json index 6802f1480f..7d9092de00 100644 --- a/catalog.json +++ b/catalog.json @@ -90,7 +90,7 @@ "latest_version": "1.7.50", "latest_app_version": "1.32.3.7192", "latest_human_version": "1.32.3.7192_1.7.50", - "last_update": "2023-06-06 04:53:39", + "last_update": "2023-06-14 16:24:02", "name": "plex", "recommended": false, "title": "Plex", @@ -347,9 +347,9 @@ "healthy_error": null, "home": "https://www.netdata.cloud/", "location": "/__w/charts/charts/charts/netdata", - "latest_version": "1.0.24", - "latest_app_version": "v1.39.1", - "latest_human_version": "v1.39.1_1.0.24", + "latest_version": "1.0.25", + "latest_app_version": "v1.40.0", + "latest_human_version": "v1.40.0_1.0.25", "last_update": "2023-05-23 17:11:03", "name": "netdata", "recommended": false, @@ -451,9 +451,9 @@ "healthy_error": null, "home": "https://nextcloud.com/", "location": "/__w/charts/charts/charts/nextcloud", - "latest_version": "1.6.29", - "latest_app_version": "26.0.2", - "latest_human_version": "26.0.2_1.6.29", + "latest_version": "1.6.30", + "latest_app_version": "27.0.0", + "latest_human_version": "27.0.0_1.6.30", "last_update": "2023-06-01 20:57:41", "name": "nextcloud", "recommended": false, @@ -799,9 +799,9 @@ "healthy_error": null, "home": "https://grafana.com", "location": "/__w/charts/charts/community/grafana", - "latest_version": "1.0.0", - "latest_app_version": "9.5.3", - "latest_human_version": "9.5.3_1.0.0", + "latest_version": "1.0.1", + "latest_app_version": "10.0.0", + "latest_human_version": "10.0.0_1.0.1", "last_update": "2023-06-12 13:28:37", "name": "grafana", "recommended": false, @@ -1628,9 +1628,9 @@ "healthy_error": null, "home": "https://github.com/AdguardTeam/AdGuardHome", "location": "/__w/charts/charts/community/adguard-home", - "latest_version": "1.0.8", - "latest_app_version": "0.107.31", - "latest_human_version": "0.107.31_1.0.8", + "latest_version": "1.0.9", + "latest_app_version": "0.107.32", + "latest_human_version": "0.107.32_1.0.9", "last_update": "2023-06-12 11:52:57", "name": "adguard-home", "recommended": false, diff --git a/charts/netdata/1.0.24/.helmignore b/charts/netdata/1.0.25/.helmignore similarity index 100% rename from charts/netdata/1.0.24/.helmignore rename to charts/netdata/1.0.25/.helmignore diff --git a/charts/netdata/1.0.24/Chart.lock b/charts/netdata/1.0.25/Chart.lock similarity index 100% rename from charts/netdata/1.0.24/Chart.lock rename to charts/netdata/1.0.25/Chart.lock diff --git a/charts/netdata/1.0.24/Chart.yaml b/charts/netdata/1.0.25/Chart.yaml similarity index 94% rename from charts/netdata/1.0.24/Chart.yaml rename to charts/netdata/1.0.25/Chart.yaml index 4996f90a74..d5ef009a4d 100644 --- a/charts/netdata/1.0.24/Chart.yaml +++ b/charts/netdata/1.0.25/Chart.yaml @@ -3,9 +3,9 @@ description: Real-time performance monitoring, done right! annotations: title: Netdata type: application -version: 1.0.24 +version: 1.0.25 apiVersion: v2 -appVersion: v1.39.1 +appVersion: v1.40.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/charts/netdata/1.0.24/README.md b/charts/netdata/1.0.25/README.md similarity index 100% rename from charts/netdata/1.0.24/README.md rename to charts/netdata/1.0.25/README.md diff --git a/charts/netdata/1.0.24/app-readme.md b/charts/netdata/1.0.25/app-readme.md similarity index 100% rename from charts/netdata/1.0.24/app-readme.md rename to charts/netdata/1.0.25/app-readme.md diff --git a/charts/netdata/1.0.24/charts/common-2304.0.1.tgz b/charts/netdata/1.0.25/charts/common-2304.0.1.tgz similarity index 100% rename from charts/netdata/1.0.24/charts/common-2304.0.1.tgz rename to charts/netdata/1.0.25/charts/common-2304.0.1.tgz diff --git a/charts/netdata/1.0.24/ci/test-values.yaml b/charts/netdata/1.0.25/ci/test-values.yaml similarity index 100% rename from charts/netdata/1.0.24/ci/test-values.yaml rename to charts/netdata/1.0.25/ci/test-values.yaml diff --git a/charts/netdata/1.0.24/ix_values.yaml b/charts/netdata/1.0.25/ix_values.yaml similarity index 86% rename from charts/netdata/1.0.24/ix_values.yaml rename to charts/netdata/1.0.25/ix_values.yaml index b2dd101468..4a60440eb3 100644 --- a/charts/netdata/1.0.24/ix_values.yaml +++ b/charts/netdata/1.0.25/ix_values.yaml @@ -1,6 +1,6 @@ image: pullPolicy: IfNotPresent repository: netdata/netdata - tag: v1.39.1 + tag: v1.40.0 runAsGroup: 201 runAsUser: 201 diff --git a/charts/netdata/1.0.24/metadata.yaml b/charts/netdata/1.0.25/metadata.yaml similarity index 100% rename from charts/netdata/1.0.24/metadata.yaml rename to charts/netdata/1.0.25/metadata.yaml diff --git a/charts/netdata/1.0.24/questions.yaml b/charts/netdata/1.0.25/questions.yaml similarity index 100% rename from charts/netdata/1.0.24/questions.yaml rename to charts/netdata/1.0.25/questions.yaml diff --git a/charts/netdata/1.0.24/templates/_helpers.tpl b/charts/netdata/1.0.25/templates/_helpers.tpl similarity index 100% rename from charts/netdata/1.0.24/templates/_helpers.tpl rename to charts/netdata/1.0.25/templates/_helpers.tpl diff --git a/charts/netdata/1.0.24/templates/clusterrole.yaml b/charts/netdata/1.0.25/templates/clusterrole.yaml similarity index 100% rename from charts/netdata/1.0.24/templates/clusterrole.yaml rename to charts/netdata/1.0.25/templates/clusterrole.yaml diff --git a/charts/netdata/1.0.24/templates/clusterrolebinding.yaml b/charts/netdata/1.0.25/templates/clusterrolebinding.yaml similarity index 100% rename from charts/netdata/1.0.24/templates/clusterrolebinding.yaml rename to charts/netdata/1.0.25/templates/clusterrolebinding.yaml diff --git a/charts/netdata/1.0.24/templates/deployment.yaml b/charts/netdata/1.0.25/templates/deployment.yaml similarity index 100% rename from charts/netdata/1.0.24/templates/deployment.yaml rename to charts/netdata/1.0.25/templates/deployment.yaml diff --git a/charts/netdata/1.0.24/templates/pre-install-job.yaml b/charts/netdata/1.0.25/templates/pre-install-job.yaml similarity index 100% rename from charts/netdata/1.0.24/templates/pre-install-job.yaml rename to charts/netdata/1.0.25/templates/pre-install-job.yaml diff --git a/charts/netdata/1.0.24/templates/service.yaml b/charts/netdata/1.0.25/templates/service.yaml similarity index 100% rename from charts/netdata/1.0.24/templates/service.yaml rename to charts/netdata/1.0.25/templates/service.yaml diff --git a/charts/netdata/1.0.24/templates/serviceaccount.yaml b/charts/netdata/1.0.25/templates/serviceaccount.yaml similarity index 100% rename from charts/netdata/1.0.24/templates/serviceaccount.yaml rename to charts/netdata/1.0.25/templates/serviceaccount.yaml diff --git a/charts/nextcloud/1.6.29/.helmignore b/charts/nextcloud/1.6.30/.helmignore similarity index 100% rename from charts/nextcloud/1.6.29/.helmignore rename to charts/nextcloud/1.6.30/.helmignore diff --git a/charts/nextcloud/1.6.29/Chart.lock b/charts/nextcloud/1.6.30/Chart.lock similarity index 100% rename from charts/nextcloud/1.6.29/Chart.lock rename to charts/nextcloud/1.6.30/Chart.lock diff --git a/charts/nextcloud/1.6.29/Chart.yaml b/charts/nextcloud/1.6.30/Chart.yaml similarity index 95% rename from charts/nextcloud/1.6.29/Chart.yaml rename to charts/nextcloud/1.6.30/Chart.yaml index fea44c9895..d18aa2325c 100644 --- a/charts/nextcloud/1.6.29/Chart.yaml +++ b/charts/nextcloud/1.6.30/Chart.yaml @@ -4,9 +4,9 @@ description: A file sharing server that puts the control and security of your ow annotations: title: Nextcloud type: application -version: 1.6.29 +version: 1.6.30 apiVersion: v2 -appVersion: 26.0.2 +appVersion: 27.0.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/charts/nextcloud/1.6.29/README.md b/charts/nextcloud/1.6.30/README.md similarity index 100% rename from charts/nextcloud/1.6.29/README.md rename to charts/nextcloud/1.6.30/README.md diff --git a/charts/nextcloud/1.6.29/app-readme.md b/charts/nextcloud/1.6.30/app-readme.md similarity index 100% rename from charts/nextcloud/1.6.29/app-readme.md rename to charts/nextcloud/1.6.30/app-readme.md diff --git a/charts/nextcloud/1.6.29/charts/common-2304.0.1.tgz b/charts/nextcloud/1.6.30/charts/common-2304.0.1.tgz similarity index 100% rename from charts/nextcloud/1.6.29/charts/common-2304.0.1.tgz rename to charts/nextcloud/1.6.30/charts/common-2304.0.1.tgz diff --git a/charts/nextcloud/1.6.29/ci/test-values.yaml b/charts/nextcloud/1.6.30/ci/test-values.yaml similarity index 100% rename from charts/nextcloud/1.6.29/ci/test-values.yaml rename to charts/nextcloud/1.6.30/ci/test-values.yaml diff --git a/charts/nextcloud/1.6.29/ix_values.yaml b/charts/nextcloud/1.6.30/ix_values.yaml similarity index 92% rename from charts/nextcloud/1.6.29/ix_values.yaml rename to charts/nextcloud/1.6.30/ix_values.yaml index 1824725da1..8bfb32f463 100644 --- a/charts/nextcloud/1.6.29/ix_values.yaml +++ b/charts/nextcloud/1.6.30/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: nextcloud - tag: 26.0.2 + tag: 27.0.0 nginx: image: pullPolicy: IfNotPresent diff --git a/charts/nextcloud/1.6.29/metadata.yaml b/charts/nextcloud/1.6.30/metadata.yaml similarity index 100% rename from charts/nextcloud/1.6.29/metadata.yaml rename to charts/nextcloud/1.6.30/metadata.yaml diff --git a/charts/nextcloud/1.6.29/migrations/migrate_from_1.1.0 b/charts/nextcloud/1.6.30/migrations/migrate_from_1.1.0 similarity index 100% rename from charts/nextcloud/1.6.29/migrations/migrate_from_1.1.0 rename to charts/nextcloud/1.6.30/migrations/migrate_from_1.1.0 diff --git a/charts/nextcloud/1.6.29/questions.yaml b/charts/nextcloud/1.6.30/questions.yaml similarity index 100% rename from charts/nextcloud/1.6.29/questions.yaml rename to charts/nextcloud/1.6.30/questions.yaml diff --git a/charts/nextcloud/1.6.29/templates/NOTES.txt b/charts/nextcloud/1.6.30/templates/NOTES.txt similarity index 100% rename from charts/nextcloud/1.6.29/templates/NOTES.txt rename to charts/nextcloud/1.6.30/templates/NOTES.txt diff --git a/charts/nextcloud/1.6.29/templates/_nginx.tpl b/charts/nextcloud/1.6.30/templates/_nginx.tpl similarity index 100% rename from charts/nextcloud/1.6.29/templates/_nginx.tpl rename to charts/nextcloud/1.6.30/templates/_nginx.tpl diff --git a/charts/nextcloud/1.6.29/templates/_postgres.tpl b/charts/nextcloud/1.6.30/templates/_postgres.tpl similarity index 100% rename from charts/nextcloud/1.6.29/templates/_postgres.tpl rename to charts/nextcloud/1.6.30/templates/_postgres.tpl diff --git a/charts/nextcloud/1.6.29/templates/backup-postgres-config.yaml b/charts/nextcloud/1.6.30/templates/backup-postgres-config.yaml similarity index 100% rename from charts/nextcloud/1.6.29/templates/backup-postgres-config.yaml rename to charts/nextcloud/1.6.30/templates/backup-postgres-config.yaml diff --git a/charts/nextcloud/1.6.29/templates/backup-postgres-hook.yaml b/charts/nextcloud/1.6.30/templates/backup-postgres-hook.yaml similarity index 100% rename from charts/nextcloud/1.6.29/templates/backup-postgres-hook.yaml rename to charts/nextcloud/1.6.30/templates/backup-postgres-hook.yaml diff --git a/charts/nextcloud/1.6.29/templates/cronjob.yaml b/charts/nextcloud/1.6.30/templates/cronjob.yaml similarity index 100% rename from charts/nextcloud/1.6.29/templates/cronjob.yaml rename to charts/nextcloud/1.6.30/templates/cronjob.yaml diff --git a/charts/nextcloud/1.6.29/templates/deployment.yaml b/charts/nextcloud/1.6.30/templates/deployment.yaml similarity index 100% rename from charts/nextcloud/1.6.29/templates/deployment.yaml rename to charts/nextcloud/1.6.30/templates/deployment.yaml diff --git a/charts/nextcloud/1.6.29/templates/nginx-configmap.yaml b/charts/nextcloud/1.6.30/templates/nginx-configmap.yaml similarity index 100% rename from charts/nextcloud/1.6.29/templates/nginx-configmap.yaml rename to charts/nextcloud/1.6.30/templates/nginx-configmap.yaml diff --git a/charts/nextcloud/1.6.29/templates/nginx-secret.yaml b/charts/nextcloud/1.6.30/templates/nginx-secret.yaml similarity index 100% rename from charts/nextcloud/1.6.29/templates/nginx-secret.yaml rename to charts/nextcloud/1.6.30/templates/nginx-secret.yaml diff --git a/charts/nextcloud/1.6.29/templates/nuke-deployments-hook.yaml b/charts/nextcloud/1.6.30/templates/nuke-deployments-hook.yaml similarity index 100% rename from charts/nextcloud/1.6.29/templates/nuke-deployments-hook.yaml rename to charts/nextcloud/1.6.30/templates/nuke-deployments-hook.yaml diff --git a/charts/nextcloud/1.6.29/templates/postgres-deployment.yaml b/charts/nextcloud/1.6.30/templates/postgres-deployment.yaml similarity index 100% rename from charts/nextcloud/1.6.29/templates/postgres-deployment.yaml rename to charts/nextcloud/1.6.30/templates/postgres-deployment.yaml diff --git a/charts/nextcloud/1.6.29/templates/postgres-secret.yaml b/charts/nextcloud/1.6.30/templates/postgres-secret.yaml similarity index 100% rename from charts/nextcloud/1.6.29/templates/postgres-secret.yaml rename to charts/nextcloud/1.6.30/templates/postgres-secret.yaml diff --git a/charts/nextcloud/1.6.29/templates/postgres-service.yaml b/charts/nextcloud/1.6.30/templates/postgres-service.yaml similarity index 100% rename from charts/nextcloud/1.6.29/templates/postgres-service.yaml rename to charts/nextcloud/1.6.30/templates/postgres-service.yaml diff --git a/charts/nextcloud/1.6.29/templates/secrets.yaml b/charts/nextcloud/1.6.30/templates/secrets.yaml similarity index 100% rename from charts/nextcloud/1.6.29/templates/secrets.yaml rename to charts/nextcloud/1.6.30/templates/secrets.yaml diff --git a/charts/nextcloud/1.6.29/templates/service.yaml b/charts/nextcloud/1.6.30/templates/service.yaml similarity index 100% rename from charts/nextcloud/1.6.29/templates/service.yaml rename to charts/nextcloud/1.6.30/templates/service.yaml diff --git a/charts/nextcloud/1.6.29/templates/serviceaccount.yaml b/charts/nextcloud/1.6.30/templates/serviceaccount.yaml similarity index 100% rename from charts/nextcloud/1.6.29/templates/serviceaccount.yaml rename to charts/nextcloud/1.6.30/templates/serviceaccount.yaml diff --git a/community/adguard-home/1.0.8/Chart.lock b/community/adguard-home/1.0.9/Chart.lock similarity index 100% rename from community/adguard-home/1.0.8/Chart.lock rename to community/adguard-home/1.0.9/Chart.lock diff --git a/community/adguard-home/1.0.8/Chart.yaml b/community/adguard-home/1.0.9/Chart.yaml similarity index 95% rename from community/adguard-home/1.0.8/Chart.yaml rename to community/adguard-home/1.0.9/Chart.yaml index eb08314fdb..f1aae16dc2 100644 --- a/community/adguard-home/1.0.8/Chart.yaml +++ b/community/adguard-home/1.0.9/Chart.yaml @@ -4,9 +4,9 @@ description: Free and open source, powerful network-wide ads & trackers blocking annotations: title: AdGuard Home type: application -version: 1.0.8 +version: 1.0.9 apiVersion: v2 -appVersion: 0.107.31 +appVersion: 0.107.32 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/adguard-home/1.0.8/README.md b/community/adguard-home/1.0.9/README.md similarity index 100% rename from community/adguard-home/1.0.8/README.md rename to community/adguard-home/1.0.9/README.md diff --git a/community/adguard-home/1.0.8/app-readme.md b/community/adguard-home/1.0.9/app-readme.md similarity index 100% rename from community/adguard-home/1.0.8/app-readme.md rename to community/adguard-home/1.0.9/app-readme.md diff --git a/community/adguard-home/1.0.8/charts/common-1.0.8.tgz b/community/adguard-home/1.0.9/charts/common-1.0.8.tgz similarity index 100% rename from community/adguard-home/1.0.8/charts/common-1.0.8.tgz rename to community/adguard-home/1.0.9/charts/common-1.0.8.tgz diff --git a/community/adguard-home/1.0.8/ci/basic-values.yaml b/community/adguard-home/1.0.9/ci/basic-values.yaml similarity index 100% rename from community/adguard-home/1.0.8/ci/basic-values.yaml rename to community/adguard-home/1.0.9/ci/basic-values.yaml diff --git a/community/adguard-home/1.0.8/ix_values.yaml b/community/adguard-home/1.0.9/ix_values.yaml similarity index 91% rename from community/adguard-home/1.0.8/ix_values.yaml rename to community/adguard-home/1.0.9/ix_values.yaml index 58f3ac3a10..f5af20bab0 100644 --- a/community/adguard-home/1.0.8/ix_values.yaml +++ b/community/adguard-home/1.0.9/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: adguard/adguardhome - tag: v0.107.31 + tag: v0.107.32 pullPolicy: IfNotPresent resources: @@ -9,7 +9,7 @@ resources: memory: 8Gi adguardNetwork: - webPort: 30000 + webPort: 30004 enableDHCP: false # FIXME: See _adguard.tpl diff --git a/community/adguard-home/1.0.8/metadata.yaml b/community/adguard-home/1.0.9/metadata.yaml similarity index 100% rename from community/adguard-home/1.0.8/metadata.yaml rename to community/adguard-home/1.0.9/metadata.yaml diff --git a/community/adguard-home/1.0.8/migrations/migrate b/community/adguard-home/1.0.9/migrations/migrate similarity index 100% rename from community/adguard-home/1.0.8/migrations/migrate rename to community/adguard-home/1.0.9/migrations/migrate diff --git a/community/adguard-home/1.0.8/questions.yaml b/community/adguard-home/1.0.9/questions.yaml similarity index 99% rename from community/adguard-home/1.0.8/questions.yaml rename to community/adguard-home/1.0.9/questions.yaml index cb2919ed05..c93b2665e0 100644 --- a/community/adguard-home/1.0.8/questions.yaml +++ b/community/adguard-home/1.0.9/questions.yaml @@ -58,7 +58,7 @@ questions: port set here to take effect. (Or wait for the container to restart automatically) schema: type: int - default: 30000 + default: 30004 min: 9000 max: 65535 required: true diff --git a/community/adguard-home/1.0.8/templates/NOTES.txt b/community/adguard-home/1.0.9/templates/NOTES.txt similarity index 100% rename from community/adguard-home/1.0.8/templates/NOTES.txt rename to community/adguard-home/1.0.9/templates/NOTES.txt diff --git a/community/adguard-home/1.0.8/templates/_adguard.tpl b/community/adguard-home/1.0.9/templates/_adguard.tpl similarity index 100% rename from community/adguard-home/1.0.8/templates/_adguard.tpl rename to community/adguard-home/1.0.9/templates/_adguard.tpl diff --git a/community/adguard-home/1.0.8/templates/_portal.tpl b/community/adguard-home/1.0.9/templates/_portal.tpl similarity index 100% rename from community/adguard-home/1.0.8/templates/_portal.tpl rename to community/adguard-home/1.0.9/templates/_portal.tpl diff --git a/community/adguard-home/1.0.8/templates/common.yaml b/community/adguard-home/1.0.9/templates/common.yaml similarity index 100% rename from community/adguard-home/1.0.8/templates/common.yaml rename to community/adguard-home/1.0.9/templates/common.yaml diff --git a/community/grafana/1.0.0/Chart.lock b/community/grafana/1.0.1/Chart.lock similarity index 100% rename from community/grafana/1.0.0/Chart.lock rename to community/grafana/1.0.1/Chart.lock diff --git a/community/grafana/1.0.0/Chart.yaml b/community/grafana/1.0.1/Chart.yaml similarity index 91% rename from community/grafana/1.0.0/Chart.yaml rename to community/grafana/1.0.1/Chart.yaml index 57d6caf56f..182cc4ac28 100644 --- a/community/grafana/1.0.0/Chart.yaml +++ b/community/grafana/1.0.1/Chart.yaml @@ -1,11 +1,12 @@ name: grafana -description: Grafana is the open source analytics & monitoring solution for every database. +description: Grafana is the open source analytics & monitoring solution for every + database. annotations: title: Grafana type: application -version: 1.0.0 +version: 1.0.1 apiVersion: v2 -appVersion: '9.5.3' +appVersion: 10.0.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/grafana/1.0.0/README.md b/community/grafana/1.0.1/README.md similarity index 100% rename from community/grafana/1.0.0/README.md rename to community/grafana/1.0.1/README.md diff --git a/community/grafana/1.0.0/app-readme.md b/community/grafana/1.0.1/app-readme.md similarity index 100% rename from community/grafana/1.0.0/app-readme.md rename to community/grafana/1.0.1/app-readme.md diff --git a/community/grafana/1.0.0/charts/common-1.0.8.tgz b/community/grafana/1.0.1/charts/common-1.0.8.tgz similarity index 100% rename from community/grafana/1.0.0/charts/common-1.0.8.tgz rename to community/grafana/1.0.1/charts/common-1.0.8.tgz diff --git a/community/grafana/1.0.0/ci/basic-plugin-values.yaml b/community/grafana/1.0.1/ci/basic-plugin-values.yaml similarity index 100% rename from community/grafana/1.0.0/ci/basic-plugin-values.yaml rename to community/grafana/1.0.1/ci/basic-plugin-values.yaml diff --git a/community/grafana/1.0.0/ci/basic-values.yaml b/community/grafana/1.0.1/ci/basic-values.yaml similarity index 100% rename from community/grafana/1.0.0/ci/basic-values.yaml rename to community/grafana/1.0.1/ci/basic-values.yaml diff --git a/community/grafana/1.0.0/ci/https-plugins-values.yaml b/community/grafana/1.0.1/ci/https-plugins-values.yaml similarity index 100% rename from community/grafana/1.0.0/ci/https-plugins-values.yaml rename to community/grafana/1.0.1/ci/https-plugins-values.yaml diff --git a/community/grafana/1.0.0/ci/https-values.yaml b/community/grafana/1.0.1/ci/https-values.yaml similarity index 100% rename from community/grafana/1.0.0/ci/https-values.yaml rename to community/grafana/1.0.1/ci/https-values.yaml diff --git a/community/grafana/1.0.0/ix_values.yaml b/community/grafana/1.0.1/ix_values.yaml similarity index 94% rename from community/grafana/1.0.0/ix_values.yaml rename to community/grafana/1.0.1/ix_values.yaml index 23a8e3f776..229e2877cb 100644 --- a/community/grafana/1.0.0/ix_values.yaml +++ b/community/grafana/1.0.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: grafana/grafana pullPolicy: IfNotPresent - tag: '9.5.3' + tag: 10.0.0 resources: limits: @@ -16,7 +16,7 @@ grafanaNetwork: hostNetwork: false webPort: 30037 certificateID: 0 - rootURL: "" + rootURL: '' grafanaRunAs: user: 568 diff --git a/community/grafana/1.0.0/metadata.yaml b/community/grafana/1.0.1/metadata.yaml similarity index 100% rename from community/grafana/1.0.0/metadata.yaml rename to community/grafana/1.0.1/metadata.yaml diff --git a/community/grafana/1.0.0/questions.yaml b/community/grafana/1.0.1/questions.yaml similarity index 100% rename from community/grafana/1.0.0/questions.yaml rename to community/grafana/1.0.1/questions.yaml diff --git a/community/grafana/1.0.0/templates/NOTES.txt b/community/grafana/1.0.1/templates/NOTES.txt similarity index 100% rename from community/grafana/1.0.0/templates/NOTES.txt rename to community/grafana/1.0.1/templates/NOTES.txt diff --git a/community/grafana/1.0.0/templates/_configuration.tpl b/community/grafana/1.0.1/templates/_configuration.tpl similarity index 100% rename from community/grafana/1.0.0/templates/_configuration.tpl rename to community/grafana/1.0.1/templates/_configuration.tpl diff --git a/community/grafana/1.0.0/templates/_grafana.tpl b/community/grafana/1.0.1/templates/_grafana.tpl similarity index 100% rename from community/grafana/1.0.0/templates/_grafana.tpl rename to community/grafana/1.0.1/templates/_grafana.tpl diff --git a/community/grafana/1.0.0/templates/_portal.tpl b/community/grafana/1.0.1/templates/_portal.tpl similarity index 100% rename from community/grafana/1.0.0/templates/_portal.tpl rename to community/grafana/1.0.1/templates/_portal.tpl diff --git a/community/grafana/1.0.0/templates/common.yaml b/community/grafana/1.0.1/templates/common.yaml similarity index 100% rename from community/grafana/1.0.0/templates/common.yaml rename to community/grafana/1.0.1/templates/common.yaml