Skip to content

Commit 9990065

Browse files
authored
Remove helm charts (#251)
We can use ioc-instance directly now https://github.com/epics-containers/ec-helm-charts/releases/tag/5.0.0
1 parent 83d1610 commit 9990065

File tree

17 files changed

+2
-928
lines changed

17 files changed

+2
-928
lines changed

.github/workflows/_helm.yml

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

.github/workflows/_tox.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@ jobs:
1818
- name: Install python packages
1919
uses: ./.github/actions/install_requirements
2020

21-
- name: Install helm plugins
22-
run: helm plugin install https://github.com/losisin/helm-values-schema-json.git
23-
2421
- name: Run tox
2522
run: tox -e ${{ inputs.tox }}

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,16 @@ jobs:
3939
dist:
4040
uses: ./.github/workflows/_dist.yml
4141

42-
helm:
43-
uses: ./.github/workflows/_helm.yml
44-
permissions:
45-
contents: read
46-
packages: write
47-
4842
pypi:
4943
if: github.ref_type == 'tag'
50-
needs: [dist, test, helm]
44+
needs: [dist, test]
5145
uses: ./.github/workflows/_pypi.yml
5246
permissions:
5347
id-token: write
5448

5549
release:
5650
if: github.ref_type == 'tag'
57-
needs: [dist, test, docs, helm]
51+
needs: [dist, test, docs]
5852
uses: ./.github/workflows/_release.yml
5953
permissions:
6054
contents: write

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,3 @@ repos:
2323
entry: ruff format --force-exclude
2424
types: [python]
2525
require_serial: true
26-
27-
- repo: https://github.com/losisin/helm-values-schema-json
28-
rev: v2.2.1
29-
hooks:
30-
- id: helm-schema
31-
args:
32-
- --config
33-
- Charts/fastcs/.schema.config.yaml

Charts/README.md

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

Charts/fastcs/.helmignore

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

Charts/fastcs/.schema.config.yaml

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

Charts/fastcs/Chart.yaml

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

Charts/fastcs/extra.values.yaml

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

Charts/fastcs/templates/_helpers.tpl

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

0 commit comments

Comments
 (0)