Sunny
4ce7c0d9aa
Add setup-envtest in Makefile
...
Use setup-envtest for installing the binaries required for using
envtest.
The latest envtest binaries for k8s v1.21.2 are not compatible with
kubebuilder < v3, which results in envtest suite test tear down
failure. envtest fails to stop the kube-apiserver.
```
timeout waiting for process kube-apiserver to stop
```
Pin to k8s v1.19.2 envtest binaries that work with kubebuilder v2.
Signed-off-by: Sunny <darkowlzz@protonmail.com>
2021-07-30 18:45:17 +05:30
Hidde Beydals
a76b10cebb
Update K8s, controller-runtime and fluxcd/pkg deps
...
Controller-runtime has been updated to `v0.9.0`, K8s dependencies to
`v0.21.1`, and all `fluxcd/pkg` and other dependencies to the versions
that have matching dependencies and/or build constraints.
Signed-off-by: Hidde Beydals <hello@hidde.co>
2021-06-08 13:41:34 +02:00
Philip Laine
fcf7048992
Add include property to GitRepositories
...
Signed-off-by: Philip Laine <philip.laine@gmail.com>
Signed-off-by: Philip Laine <philip.laine@xenit.se>
2021-05-11 09:46:50 +02:00
Stefan Prodan
22f5a6f6fb
Update dependencies
...
- helm.sh/helm/v3 v3.5.2 (forces us into pinning docker)
- sigs.k8s.io/controller-tools/cmd/controller-gen v0.4.1
- sigs.k8s.io/controller-runtime v0.8.2
- fluxcd/pkg/apis/meta v0.8.0
- fluxcd/pkg/runtime v0.8.3
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2021-02-23 13:18:21 +02:00
Stefan Prodan
ab16dd7c2e
Update Kubernetes and Helm packages
...
- k8s.io/api v0.20.2
- controller-runtime v0.8.0
- helm v3.5.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2021-01-16 14:38:28 +02:00
Philip Laine
934f5df668
Remove manifests run on dev deploy
...
Signed-off-by: Philip Laine <philip.laine@xenit.se>
2020-12-02 20:18:29 +01:00
stefanprodan
f16e5f041a
Promote API to v1beta1
2020-09-30 16:11:00 +03:00
Hidde Beydals
0f9a6ff939
Remove `find -execdir` from `Makefile`
...
As it does not allow for error codes to surface
2020-09-11 09:58:07 +02:00
Hidde Beydals
7f0c99cf03
Tweak `make manifest` target to reenable RBAC gen
2020-09-10 21:17:06 +02:00
Hidde Beydals
157ad2f51a
Make various targets work after api pkg change
2020-08-20 10:32:24 +02:00
stefanprodan
7e2fe14efa
Upgrade CRDs to apiextensions.k8s.io/v1
2020-07-20 12:21:34 +03:00
Hidde Beydals
7e647a6bb2
Generate API documentation
2020-06-19 16:45:05 +02:00
stefanprodan
3bd15423e4
ci: Check if working tree is dirty
...
- run unit tests in a dedicated CI step
- check if working tree is dirty and fail CI build
2020-04-13 20:23:58 +03:00
Hidde Beydals
4d30a82ef4
Rename project to source-controller
2020-04-08 16:12:17 +03:00
stefanprodan
d4b9e17800
Move dev deploy script to Makefile
2020-04-08 15:14:32 +03:00
stefanprodan
86c2c9f745
Implement CI with GitHub Actions
2020-04-08 14:17:06 +03:00
stefanprodan
d2b0653c34
Setup build and deploy manifests
2020-04-06 20:37:53 +03:00
stefanprodan
92b7b1fe43
Scaffold repository controllers
2020-04-05 12:34:29 +03:00