Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
Generated commit to update templated files based on rev 4162060 in st…
Browse files Browse the repository at this point in the history
…ackabletech/operator-templating repo.

Original commit message:
Bumps EmbarkStudios/cargo-deny-action from 1.2.6 to 1.2.9. (#30)

Commits
f2d2f98 Bump to 0.11.0
9fc24d5 Bump cargo in image to 1.57.0
bbd7543 Bump to 0.11.0
4c4933d Add asn1rs to the list of users (#39)
  • Loading branch information
stackable-bot committed Dec 8, 2021
1 parent 1b7bf56 commit 10fa559
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ jobs:

steps:
- uses: actions/checkout@v2.4.0
- uses: EmbarkStudios/cargo-deny-action@v1.2.6
- uses: EmbarkStudios/cargo-deny-action@v1.2.9
with:
command: check ${{ matrix.checks }}
9 changes: 7 additions & 2 deletions deploy/helm/spark-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
# This file is automatically generated from the templates in stackabletech/operator-templating
# DON'T MANUALLY EDIT THIS FILE
# =============

apiVersion: v2
name: spark-operator
description: The Stackable Operator for Apache Spark

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -14,15 +16,18 @@ description: The Stackable Operator for Apache Spark
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

maintainers:
- name: stackable
url: github.com/stackabletech

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.0-nightly
version: <version_placeholder>

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.5.0-nightly
appVersion: <version_placeholder>

0 comments on commit 10fa559

Please sign in to comment.