Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit b71ad3f

Browse files
authored
Merge pull request Place1#164 from DasSkelett/remove-helm-chart
2 parents 0916629 + f8f98e5 commit b71ad3f

File tree

20 files changed

+9
-866
lines changed

20 files changed

+9
-866
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
language: [ 'go', 'javascript', 'python' ]
26+
language: [ 'go', 'javascript' ]
2727
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
2828
# Learn more about CodeQL language support at https://git.io/codeql-language-support
2929

.github/workflows/helm.yml

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

.github/workflows/linting.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,3 @@ jobs: # Docs: <https://git.io/JvxXE>
3030
version: v1.42 # without patch version
3131
only-new-issues: false # show only new issues if it's a pull request
3232
args: --timeout 4m # the default of 1m didn't suffice occasionally
33-
34-
helm:
35-
name: Helm
36-
runs-on: ubuntu-20.04
37-
steps:
38-
- uses: actions/checkout@v3
39-
with: {fetch-depth: 0}
40-
41-
- name: Run helm lint
42-
run: helm lint deploy/helm/wg-access-server/

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,18 +94,10 @@ to connect your phone using the UI and QR code!
9494

9595
## Running on Kubernetes via Helm
9696

97-
wg-access-server ships a Helm chart to make it easy to get started on
98-
Kubernetes.
99-
100-
Here's a quick start, but you can read more at the [Helm Chart Deployment Docs](https://freifunkMUC.github.io/wg-access-server/deployment/3-kubernetes/)
101-
102-
```bash
103-
# deploy
104-
helm install my-release --repo https://freifunkMUC.github.io/wg-access-server wg-access-server
105-
106-
# cleanup
107-
helm delete my-release
108-
```
97+
The Helm chart included in this repository has been removed due to lack of expertise on our side and nobody answering
98+
our call for aid.
99+
If you are a Kubernetes/Helm user, please consider stepping up and taking over maintenance of the chart at
100+
https://github.com/freifunkMUC/wg-access-server-chart.
109101

110102
## Screenshots
111103

deploy/helm/wg-access-server/.helmignore

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

deploy/helm/wg-access-server/Chart.yaml

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

deploy/helm/wg-access-server/README.md

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

deploy/helm/wg-access-server/templates/NOTES.txt

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

deploy/helm/wg-access-server/templates/_helpers.tpl

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

deploy/helm/wg-access-server/templates/configmap.yaml

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

0 commit comments

Comments
 (0)