v0.2.1
End-users features ✨
Add Github & Gitlab providers alpha feature
The main final goal is to use features that are specific to these platforms (such as PR/MR, forks, etc...). For this version, we implement the v0.0.1
version of each of them.
Bug fixes 🐛
- Fix deprecated
kube-rbac-proxy
image
Package release 📦
Docker image:
ghcr.io/syngit-org/syngit:v0.2.1
Helm chart:
https://syngit-org.github.io/syngit version 0.2.1
Helm install
helm repo add syngit https://syngit-org.github.io/syngit
helm repo update syngit
helm install syngit syngit/syngit --version 0.2.1 -n <SYNGIT_NAMESPACE>
Helm upgrade
helm repo update syngit
helm upgrade -n <SYNGIT_NAMESPACE> syngit syngit/syngit