Bug fix 🐛
Fix conversion webhook
The conversion webhook embedded in the chart was calling the wrong Service
.
Package release 📦
Docker image:
ghcr.io/syngit-org/syngit:v0.3.5
Helm chart:
https://syngit-org.github.io/syngit version 0.3.5
Helm install
helm repo add syngit https://syngit-org.github.io/syngit
helm repo update syngit
helm install syngit syngit/syngit --version 0.3.5 -n <SYNGIT_NAMESPACE>
Helm upgrade
helm repo update syngit
helm upgrade -n <SYNGIT_NAMESPACE> --version 0.3.5 syngit syngit/syngit