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.
The error seems to be complaining of an unknown flag
image.repository
. Did you try running the command written here