Skip to content

Commit

Permalink
Merge pull request #78 from small-hack/apply-revision-history-param-t…
Browse files Browse the repository at this point in the history
…o-all-deployments

apply revision history param to all deployments
  • Loading branch information
jessebot authored Oct 25, 2024
2 parents 525439b + 05bda15 commit 72fccbf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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: 9.6.0
version: 9.6.1

# renovate: image=ghcr.io/mastodon/mastodon
appVersion: v4.3.1
Expand Down
2 changes: 1 addition & 1 deletion charts/mastodon/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mastodon

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

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

Expand Down
1 change: 1 addition & 0 deletions charts/mastodon/templates/deployment-sidekiq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
strategy:
type: Recreate
{{- end }}
revisionHistoryLimit: {{ $context.Values.mastodon.revisionHistoryLimit }}
replicas: {{ .replicas }}
selector:
matchLabels:
Expand Down
1 change: 1 addition & 0 deletions charts/mastodon/templates/deployment-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
revisionHistoryLimit: {{ .Values.mastodon.revisionHistoryLimit }}
replicas: {{ .Values.mastodon.web.replicas }}
selector:
matchLabels:
Expand Down

0 comments on commit 72fccbf

Please sign in to comment.