Skip to content

Commit

Permalink
Adds community crd dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Valin committed Oct 28, 2021
1 parent b07f40f commit c453f7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/releaser/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ inputs:
target:
description: "Specific charts folder inside <charts_dir> for releasing"
required: false

runs:
using: composite
steps:
- run: |
- shell: bash
run: |
export VERSION="${{ inputs.version }}"
export CHART_DIR="${{ inputs.charts_dir }}"
export CHARTS_REPO_URL="${{ inputs.charts_repo_url }}"
Expand All @@ -30,4 +32,3 @@ runs:
mapfile -t target< <(echo ${{ inputs.target }})
"$GITHUB_ACTION_PATH/cr.sh" "${target[@]}"
shell: bash
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: |
chmod 755 .github/dependency_as_file.sh
.github/dependency_as_file.sh atlas-operator-crds atlas-operator
.github/dependency_as_file.sh community-operator-crds community-operator
- name: Run chart-testing (lint)
id: lint
Expand All @@ -45,6 +46,7 @@ jobs:
run: |
chmod 755 .github/dependency_as_file.sh
.github/dependency_as_file.sh atlas-operator-crds atlas-operator
.github/dependency_as_file.sh community-operator-crds community-operator
- name: Run kubeval
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
charts_repo_url: https://mongodb.github.com/helm-chart
target: |
atlas-operator-crds
community-operator-crds
- name: Helm Chart Releaser
uses: ./.github/actions/releaser
Expand Down

0 comments on commit c453f7c

Please sign in to comment.