File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time
16
16
# you make changes to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 5.5.2
18
+ version : 6.0.0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
- appVersion : " v4.2.13 "
23
+ appVersion : " v4.3.0 "
24
24
25
25
dependencies :
26
26
- name : elasticsearch
Original file line number Diff line number Diff line change 70
70
securityContext :
71
71
{{- toYaml . | nindent 12 }}
72
72
{{- end }}
73
- image : " {{ coalesce .Values.mastodon.streaming.image.repository .Values .image.repository }}:{{ coalesce .Values.mastodon.streaming.image.tag .Values.image.tag .Chart.AppVersion }}"
73
+ image : " {{ .Values.mastodon.streaming.image.repository }}:{{ coalesce .Values.mastodon.streaming.image.tag .Values.image.tag .Chart.AppVersion }}"
74
74
imagePullPolicy : {{ .Values.image.pullPolicy }}
75
75
command :
76
76
- node
Original file line number Diff line number Diff line change @@ -276,8 +276,10 @@ mastodon:
276
276
existingSecret :
277
277
streaming :
278
278
image :
279
- repository :
280
- tag :
279
+ # streaming image split in Mastodon v4.3.0
280
+ repository : ghcr.io/mastodon/mastodon-streaming
281
+ # other options: `latest` for the latest release or `edge` for most recent commit
282
+ tag : null
281
283
port : 4000
282
284
# -- this should be set manually since os.cpus() returns the number of CPUs on
283
285
# the node running the pod, which is unrelated to the resources allocated to
You can’t perform that action at this time.
0 commit comments