Skip to content

Commit

Permalink
Merge pull request #1 from tico24/main
Browse files Browse the repository at this point in the history
Test PR and Installation tests. Bump chart version to 0.1.6, use an actual sorry-cypress version so the chart works out of the box
  • Loading branch information
tico24 authored Jan 6, 2021
2 parents 936a649 + ec3f073 commit 1057a1d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,10 @@ jobs:
run: ct lint --all --debug --config lint.yaml

- name: Create kind cluster
uses: helm/kind-action@v1.0.0
uses: helm/kind-action@v1.1.0
with:
install_local_path_provisioner: true
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
uses: helm/[email protected]
with:
command: install
config: test.yaml
run: ct install --debug --config test.yaml
4 changes: 2 additions & 2 deletions helm-charts/charts/sorry-cypress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: sorry-cypress
description: A Helm chart for Sorry Cypress
type: application
version: 0.1.5
appVersion: 1.16.0
version: 0.1.6
appVersion: 0.6.1
home: https://sorry-cypress.dev/
sources:
- https://github.com/sorry-cypress/sorry-cypress
Expand Down
4 changes: 1 addition & 3 deletions lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
remote: origin
target-branch: main
chart-dirs:
- helm-charts/charts
all:
debug:
- helm-charts/charts
2 changes: 0 additions & 2 deletions test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ remote: origin
target-branch: main
chart-dirs:
- helm-charts/charts
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
helm-extra-args: --timeout 600s

0 comments on commit 1057a1d

Please sign in to comment.