'how to set local redis repository in helm?

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.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source