Skip to content

Commit ac7ee6e

Browse files
authored
feat: update appVersion to v4.1.0 (#12)
* feat: update appVersion to v4.1.0 * ci: fix lint test workflow * chore: correct maintainer info (GitHub) * fix: remove test-connection template * ci: fix upgrade vs install step
1 parent 6183546 commit ac7ee6e

File tree

3 files changed

+9
-24
lines changed

3 files changed

+9
-24
lines changed

.github/workflows/lint-test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check and Update chart README
1+
name: Lint and test charts
22

33
on:
44
pull_request:
@@ -36,23 +36,23 @@ jobs:
3636
- name: Run chart-testing (list-changed)
3737
id: list-changed
3838
run: |
39-
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
39+
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }} --chart-dirs . 2>/dev/null)
4040
if [[ -n "$changed" ]]; then
4141
echo "::set-output name=changed::true"
4242
fi
4343
4444
- name: Run chart-testing (lint)
4545
if: steps.list-changed.outputs.changed == 'true'
46-
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
46+
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs .
4747

4848
- name: Create kind cluster
4949
uses: helm/kind-action@v1.3.0
5050
if: steps.list-changed.outputs.changed == 'true'
5151

5252
- name: Run chart-testing (install)
5353
if: steps.list-changed.outputs.changed == 'true'
54-
run: ct install --upgrade --target-branch ${{ github.event.repository.default_branch }}
54+
run: ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs .
5555

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

community-solid-server/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.0.2
18+
version: 2.1.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "4.0.1"
24+
appVersion: "4.1.0"
2525

2626
home: https://github.com/idlab-gent/css-helm-chart
2727
icon: https://raw.githubusercontent.com/solid/community-server/main/templates/images/solid.svg
2828
keywords:
2929
- solid
3030
- pod
3131
maintainers:
32-
- email: jasper.vaneessen@ugent.be
33-
name: jveessen
32+
- email: jasper.vaneessen@gmail.com
33+
name: MisterTimn
3434
sources:
3535
- https://github.com/solid/community-server

community-solid-server/templates/tests/test-connection.yaml

-15
This file was deleted.

0 commit comments

Comments
 (0)