- Add quotes around boolean string values in REDIS_CACHE_ENABLED
- Fix variable reference from .Values.redis.redisHost to .Values.redisHost
- Remove extra hyphens in template expressions for cleaner syntax
- Update assist_url helper to use printf for better string formatting
These changes ensure consistent Helm template syntax and fix broken
variable references that could cause deployment issues.
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>