From 6110c5d213aa5eb95678ebbc8a78210185354e5d Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 29 Mar 2022 21:53:06 +0200 Subject: [PATCH] no message --- charts/dependency/mariadb/Chart.yaml | 2 +- charts/dependency/memcached/Chart.yaml | 2 +- charts/dependency/mongodb/Chart.yaml | 2 +- charts/dependency/postgresql/Chart.yaml | 2 +- charts/dependency/promtail/Chart.yaml | 2 +- charts/dependency/redis/Chart.yaml | 2 +- tools/build-release.sh | 1 + 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/charts/dependency/mariadb/Chart.yaml b/charts/dependency/mariadb/Chart.yaml index 36b4154b6a2..4e3dc2f21cd 100644 --- a/charts/dependency/mariadb/Chart.yaml +++ b/charts/dependency/mariadb/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/prometheus/mysqld_exporter - https://mariadb.org type: application -version: 2.0.19 +version: 2.0.20 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependency/memcached/Chart.yaml b/charts/dependency/memcached/Chart.yaml index 1a379e821f0..e55b62c45c9 100644 --- a/charts/dependency/memcached/Chart.yaml +++ b/charts/dependency/memcached/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/bitnami/bitnami-docker-memcached - http://memcached.org/ type: application -version: 2.0.16 +version: 2.0.17 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependency/mongodb/Chart.yaml b/charts/dependency/mongodb/Chart.yaml index 64946e86a80..9fd67e238b9 100644 --- a/charts/dependency/mongodb/Chart.yaml +++ b/charts/dependency/mongodb/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/bitnami/bitnami-docker-mongodb - https://www.mongodb.com type: application -version: 0.0.5 +version: 0.0.6 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependency/postgresql/Chart.yaml b/charts/dependency/postgresql/Chart.yaml index 30d05c0d2bb..a32ec1dcda8 100644 --- a/charts/dependency/postgresql/Chart.yaml +++ b/charts/dependency/postgresql/Chart.yaml @@ -22,7 +22,7 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 7.0.17 +version: 7.0.18 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependency/promtail/Chart.yaml b/charts/dependency/promtail/Chart.yaml index 5c2a8308d7b..3d010f37ebc 100644 --- a/charts/dependency/promtail/Chart.yaml +++ b/charts/dependency/promtail/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://grafana.com/oss/loki/ - https://grafana.com/docs/loki/latest/ type: application -version: 2.0.8 +version: 2.0.9 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/dependency/redis/Chart.yaml b/charts/dependency/redis/Chart.yaml index 1de36b28bd9..3dd73879a3c 100644 --- a/charts/dependency/redis/Chart.yaml +++ b/charts/dependency/redis/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/bitnami/bitnami-docker-redis - http://redis.io/ type: application -version: 2.0.13 +version: 2.0.14 annotations: truecharts.org/catagories: | - database diff --git a/tools/build-release.sh b/tools/build-release.sh index fa214f54f47..c734f14ed60 100755 --- a/tools/build-release.sh +++ b/tools/build-release.sh @@ -745,6 +745,7 @@ export -f update_index upload_index() { cd chartsrepo + echo "uploading index.yaml..." git config user.name "TrueCharts-Bot" git config user.email "bot@truecharts.org" git add --all