Commit Graph

4 Commits

Author SHA1 Message Date
Yi Chen 779ea3debc
Update the process to build api-docs, generate CRD manifests and code (#2046)
* Update .gitignore

Signed-off-by: Yi Chen <github@chenyicn.net>

* Update .dockerignore

Signed-off-by: Yi Chen <github@chenyicn.net>

* Update Makefile

Signed-off-by: Yi Chen <github@chenyicn.net>

* Update the process to generate api docs

Signed-off-by: Yi Chen <github@chenyicn.net>

* Update the workflow to generate api docs

Signed-off-by: Yi Chen <github@chenyicn.net>

* Use controller-gen to generate CRD and deep copy related methods

Signed-off-by: Yi Chen <github@chenyicn.net>

* Update helm chart CRDs

Signed-off-by: Yi Chen <github@chenyicn.net>

* Update workflow for building spark operator

Signed-off-by: Yi Chen <github@chenyicn.net>

* Update README.md

Signed-off-by: Yi Chen <github@chenyicn.net>

---------

Signed-off-by: Yi Chen <github@chenyicn.net>
2024-07-22 05:10:00 +00:00
Andrii Chubatiuk e9dbdfb971
fix: upgraded k8s deps (#1983)
Signed-off-by: Andrew Chubatiuk <andrew.chubatiuk@gmail.com>
2024-04-16 20:22:52 +00:00
Andrii Chubatiuk 4d1f5c5bc4
Cleanup after golang upgrade (#1956)
* cleanup after upgrade

Signed-off-by: Andrew Chubatiuk <andrew.chubatiuk@gmail.com>

* pr comments

Signed-off-by: Andrew Chubatiuk <andrew.chubatiuk@gmail.com>

* feat: add support for custom service labels (#1952)

* feat: add support for custom service labels

Signed-off-by: Cian Gallagher <cian@ciangallagher.net>

* chore: correctly format files

Signed-off-by: Cian Gallagher <cian@ciangallagher.net>

* chore: bump chart version to 1.1.30

Signed-off-by: Cian Gallagher <cian@ciangallagher.net>

---------

Signed-off-by: Cian Gallagher <cian@ciangallagher.net>
Signed-off-by: Andrew Chubatiuk <andrew.chubatiuk@gmail.com>

---------

Signed-off-by: Andrew Chubatiuk <andrew.chubatiuk@gmail.com>
Signed-off-by: Cian Gallagher <cian@ciangallagher.net>
Co-authored-by: Cian Gallagher <cg1830@gmail.com>
2024-04-08 01:16:27 +00:00
TomHellier ba16242de9
Various CI improvements (#1418)
This change renames the github workflows to be clearer about their purpose, and adds a set of tests which
aim to force developers to increment the appVersion if they have changed anything with the spark-operator docker container
or the chart version if they have updated the chart.

Signed-off-by: Tom Hellier <me@tomhellier.com>
2021-12-03 15:51:23 -08:00