Skip to content

Commit aafdea3

Browse files
authored
rename: charts to releases (#28)
1 parent 6e33376 commit aafdea3

File tree

114 files changed

+732
-733
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+732
-733
lines changed

.github/workflows/linter.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,3 @@ jobs:
3737
- name: Run chart-testing (lint)
3838
if: steps.list-changed.outputs.changed == 'true'
3939
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
40-
41-
- name: Create kind cluster
42-
if: steps.list-changed.outputs.changed == 'true'
43-
uses: helm/[email protected]
44-
45-
- name: Run chart-testing (install)
46-
if: steps.list-changed.outputs.changed == 'true'
47-
run: ct install --target-branch ${{ github.event.repository.default_branch }}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
release:
2-
helm package helm -d charts
2+
helm package helm -d releases
33
helm repo index --url https://mintproject.github.io/mint/ .

README.md

Lines changed: 2 additions & 2 deletions

helm/Chart.yaml renamed to charts/mint/Chart.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ version: 2.3.0
2121
# follow Semantic Versioning. They should reflect the version the application is using.
2222
# It is recommended to use it with quotes.
2323
appVersion: "1.16.3"
24+
25+
maintainers:
26+
- name: mosoriob
27+
28+
url: https://github.com/mosoriob
File renamed without changes.

0 commit comments

Comments
 (0)