Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NOISSUE - Create and deploy SuperMQ Helm Charts #158

Closed
wants to merge 14 commits into from
6 changes: 3 additions & 3 deletions .github/workflows/helm-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Magistrala
# Copyright (c) Abstract Machines
# SPDX-License-Identifier: Apache-2.0

name: Generate Helm Docs
Expand All @@ -23,7 +23,7 @@ jobs:
id: helm-docs
uses: losisin/[email protected]
with:
chart-search-root: "charts/magistrala"
chart-search-root: "charts/supermq"
values-file: "values.yaml"
output-file: "README.md"
template-files: "README.md.gotmpl"
Expand All @@ -32,4 +32,4 @@ jobs:

- name: Show README diff
if: failure() && steps.helm-docs.outcome == 'failure'
run: git diff charts/magistrala/README.md || echo "No git diff available."
run: git diff charts/supermq/README.md || echo "No git diff available."
6 changes: 3 additions & 3 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Magistrala
# Copyright (c) Abstract Machines
# SPDX-License-Identifier: Apache-2.0

name: Lint and Test Charts
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Update Helm dependencies
run: |
helm dependency update charts/magistrala
helm dependency update charts/supermq

# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
# yamllint (https://github.com/adrienverge/yamllint) which require Python
Expand Down Expand Up @@ -61,4 +61,4 @@ jobs:
- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: |
ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs charts/magistrala/charts
ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs charts/supermq/charts
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Magistrala
# Copyright (c) Abstract Machines
# SPDX-License-Identifier: Apache-2.0

name: Release Charts
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Update Helm dependencies
run: |
helm dependency update charts/magistrala
helm dependency update charts/supermq

- name: Run chart-releaser
uses: helm/[email protected]
Expand Down
90 changes: 0 additions & 90 deletions charts/magistrala/templates/bootstrap-deployment.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions charts/magistrala/templates/bootstrap-service.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions charts/magistrala/templates/timescal-reader-service.yaml

This file was deleted.

80 changes: 0 additions & 80 deletions charts/magistrala/templates/timescale-reader-deployment.yaml

This file was deleted.

99 changes: 0 additions & 99 deletions charts/magistrala/templates/timescale-writer-deployment.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions charts/magistrala/templates/timescale-writer-service.yaml

This file was deleted.

File renamed without changes.
Loading
Loading