Skip to content

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 284a588 commit c073aa3
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr_generate_manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@ jobs:
with:
version: v3.6.2
- name: update manifests
env:
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
if: env.NEXUS_PASSWORD != null
run: make generate-manifests
- name: Add & Commit
env:
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
if: env.NEXUS_PASSWORD != null
uses: EndBug/add-and-commit@v7
with:
default_author: user_info
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
push:
branches:
- main
- staging
- trying
pull_request:

env:
Expand All @@ -32,9 +34,6 @@ jobs:
- uses: actions-rs/[email protected]
with:
command: test
- uses: actions-rs/[email protected]
with:
command: clean

rustfmt:
name: Run rustfmt
Expand Down Expand Up @@ -80,6 +79,7 @@ jobs:
toolchain: stable
components: clippy
override: true
- uses: Swatinem/[email protected]
# We need this due to: https://github.com/actions-rs/clippy-check/issues/2
- name: Check workflow permissions
id: check_permissions
Expand Down Expand Up @@ -112,6 +112,6 @@ jobs:

steps:
- uses: actions/[email protected]
- uses: EmbarkStudios/[email protected].6
- uses: EmbarkStudios/[email protected].9
with:
command: check ${{ matrix.checks }}
10 changes: 10 additions & 0 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
status = [
'Run tests',
'Run rustfmt',
'Run rustdoc',
'Run clippy',
'Run cargo deny (bans licenses sources)'
]
delete_merged_branches = true
pr_status = [ 'license/cla' ]
timeout_sec = 7200
9 changes: 7 additions & 2 deletions deploy/helm/druid-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: druid-operator
description: The Stackable Operator for Apache Druid

# 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 Druid
# 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.2.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.2.0-nightly
appVersion: <version_placeholder>

0 comments on commit c073aa3

Please sign in to comment.