Skip to content

Commit 9fcc075

Browse files
authored
Bump 'common' chart version & modify keywords (#5)
* Bump 'common' chart version, update keywords, rename dir
1 parent f01c8dd commit 9fcc075

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed

.github/workflows/lint-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run chart-testing (list-changed)
3232
id: list-changed
3333
run: |
34-
changed=$(ct list-changed --excluded-charts igg-common --config ct.yaml)
34+
changed=$(ct list-changed --excluded-charts common --config ct.yaml)
3535
if [[ -n "$changed" ]]; then
3636
echo "::set-output name=changed::true"
3737
fi
@@ -44,4 +44,4 @@ jobs:
4444
if: steps.list-changed.outputs.changed == 'true'
4545

4646
- name: Run chart-testing (install)
47-
run: ct install --excluded-charts igg-common --config ct.yaml
47+
run: ct install --excluded-charts common --config ct.yaml
File renamed without changes.

charts/igg-common/Chart.yaml charts/common/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apiVersion: v2
2-
name: igg-common
3-
version: 0.1.1
2+
name: common
3+
version: 0.1.2
44
description: A Library Helm Chart for grouping common logic between Indiegogo charts. This chart is not deployable by itself.
55
type: library
66
keywords:
77
- common
88
- helper
99
- template
10+
- function
1011
- indiegogo
11-
- igg
1212
home: https://github.com/indiegogo
1313
sources:
1414
- https://github.com/indiegogo
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)