Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into helm-chart
Browse files Browse the repository at this point in the history
  • Loading branch information
nellyk committed Apr 18, 2024
2 parents abf3382 + 3d9f761 commit 98b9ec7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/helm-lint-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint and Test Charts
name: Helm Lint and Test Charts

on: pull_request

Expand All @@ -14,7 +14,7 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 #v4.2.0
with:
version: v4.2.0
version: v3.7.0

- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa #v4.8.0
with:
Expand All @@ -35,11 +35,12 @@ jobs:
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --target-branch ${{ github.event.repository.default_branch }}

- name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true'
uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced #v1.9.0

- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --target-branch ${{ github.event.repository.default_branch }}
#TODO: update this to create a cluster and end to end test for the helm chart
# - name: Create kind cluster
# if: steps.list-changed.outputs.changed == 'true'
# uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced #v1.9.0

# - name: Run chart-testing (install)
# if: steps.list-changed.outputs.changed == 'true'
# run: ct install --target-branch ${{ github.event.repository.default_branch }}

4 changes: 3 additions & 1 deletion .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Charts
name: Helm Release Charts

on:
push:
Expand All @@ -25,6 +25,8 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 #v4.2.0
with:
version: v3.7.0

- name: Run chart-releaser
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
Expand Down

0 comments on commit 98b9ec7

Please sign in to comment.