no message

This commit is contained in:
kjeld Schouten-Lebbing 2022-03-29 21:53:06 +02:00
parent 3a5e0287be
commit 6110c5d213
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
7 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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