Skip to content

Commit 333b5c6

Browse files
committed
chore: remove helm chart
Moved to opsmill/infrahub-helm Signed-off-by: Fatih Acar <[email protected]>
1 parent 1b76a36 commit 333b5c6

16 files changed

+2
-992
lines changed

.github/file-filters.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ release_files: &release_files
3939
- CHANGELOG.md
4040
- "docs/docs/release_notes/infrahub/*.mdx"
4141

42-
helm_files: &helm_files
43-
- "helm/**"
44-
4542
python_all: &python_all
4643
- "**/*.py"
4744

@@ -83,9 +80,6 @@ documentation_generated_all:
8380
release_all:
8481
- *release_files
8582

86-
helm_all:
87-
- *helm_files
88-
8983
frontend_all:
9084
- *frontend_files
9185
- *ci_config

.github/labels.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828
description: "Issue related to the CI pipeline"
2929
color: "f25009"
3030

31-
- name: "group/helm"
32-
description: "Issue related to the Helm chart"
33-
color: "326ce5"
34-
3531
- name: "group/schema"
3632
description: "Issue related to some schemas"
3733
color: "fbceb1"

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
documentation_generated: ${{ steps.changes.outputs.documentation_generated_all }}
4242
release: ${{ steps.changes.outputs.release_all }}
4343
frontend: ${{ steps.changes.outputs.frontend_all }}
44-
helm: ${{ steps.changes.outputs.helm_all }}
4544
e2e: ${{ steps.changes.outputs.e2e_all }}
4645
python: ${{ steps.changes.outputs.python_all }}
4746
javascript: ${{ steps.changes.outputs.javascript_all }}
@@ -62,21 +61,6 @@ jobs:
6261
filters: .github/file-filters.yml
6362

6463
# ------------------------------------------ All Linter ------------------------------------------
65-
helm-lint:
66-
if: needs.files-changed.outputs.helm == 'true'
67-
needs: ["files-changed"]
68-
runs-on: "ubuntu-latest"
69-
timeout-minutes: 5
70-
steps:
71-
- name: "Check out repository code"
72-
uses: "actions/checkout@v4"
73-
with:
74-
submodules: true
75-
- name: "Install Helm"
76-
uses: azure/[email protected]
77-
- name: "Linting: helm lint"
78-
run: "helm lint helm/"
79-
8064
yaml-lint:
8165
if: needs.files-changed.outputs.yaml == 'true'
8266
needs: ["files-changed"]

.github/workflows/publish-helm-chart.yml

Lines changed: 0 additions & 71 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,11 @@ jobs:
111111
publish-helm-chart:
112112
needs: check_release
113113
if: github.event.release.prerelease == false
114-
uses: ./.github/workflows/publish-helm-chart.yml
114+
uses: opsmill/infrahub-helm/.github/workflows/publish-helm-chart.yml@stable
115115
secrets: inherit
116116
with:
117117
publish: true
118+
chart: infrahub
118119

119120
publish-pypi:
120121
needs: check_release

helm/.helmignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

helm/Chart.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

helm/README.md

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)