-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to the new way the char tester works
- Loading branch information
1 parent
c81a90a
commit e10ec2d
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,12 +11,13 @@ jobs: | |
|
||
- name: Fetch history | ||
run: git fetch --prune --unshallow | ||
- name: Install Chart Tester | ||
uses: helm/[email protected] | ||
- name: Add WyriHaximusNet repo | ||
run: helm repo add WyriHaximusNet https://helm.wyrihaximus.net/ | ||
- name: Lint charts | ||
id: lint | ||
uses: helm/[email protected] | ||
with: | ||
command: lint | ||
config: ct.yaml | ||
run: ct lint --all | ||
|
||
test: | ||
runs-on: ubuntu-latest | ||
|
@@ -59,11 +60,13 @@ jobs: | |
sed -i '$ d' charts/commentoplusplus/ci/postgresql-values.yaml | ||
echo -e " manual: \"${{ steps.postgresql.outputs.url }}\"\r\n" >> charts/commentoplusplus/ci/postgresql-values.yaml | ||
sed -i 's/library/application/g' charts/commons/Chart.yaml | ||
sed -i 's/library/application/g' charts/cron-jobs/Chart.yaml | ||
sed -i 's/library/application/g' charts/horizontal-pod-autoscalers/Chart.yaml | ||
rm -Rf charts/commento | ||
rm -Rf charts/commentoplusplus | ||
- name: Test charts | ||
# sed -i 's/library/application/g' charts/cron-jobs/Chart.yaml | ||
# sed -i 's/library/application/g' charts/horizontal-pod-autoscalers/Chart.yaml | ||
- name: Add WyriHaximusNet repo | ||
run: helm repo add WyriHaximusNet https://helm.wyrihaximus.net/ | ||
- name: Install Chart Tester | ||
uses: helm/[email protected] | ||
with: | ||
command: install | ||
- name: Test charts | ||
run: ct install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,9 @@ description: Helm chart to install commento on a kubernetes cluster | |
home: https://commento.io/ | ||
icon: https://cdn.commento.io/images/logo.svg | ||
name: commento | ||
version: 0.2.1 | ||
version: 0.2.2 | ||
deprecated: true | ||
kubeVersion: ^1.19 | ||
maintainers: | ||
- name: WyriHaximus | ||
email: [email protected] | ||
dependencies: | ||
- name: commons | ||
version: ^0.1 | ||
|