mysql v1.7.4
Bug Fixes
- fix(repo): use fully qualified image names across all charts (#14)
Other Changes
- release(mysql): 1.7.4 [skip ci]
Install
# OCI registry
helm install mysql oci://ghcr.io/helmforgedev/helm/mysql --version 1.7.4
# Helm repository
helm repo add helmforge https://repo.helmforge.dev
helm install mysql helmforge/mysql --version 1.7.4