Skip to content

Commit db2885f

Browse files
Merge branch 'main' of github.com:EthDevOps/helm-charts
2 parents 77e174a + a1f691d commit db2885f

58 files changed

Lines changed: 3559 additions & 2782 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ jobs:
3636
charts_dir: charts
3737
env:
3838
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
39+
CR_SKIP_EXISTING: true
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# argocd-cluster-watcher
2+
3+
![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
4+
5+
Adds clusters from Rancher to ArgoCD via CRD objects
6+
7+
## Maintainers
8+
9+
| Name | Email | Url |
10+
| ---- | ------ | --- |
11+
| elasticroentgen | markus.keil@ethereum.org | |
12+
13+
## Values
14+
15+
| Key | Type | Default | Description |
16+
|-----|------|---------|-------------|
17+
| labelDomain | string | `"myTeam.io"` | |
18+
| rancherApiToken | string | `"token-name:token"` | |
19+
| rancherHost | string | `"https://rancher.example.com"` | |
20+
21+
----------------------------------------------
22+
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)

charts/bookstack/README.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# bookstack
2+
3+
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v25.12.3](https://img.shields.io/badge/AppVersion-v25.12.3-informational?style=flat-square)
4+
5+
BookStack - A platform for organising and storing information
6+
7+
## Maintainers
8+
9+
| Name | Email | Url |
10+
| ---- | ------ | --- |
11+
| elasticroentgen | markus.keil@ethereum.org | |
12+
13+
## Values
14+
15+
| Key | Type | Default | Description |
16+
|-----|------|---------|-------------|
17+
| appDomain | string | `"bookstack.example.com"` | |
18+
| bookstack.appKey | string | `""` | |
19+
| bookstack.existingSecret.appKeyKey | string | `"APP_KEY"` | |
20+
| bookstack.existingSecret.name | string | `""` | |
21+
| bookstack.pgid | int | `1000` | |
22+
| bookstack.puid | int | `1000` | |
23+
| bookstack.timezone | string | `"Etc/UTC"` | |
24+
| externalDatabase.database | string | `"bookstack"` | |
25+
| externalDatabase.existingSecret.name | string | `""` | |
26+
| externalDatabase.existingSecret.passwordKey | string | `"DB_PASSWORD"` | |
27+
| externalDatabase.host | string | `""` | |
28+
| externalDatabase.port | int | `3306` | |
29+
| externalDatabase.username | string | `"bookstack"` | |
30+
| image.pullPolicy | string | `"IfNotPresent"` | |
31+
| image.repository | string | `"lscr.io/linuxserver/bookstack"` | |
32+
| image.tag | string | `"version-v25.12.3"` | |
33+
| ingress.annotations | object | `{}` | |
34+
| ingress.enabled | bool | `false` | |
35+
| ingress.tls.secretName | string | `"bookstack-tls"` | |
36+
| mariadb.database | string | `"bookstack"` | |
37+
| mariadb.enabled | bool | `true` | |
38+
| mariadb.existingSecret.name | string | `""` | |
39+
| mariadb.existingSecret.passwordKey | string | `"DB_PASSWORD"` | |
40+
| mariadb.existingSecret.rootPasswordKey | string | `"MYSQL_ROOT_PASSWORD"` | |
41+
| mariadb.image.pullPolicy | string | `"IfNotPresent"` | |
42+
| mariadb.image.repository | string | `"lscr.io/linuxserver/mariadb"` | |
43+
| mariadb.image.tag | string | `"11.4.8"` | |
44+
| mariadb.password | string | `""` | |
45+
| mariadb.persistence.size | string | `"5Gi"` | |
46+
| mariadb.pgid | int | `1000` | |
47+
| mariadb.puid | int | `1000` | |
48+
| mariadb.rootPassword | string | `""` | |
49+
| mariadb.timezone | string | `"Etc/UTC"` | |
50+
| mariadb.username | string | `"bookstack"` | |
51+
| oidc.authEndpoint | string | `""` | |
52+
| oidc.autoInitiate | bool | `false` | |
53+
| oidc.displayNameClaims | string | `"name"` | |
54+
| oidc.enabled | bool | `false` | |
55+
| oidc.endSessionEndpoint | bool | `false` | |
56+
| oidc.existingSecret.clientIdKey | string | `"OIDC_CLIENT_ID"` | |
57+
| oidc.existingSecret.clientSecretKey | string | `"OIDC_CLIENT_SECRET"` | |
58+
| oidc.existingSecret.name | string | `""` | |
59+
| oidc.fetchAvatar | bool | `false` | |
60+
| oidc.issuer | string | `""` | |
61+
| oidc.issuerDiscover | bool | `true` | |
62+
| oidc.name | string | `"SSO"` | |
63+
| oidc.publicKey | string | `""` | |
64+
| oidc.tokenEndpoint | string | `""` | |
65+
| oidc.userinfoEndpoint | string | `""` | |
66+
| persistence.size | string | `"2Gi"` | |
67+
| replicaCount | int | `1` | |
68+
| service.annotations | object | `{}` | |
69+
| service.type | string | `"ClusterIP"` | |
70+
71+
----------------------------------------------
72+
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)

charts/ceph-csi/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# ceph-csi
2+
3+
![Version: 0.0.9](https://img.shields.io/badge/Version-0.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
4+
5+
A Helm chart for Ceph as CSI
6+
7+
## Maintainers
8+
9+
| Name | Email | Url |
10+
| ---- | ------ | --- |
11+
| elasticroentgen | markus.keil@ethereum.org | |
12+
13+
## Values
14+
15+
| Key | Type | Default | Description |
16+
|-----|------|---------|-------------|
17+
| auth.key | string | `"some-key"` | |
18+
| auth.user | string | `"kubernetes"` | |
19+
| clusterId | string | `"08b71cc9-5ef7-44f2-8040-4b2dd66c5111"` | |
20+
| monitors[0] | string | `"192.168.1.0:6789"` | |
21+
| monitors[1] | string | `"192.168.1.1:6789"` | |
22+
| monitors[2] | string | `"192.168.1.2:6789"` | |
23+
| pool | string | `"k8s"` | |
24+
25+
----------------------------------------------
26+
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)

charts/claper/README.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# claper
2+
3+
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
4+
5+
OpenSource interactive presentation tool
6+
7+
## Maintainers
8+
9+
| Name | Email | Url |
10+
| ---- | ------ | --- |
11+
| elasticroentgen | markus.keil@ethereum.org | |
12+
13+
## Requirements
14+
15+
| Repository | Name | Version |
16+
|------------|------|---------|
17+
| https://ethdevops.github.io/helm-charts | postgresql | 1.1.3 |
18+
19+
## Values
20+
21+
| Key | Type | Default | Description |
22+
|-----|------|---------|-------------|
23+
| accountCreation.emailConfirmation | bool | `false` | |
24+
| accountCreation.enabled | bool | `true` | |
25+
| appDomain | string | `"claper.example.com"` | |
26+
| image.pullPolicy | string | `"IfNotPresent"` | |
27+
| image.repository | string | `"ghcr.io/claperco/claper"` | |
28+
| image.tag | string | `"latest"` | |
29+
| ingress.annotations | object | `{}` | |
30+
| ingress.enabled | bool | `true` | |
31+
| ingress.tls.secretName | string | `"claper-tls"` | |
32+
| mail.enabled | bool | `false` | |
33+
| mail.existingSecret.name | string | `""` | |
34+
| mail.existingSecret.passwordKey | string | `"SMTP_PASSWORD"` | |
35+
| mail.existingSecret.usernameKey | string | `"SMTP_USERNAME"` | |
36+
| mail.from | string | `""` | |
37+
| mail.smtpPort | string | `""` | |
38+
| mail.smtpRelay | string | `""` | |
39+
| mail.transport | string | `"smtp"` | |
40+
| maxFileSizeMb | string | `""` | |
41+
| oidc.allowUnlinkExternalProvider | bool | `false` | |
42+
| oidc.autoRedirectLogin | bool | `false` | |
43+
| oidc.clientId | string | `""` | |
44+
| oidc.clientSecret | string | `""` | |
45+
| oidc.enabled | bool | `false` | |
46+
| oidc.existingSecret.clientIdKey | string | `"OIDC_CLIENT_ID"` | |
47+
| oidc.existingSecret.clientSecretKey | string | `"OIDC_CLIENT_SECRET"` | |
48+
| oidc.existingSecret.name | string | `""` | |
49+
| oidc.issuer | string | `""` | |
50+
| oidc.logoUrl | string | `""` | |
51+
| oidc.propertyMappings | string | `""` | |
52+
| oidc.providerName | string | `""` | |
53+
| oidc.scopes | string | `"openid email profile"` | |
54+
| persistence.size | string | `"1Gi"` | |
55+
| postgresql.auth.database | string | `"claper"` | |
56+
| postgresql.auth.password | string | `"claper"` | |
57+
| postgresql.auth.username | string | `"claper"` | |
58+
| postgresql.enabled | bool | `true` | |
59+
| postgresql.image.tag | string | `"15-alpine"` | |
60+
| presentationStorage.dir | string | `"/app/uploads"` | |
61+
| presentationStorage.type | string | `"local"` | |
62+
| replicaCount | int | `1` | |
63+
| secretKeyBase | string | `""` | |
64+
| service.annotations | object | `{}` | |
65+
| service.nodePort | string | `""` | |
66+
| service.type | string | `"ClusterIP"` | |
67+
68+
----------------------------------------------
69+
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)

charts/cryptpad/README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# cryptpad
2+
3+
![Version: 0.0.27](https://img.shields.io/badge/Version-0.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2024.12.0](https://img.shields.io/badge/AppVersion-2024.12.0-informational?style=flat-square)
4+
5+
A Helm chart for cryptpad
6+
7+
## Maintainers
8+
9+
| Name | Email | Url |
10+
| ---- | ------ | --- |
11+
| elasticroentgen | markus.keil@ethereum.org | |
12+
13+
## Values
14+
15+
| Key | Type | Default | Description |
16+
|-----|------|---------|-------------|
17+
| admins | list | `[]` | |
18+
| baseDomain | string | `"pad.example.com"` | |
19+
| commonAnnotations | object | `{}` | |
20+
| extraInitContainers | object | `{}` | |
21+
| image.repository | string | `"docker.ethquokkaops.io/ethquokkaops/ethdevops/cryptpad-docker"` | |
22+
| image.tag | string | `"main"` | |
23+
| ingress.annotations | object | `{}` | |
24+
| ingress.className | string | `""` | |
25+
| ingress.enabled | bool | `true` | |
26+
| ingress.tls.secretName | string | `"chart-example-tls"` | |
27+
| installOffice | string | `"no"` | |
28+
| loginSalt | string | `"abcdefg"` | |
29+
| maxPremiumUploadSize | int | `100` | |
30+
| maxUploadSize | int | `1` | |
31+
| podAnnotations | object | `{}` | |
32+
| podLabels | object | `{}` | |
33+
| resources | object | `{}` | |
34+
| sandboxDomain | string | `"sandbox.example.com"` | |
35+
| service.annotations | object | `{}` | |
36+
| service.type | string | `"ClusterIP"` | |
37+
| sso.existingSecret | string | `""` | |
38+
| sso.secretKeys.client_id | string | `"client_id"` | |
39+
| sso.secretKeys.client_secret | string | `"client_secret"` | |
40+
41+
----------------------------------------------
42+
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)

charts/cubebackup/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# cubebackup
2+
3+
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square)
4+
5+
A Helm chart for cubebackup
6+
7+
## Maintainers
8+
9+
| Name | Email | Url |
10+
| ---- | ------ | --- |
11+
| elasticroentgen | markus.keil@ethereum.org | |
12+
13+
## Source Code
14+
15+
* <https://cubebackup.com>
16+
17+
## Values
18+
19+
| Key | Type | Default | Description |
20+
|-----|------|---------|-------------|
21+
| image.repository | string | `"docker.ethquokkaops.io/dh/cubebackup/cubebackup"` | |
22+
| image.tag | string | `"latest"` | |
23+
24+
----------------------------------------------
25+
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# discord-backup-bot
2+
3+
![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.10.0](https://img.shields.io/badge/AppVersion-v0.10.0-informational?style=flat-square)
4+
5+
A Helm chart for the discord backup bot
6+
7+
## Maintainers
8+
9+
| Name | Email | Url |
10+
| ---- | ------ | --- |
11+
| elasticroentgen | markus.keil@ethereum.org | |
12+
13+
## Source Code
14+
15+
* <https://github.com/EthDevOps/EFDiscordBackupBot>
16+
17+
## Values
18+
19+
| Key | Type | Default | Description |
20+
|-----|------|---------|-------------|
21+
| archiveServers | list | `[]` | |
22+
| backupSchedule | string | `"0 0 * * *"` | |
23+
| discordToken | string | `"ReplaceWithDiscordToken"` | |
24+
| enableArchive | bool | `false` | |
25+
| heartbeatUrl | string | `"http://localhost"` | |
26+
| imageTag | string | `"latest"` | |
27+
| pgpKeys."default.asc" | string | `"-----BEGIN PGP PUBLIC KEY BLOCK-----\n<PGP PUB KEY>\n-----END PGP PUBLIC KEY BLOCK-----\n"` | |
28+
| s3AccessKey | string | `"1234abc"` | |
29+
| s3Bucket | string | `"backup-bucket"` | |
30+
| s3Enabled | int | `1` | |
31+
| s3Endpoint | string | `"http://localhost:9000"` | |
32+
| s3SecretKey | string | `"1234abc"` | |
33+
| signingPrivateKey | string | `"ReplaceWithED25519Key"` | |
34+
35+
----------------------------------------------
36+
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)

0 commit comments

Comments
 (0)