Skip to content

Commit e897215

Browse files
committed
Fix docs
Signed-off-by: Steven Sheehy <[email protected]>
1 parent d4dd048 commit e897215

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

charts/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,9 @@ using the below steps, update the `values.yaml` to use the newly built images.
236236
```bash
237237
export REDIS_VERSION="8.2.2"
238238
git checkout https://github.com/bitnami/containers.git
239-
cd containers/bitnami/redis/8.2/debian-12
240-
docker buildx build --platform linux/amd64,linux/arm64 -t gcr.io/mirrornode/redis:${REDIS_VERSION} --provenance false --push .
241-
cd ../../../redis-sentinel/8.2/debian-12
242-
buildx build --platform linux/amd64,linux/arm64 -t gcr.io/mirrornode/redis-sentinel:${REDIS_VERSION} --provenance false --push .
239+
cd containers/bitnami/
240+
docker buildx build --platform linux/amd64,linux/arm64 -t gcr.io/mirrornode/redis:${REDIS_VERSION} --provenance false --push redis/8.2/debian-12
241+
docker buildx build --platform linux/amd64,linux/arm64 -t gcr.io/mirrornode/redis-sentinel:${REDIS_VERSION} --provenance false --push redis-sentinel/8.2/debian-12
243242
```
244243

245244
## Troubleshooting

0 commit comments

Comments
 (0)