This commit is contained in:
kjeld Schouten-Lebbing
2022-03-30 00:33:56 +02:00
parent 9e6627dfb7
commit 8d515e8770
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-memcached - https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/ - http://memcached.org/
type: application type: application
version: 2.0.18 version: 2.0.19
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- database - database
+1 -1
View File
@@ -749,7 +749,7 @@ upload_index() {
git commit -sm "Commit released Helm Chart and docs for TrueCharts" || exit 0 git commit -sm "Commit released Helm Chart and docs for TrueCharts" || exit 0
git push git push
cd - cd -
rm .cr-index rm -rf .cr-index
} }
export -f upload_index export -f upload_index