how to set local redis repository in helm?

198 Views Asked by At

I try to install Redis for tyk with my company's local jfrog repository but I am facing the following issue. I am using Helm v3.8.2.

helm install redis tyk-helm/simple-redis --set image.repository=images.artifactory.mycompany.com/redis -n tyk
Error: unknown flag: --set image.repository

can you help me figure out how to solve this issue? I am new to using helm.

1

There are 1 best solutions below

1
On

The error seems to be complaining of an unknown flag image.repository. Did you try running the command written here

helm install tyk-redis bitnami/redis -n tyk