Skip to content

Tags: devhliu/spark-on-k8s-operator

Tags

spark-operator-chart-1.1.19

Toggle spark-operator-chart-1.1.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Operator volumes and volumeMounts in chart (kubeflow#1475)

* Operator volumes and volumeMounts

* Update values.yaml

* Update Chart.yaml

chart version up to 1.1.18

* Update Chart.yaml

1.1.19

* Update values.yaml

remove white space

spark-operator-chart-1.1.18

Toggle spark-operator-chart-1.1.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated default registry to ghcr.io (kubeflow#1454)

* Updated default registry to ghcr.io

* Bumped chart version and built api-docs

* Updated build-helm-chart job, step Run chart-testing (install) to look for the correct registry

v1beta2-1.3.3-3.1.1

Toggle v1beta2-1.3.3-3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Kubernetes v1.22 extensions/v1beta1 API removal (kubeflow#1427)

* This commit addresses deprection of extensions/v1beta1 and
networking/v1beta1 on kubernetes v1.22+

* Updated logic for handling both extensions/v1beta1 and networking.k8s.io/v1

* Bumped appVersion

* Bumped chart version

* Updated version matrix in README

v1beta2-1.3.2-3.1.1

Toggle v1beta2-1.3.2-3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use github container registry instead of gcr.io for releases (kubeflo…

…w#1422)

* use github container registry instead of gcr.io for releases

It appears that it is possible looking at this workflow.

https://github.com/GoogleCloudPlatform/gke-autoneg-controller/blame/master/.github/workflows/go.yml

It can only be done on the master branch though, so can't find out until after merge

Update main.yaml

Update main.yaml

* Update to use github token

Following the guidance 
from here. This stil might not work, but I don't think there is anthing else that can be done. https://github.blog/changelog/2021-03-24-packages-container-registry-now-supports-github_token/

spark-operator-chart-1.1.15

Toggle spark-operator-chart-1.1.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve github CI, and helm default docker version (kubeflow#1415)

Add a docker build into the github CI, even if we don't use it, and also
stop using latest as the default container version, as it is clearly wrong, and
the latest tag hasn't been updated in a long time.

travis-ci.org has stopped building the code for this repository as well, so we should
focus on github workflows. Ideally we'd move the building of the docker container into
github as well because then at least all CI is managed in one place.

Signed-off-by: Tom Hellier <[email protected]>

spark-operator-chart-1.1.14

Toggle spark-operator-chart-1.1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updating API version of admissionregistration.k8s.io (kubeflow#1401)

* Added webhook timeout variable

* made timeout variable to be private

* Fixed chart version

* Bumped admission & admissionregistration ver to v1

* Bumped operator version to v1beta2-1.3.0-3.1.1

* Fixed typo in README.md

* Fixed typos in README.md

Co-authored-by: Sairaman Kumar <[email protected]>

spark-operator-chart-1.1.13

Toggle spark-operator-chart-1.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
delete-service-accounts-and-roles-before-creation (kubeflow#1384)

* delete-service-accounts-and-roles-before-creation

* bump spark-operator version

spark-operator-chart-1.1.12

Toggle spark-operator-chart-1.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
webhook timeout variable (kubeflow#1387)

* Added webhook timeout variable

* made timeout variable to be private

* Fixed chart version

Co-authored-by: Sairaman Kumar <[email protected]>

spark-operator-chart-1.1.11

Toggle spark-operator-chart-1.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[FIX] add service account access to persistentvolumeclaims (kubeflow#…

…1390)

* [FIX] add servicea ccount access to persistentvolumeclaims

* fix: Bump chart version

spark-operator-chart-1.1.10

Toggle spark-operator-chart-1.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add custom toleration support for webhook jobs (kubeflow#1383)