Skip to content

Commit

Permalink
Merge pull request #48 from small-hack/renovate/elasticsearch-19.x
Browse files Browse the repository at this point in the history
Update elasticsearch Docker tag to v19.21.2
  • Loading branch information
jessebot authored May 12, 2024
2 parents 4f537e3 + 90d3bd9 commit b042263
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/mastodon/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 14.2.3
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.19.3
version: 19.21.2
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 18.17.0
digest: sha256:aa2c29266d2ed2128f0af5340942c9ffc39587b71604f49e39983af4aa97d9d1
generated: "2024-02-28T14:56:20.34601058Z"
digest: sha256:8cc5bd9921c241e5013eb770b9203511a7dcd53a01cb3cfc0432a6cabdee0d5d
generated: "2024-05-12T14:40:52.27098648Z"
4 changes: 2 additions & 2 deletions charts/mastodon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 6.0.0
version: 6.1.0

# renovate: image=ghcr.io/mastodon/mastodon
appVersion: v4.2.8
Expand All @@ -21,7 +21,7 @@ dependencies:
condition: postgresql.enabled

- name: elasticsearch
version: 19.19.3
version: 19.21.2
repository: oci://registry-1.docker.io/bitnamicharts
condition: elasticsearch.enabled

Expand Down
6 changes: 3 additions & 3 deletions charts/mastodon/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# mastodon

![Version: 6.0.0](https://img.shields.io/badge/Version-6.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.2.8](https://img.shields.io/badge/AppVersion-v4.2.8-informational?style=flat-square)
![Version: 6.1.0](https://img.shields.io/badge/Version-6.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.2.8](https://img.shields.io/badge/AppVersion-v4.2.8-informational?style=flat-square)

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

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 19.19.3 |
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 19.21.2 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 14.2.3 |
| oci://registry-1.docker.io/bitnamicharts | redis | 18.17.0 |

Expand Down Expand Up @@ -150,4 +150,4 @@ Mastodon is a free, open-source social network server based on ActivityPub.
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
Binary file removed charts/mastodon/charts/elasticsearch-19.19.3.tgz
Binary file not shown.
Binary file added charts/mastodon/charts/elasticsearch-19.21.2.tgz
Binary file not shown.

0 comments on commit b042263

Please sign in to comment.