Skip to content

Commit

Permalink
Update templated files to rev e5dc6b2 (#257)
Browse files Browse the repository at this point in the history
Automatically created PR based on commit e5dc6b260bd7131ec3112483755d54755fba62cc in stackabletech/operator-templating repo.

Triggered by:
Manual run triggered by: Techassi with message [Add Helm chart (re-)generation as pre-commit hook]
  • Loading branch information
stackable-bot committed Jul 12, 2023
1 parent 522c634 commit 4106e6a
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 18 deletions.
9 changes: 3 additions & 6 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
---
blank_issues_enabled: true
contact_links:
- name: Feature request
about: 🚀 Suggest an idea for this project
url: https://github.com/orgs/stackabletech/discussions/new?category=ideas
- name: 🙋🏾 Question
about: Use this to ask a question about this project
url: https://github.com/orgs/stackabletech/discussions/new?category=general
- name: Other issue
about: Open an issue that doesn't fit any other category
url: https://github.com/orgs/stackabletech/discussions/new?category=q-a
- name: 🚀 Feature Requests and other things
about: Open an issue with your feature request or any other issue not covered elsewhere
url: https://github.com/stackabletech/spark-k8s-operator/issues/new
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,12 @@ repos:
rev: 4.0.1
hooks:
- id: flake8

- repo: local
hooks:
- id: regenerate-charts
name: regenerate-charts
language: system
entry: make regenerate-charts
stages: [commit, merge-commit, manual]
pass_filenames: false
8 changes: 3 additions & 5 deletions .readme/partials/borrowed/footer.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ We develop and test our operators on the following cloud platforms:
* GKE on Google Cloud Platform (GCP)
* [IONOS Cloud Managed Kubernetes](https://cloud.ionos.com/managed/kubernetes)
* K3s
* Kubernetes 1.23-1.26
* Kubernetes (for an up to date list of supported versions please check the release notes in our [docs](https://docs.stackable.tech)
* Red Hat OpenShift

We are currently working to support:

* OpenShift

## Other Operators

Expand Down Expand Up @@ -60,4 +58,4 @@ Contributions are welcome. Follow our [Contributors Guide](https://docs.stackabl

## Support

You can use this project under different licenses. Get started with the community edition! If you want professional support, [we offer subscription plans](https://stackable.tech/en/plans/).
Get started with the community edition! If you want professional support, [we offer subscription plans and custom licensing](https://stackable.tech/en/plans/).
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,6 @@ publish: build docker-publish helm-publish
run-dev:
kubectl apply -f deploy/stackable-operators-ns.yaml
nix run -f. tilt -- up --port 5442 --namespace stackable-operators

stop-dev:
nix run -f. tilt -- down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@ We develop and test our operators on the following cloud platforms:
* GKE on Google Cloud Platform (GCP)
* [IONOS Cloud Managed Kubernetes](https://cloud.ionos.com/managed/kubernetes)
* K3s
* Kubernetes 1.23-1.26
* Kubernetes (for an up to date list of supported versions please check the release notes in our [docs](https://docs.stackable.tech)
* Red Hat OpenShift

We are currently working to support:

* OpenShift

## Other Operators

Expand Down Expand Up @@ -97,4 +95,4 @@ Contributions are welcome. Follow our [Contributors Guide](https://docs.stackabl

## Support

You can use this project under different licenses. Get started with the community edition! If you want professional support, [we offer subscription plans](https://stackable.tech/en/plans/).
Get started with the community edition! If you want professional support, [we offer subscription plans and custom licensing](https://stackable.tech/en/plans/).
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ helm_crds, helm_non_crds = filter_yaml(
api_version = "^apiextensions\\.k8s\\.io/.*$",
kind = "^CustomResourceDefinition$",
)
k8s_yaml(helm_non_crds)
k8s_yaml(helm_non_crds)
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG VERSION
ARG RELEASE="1"

LABEL name="Stackable Operator for Apache Spark-on-Kubernetes" \
maintainer="info@stackable.de" \
maintainer="info@stackable.tech" \
vendor="Stackable GmbH" \
version="${VERSION}" \
release="${RELEASE}" \
Expand Down

0 comments on commit 4106e6a

Please sign in to comment.