Skip to content

Commit

Permalink
update redis chart version
Browse files Browse the repository at this point in the history
Signed-off-by: yxxhero <aiopsclub@163.com>
  • Loading branch information
yxxhero authored and bitsf committed Jun 3, 2022
1 parent aabc2af commit 4e3c824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -428,7 +428,7 @@ install-dependencies: certmanager postgresql redis ingress
.PHONY: redis
redis: helm sample-redis
$(HELM) repo add bitnami https://charts.bitnami.com/bitnami
$(HELM) upgrade --install harbor-redis bitnami/redis --version 12.10.0 \
$(HELM) upgrade --install harbor-redis bitnami/redis --version 15.7.0 \
--set-string existingSecret=harbor-redis \
--set-string existingSecretPasswordKey=redis-password \
--set usePassword=true
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/customize-storage-db-redis.md
Expand Up @@ -90,7 +90,7 @@ The thing to note here is the names of the databases `core`, `notaryserver` (onl
Harbor uses Redis as its cache service to cache data. You can create a cache instance from your cloud provider or pre-install a Redis on your resources. e.g.:

```shell
helm upgrade --install harbor-redis bitnami/redis --version 12.10.0 --set-string password=the-redis-password --set usePassword=true --set-string image.registry=ghcr.io --set-string image.repository=goharbor/redis
helm upgrade --install harbor-redis bitnami/redis --version 15.7.0 --set-string password=the-redis-password --set usePassword=true --set-string image.registry=ghcr.io --set-string image.repository=goharbor/redis
```

>NOTES: `make redis` can also help install a Redis instance quickly.
Expand Down

0 comments on commit 4e3c824

Please sign in to comment.