Skip to content

Commit

Permalink
fix: empty commit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Aug 8, 2022
1 parent 4f27853 commit b88207f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/as-k8s/dependencies.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ elasticsearch:
#! REDIS
redis:
enabled: false
version: 17.0.7
version: 16.13.2
chart: bitnami/redis
#@schema/default defaultRedis()
#@schema/type any=True
Expand Down
2 changes: 1 addition & 1 deletion src/dependency-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ REPOSITORY_TAG_VERSION="${REPOSITORY_TAG_VERSION:-"0.0.1"}"
# utils
debug () {
echo "[$DEPENDENCY_NAME] debug | $*"
}
}ada

info () {
echo "[$DEPENDENCY_NAME] info | $*"
Expand Down

0 comments on commit b88207f

Please sign in to comment.