diff --git a/Chart.yaml b/Chart.yaml index 5008330..adbd5da 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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.5.2 +version: 6.0.0 # 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.13" +appVersion: "v4.3.0" dependencies: - name: elasticsearch diff --git a/templates/deployment-streaming.yaml b/templates/deployment-streaming.yaml index 9f4a6b9..1139f9d 100644 --- a/templates/deployment-streaming.yaml +++ b/templates/deployment-streaming.yaml @@ -70,7 +70,7 @@ spec: securityContext: {{- toYaml . | nindent 12 }} {{- end }} - image: "{{ coalesce .Values.mastodon.streaming.image.repository .Values.image.repository }}:{{ coalesce .Values.mastodon.streaming.image.tag .Values.image.tag .Chart.AppVersion }}" + image: "{{ .Values.mastodon.streaming.image.repository }}:{{ coalesce .Values.mastodon.streaming.image.tag .Values.image.tag .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} command: - node diff --git a/values.yaml b/values.yaml index 1bf977d..e42b871 100644 --- a/values.yaml +++ b/values.yaml @@ -276,8 +276,10 @@ mastodon: existingSecret: streaming: image: - repository: - tag: + # streaming image split in Mastodon v4.3.0 + repository: ghcr.io/mastodon/mastodon-streaming + # other options: `latest` for the latest release or `edge` for most recent commit + tag: null port: 4000 # -- this should be set manually since os.cpus() returns the number of CPUs on # the node running the pod, which is unrelated to the resources allocated to