Skip to content

Commit 0cd4a6c

Browse files
authored
Merge pull request #174 from small-hack/cloudymax-patch-1
Pass bitnamilegacy registry name to embedded elasticsearch
2 parents 77d4657 + e6cbab7 commit 0cd4a6c

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

charts/mastodon/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type: application
99
# This is the chart version. This version number should be incremented each time you make changes
1010
# to the chart and its templates, including the app version.
1111
# Versions are expected to follow Semantic Versioning (https://semver.org/)
12-
version: 11.2.1
12+
version: 11.2.2
1313

1414
# renovate: image=ghcr.io/mastodon/mastodon
1515
appVersion: v4.4.6

charts/mastodon/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mastodon
22

3-
![Version: 11.2.1](https://img.shields.io/badge/Version-11.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.4.6](https://img.shields.io/badge/AppVersion-v4.4.6-informational?style=flat-square)
3+
![Version: 11.2.2](https://img.shields.io/badge/Version-11.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.4.6](https://img.shields.io/badge/AppVersion-v4.4.6-informational?style=flat-square)
44

55
Mastodon is a free, open-source social network server based on ActivityPub.
66

@@ -18,7 +18,7 @@ Mastodon is a free, open-source social network server based on ActivityPub.
1818
|-----|------|---------|-------------|
1919
| affinity | object | `{}` | Affinity for all pods unless overwritten |
2020
| deploymentAnnotations | object | `{}` | |
21-
| elasticsearch | object | `{"image":{"repository":"bitnamilegacy/elasticsearch"}}` | https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch#parameters |
21+
| elasticsearch | object | `{"image":{"repository":"bitnamilegacy/elasticsearch"},"sysctlImage":{"enabled":true,"registry":"docker.io","repository":"bitnamilegacy/os-shell"},"volumePermissions":{"enabled":false,"image":{"registry":"docker.io","repository":"bitnamilegacy/os-shell"}}}` | https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch#parameters |
2222
| externalAuth.cas.enabled | bool | `false` | |
2323
| externalAuth.ldap.enabled | bool | `false` | |
2424
| externalAuth.oauth_global.omniauth_only | bool | `false` | Automatically redirect to OIDC, CAS or SAML, and don't use local account authentication when clicking on Sign-In |

charts/mastodon/dev-values.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,19 @@ elasticsearch:
349349
# @ignored
350350
enabled: true
351351

352+
# - volumePermissions.enabled Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work)
353+
volumePermissions:
354+
enabled: false
355+
image:
356+
registry: docker.io
357+
repository: bitnamilegacy/os-shell
358+
359+
# - sysctlImage.enabled Enable kernel settings modifier image
360+
sysctlImage:
361+
enabled: true
362+
registry: docker.io
363+
repository: bitnamilegacy/os-shell
364+
352365
externalDatabase:
353366
# -- enable to use an external database instead of the included bitnami postgresql subchart
354367
# if externalDatabase.enabled is true, postgresql.enabled must be false

charts/mastodon/values.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,19 @@ elasticsearch:
631631
image:
632632
repository: bitnamilegacy/elasticsearch
633633

634+
# - volumePermissions.enabled Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work)
635+
volumePermissions:
636+
enabled: false
637+
image:
638+
registry: docker.io
639+
repository: bitnamilegacy/os-shell
640+
641+
# - sysctlImage.enabled Enable kernel settings modifier image
642+
sysctlImage:
643+
enabled: true
644+
registry: docker.io
645+
repository: bitnamilegacy/os-shell
646+
634647
externalDatabase:
635648
# -- enable to use an external database instead of the included bitnami postgresql subchart
636649
# if externalDatabase.enabled is true, postgresql.enabled must be false

0 commit comments

Comments
 (0)