Skip to content

Commit

Permalink
chore(deps): upgrade app to Mastodon v4.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahlee committed Jul 12, 2024
1 parent c437b0a commit 79db57b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ 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: 5.2.0
version: 5.2.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: v4.2.8
appVersion: v4.2.10

dependencies:
- name: elasticsearch
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
# built from the most recent commit
#
# tag: latest
tag: "v4.2.8"
tag: "v4.2.10"
# use `Always` when using `latest` tag
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 79db57b

Please sign in to comment.