Skip to content

v0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Dec 13:18
498323b

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