Skip to content

Commit

Permalink
Bump 'common' chart version & modify keywords (#5)
Browse files Browse the repository at this point in the history
* Bump 'common' chart version, update keywords, rename dir
  • Loading branch information
jdstone authored Jul 17, 2021
1 parent f01c8dd commit 9fcc075
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed --excluded-charts igg-common --config ct.yaml)
changed=$(ct list-changed --excluded-charts common --config ct.yaml)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
fi
Expand All @@ -44,4 +44,4 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct install --excluded-charts igg-common --config ct.yaml
run: ct install --excluded-charts common --config ct.yaml
File renamed without changes.
6 changes: 3 additions & 3 deletions charts/igg-common/Chart.yaml → charts/common/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v2
name: igg-common
version: 0.1.1
name: common
version: 0.1.2
description: A Library Helm Chart for grouping common logic between Indiegogo charts. This chart is not deployable by itself.
type: library
keywords:
- common
- helper
- template
- function
- indiegogo
- igg
home: https://github.com/indiegogo
sources:
- https://github.com/indiegogo
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9fcc075

Please sign in to comment.