v0.5.2
CI/CD Operator v0.5.2 Release!
Installation
kubectl apply -f https://raw.githubusercontent.com/tmax-cloud/cicd-operator/v0.5.2/config/crd/cicd.tmax.io_approvals.yaml
kubectl apply -f https://raw.githubusercontent.com/tmax-cloud/cicd-operator/v0.5.2/config/crd/cicd.tmax.io_integrationjobs.yaml
kubectl apply -f https://raw.githubusercontent.com/tmax-cloud/cicd-operator/v0.5.2/config/crd/cicd.tmax.io_integrationconfigs.yaml --server-side=true
kubectl apply -f https://raw.githubusercontent.com/tmax-cloud/cicd-operator/v0.5.2/config/release.yaml
Refer to the documents for the further usage
Changelog
Features
- [feat] Support insecure skip verify (#325)