Skip to content

Commit

Permalink
Merge pull request #53 from WyriHaximusNet/work-around-commento-versi…
Browse files Browse the repository at this point in the history
…oning-issue-during-linting

Work around commento versioning issue during linting
  • Loading branch information
WyriHaximus authored Dec 9, 2020
2 parents e1cda63 + e87eb16 commit 68b8450
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/helm-charts-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:

- name: Fetch history
run: git fetch --prune --unshallow
- run: |
echo -e " \"postgresql://postgres:postgres@postgres/postgres\"" >> charts/commento/ci/postgresql-values.yaml
- name: Lint charts
id: lint
uses: helm/[email protected]
Expand Down Expand Up @@ -55,7 +53,8 @@ jobs:
cp charts/cron-jobs/library-ci/*.yaml charts/cron-jobs/templates/
cp charts/horizontal-pod-autoscalers/library-ci/*.yaml charts/horizontal-pod-autoscalers/templates/
cp charts/pi-hole-exporter/library-ci/*.yaml charts/pi-hole-exporter/templates/
echo -e " \"${{ steps.postgresql.outputs.url }}\"" >> charts/commento/ci/postgresql-values.yaml
sed -i '$ d' charts/commento/ci/postgresql-values.yaml
echo -e " manual: \"${{ steps.postgresql.outputs.url }}\"\r\n" >> charts/commento/ci/postgresql-values.yaml
sed -i 's/library/application/g' charts/cron-jobs/Chart.yaml
sed -i 's/library/application/g' charts/horizontal-pod-autoscalers/Chart.yaml
- name: Test charts
Expand Down
2 changes: 1 addition & 1 deletion charts/commento/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.1.0
version: 0.1.1
maintainers:
- name: WyriHaximus
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/commento/ci/postgresql-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ hpa:

database:
urlSuffix: "?sslmode=disable"
manual:
manual: "postgresql://postgres:postgres@postgres/postgres"

0 comments on commit 68b8450

Please sign in to comment.