Skip to content

Commit

Permalink
Merge pull request #1 from colearendt/example-pr
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
colearendt authored May 18, 2021
2 parents 6288f90 + 6682281 commit 9e4106c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/chart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,18 @@ jobs:
- name: Run chart-testing (lint)
run: ct lint

- name: Create kind cluster
uses: helm/[email protected]
- name: Install kubectl
uses: azure/setup-kubectl@v1
#with:
# version: '<version>' # default is latest stable
id: install
- name: Create k3d cluster
uses: rinx/[email protected]
if: steps.list-changed.outputs.changed == 'true'

#- name: Create kind cluster
# uses: helm/[email protected]
# if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct install
9 changes: 7 additions & 2 deletions charts/example/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ type: application
# 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.1.0
version: 0.1.1

# 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.
appVersion: 1.16.0
appVersion: 1.16.1

maintainers:
- name: colearendt
email: [email protected]
url: https://github.com/colearendt

0 comments on commit 9e4106c

Please sign in to comment.