Skip to content

Commit b2dbeb0

Browse files
authored
Merge pull request #172 from small-hack/jessebot-patch-1
Update values.yaml - switch to bitnami legacy for the elasticsearch repo
2 parents 36e1f5f + c562b94 commit b2dbeb0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-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.1.2
12+
version: 11.2.0
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.1.2](https://img.shields.io/badge/Version-11.1.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)
3+
![Version: 11.2.0](https://img.shields.io/badge/Version-11.2.0-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 | `{}` | https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch#parameters |
21+
| elasticsearch | object | `{"image":{"repository":"bitnamilegacy/elasticsearch"}}` | 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/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,8 @@ elasticsearch:
628628
# (https://docs.joinmastodon.org/admin/optional/elasticsearch/)
629629
# @ignored
630630
enabled: true
631+
image:
632+
repository: bitnamilegacy/elasticsearch
631633

632634
externalDatabase:
633635
# -- enable to use an external database instead of the included bitnami postgresql subchart

0 commit comments

Comments
 (0)