Skip to content

Commit

Permalink
✨ Share CLIENT_CHECK_VERSION with osu-queue-score-statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooN committed Oct 28, 2024
1 parent 11959a2 commit a3d5944
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions osu/osu-web/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
version: 2023.823.0
- name: osu-queue-score-statistics
repository: https://ppy.github.io/helm-charts
version: 2023.823.0
version: 2024.1028.0
- name: scthumber
repository: https://ppy.github.io/helm-charts
version: 2023.316.0
Expand All @@ -26,5 +26,5 @@ dependencies:
- name: elasticsearch
repository: https://helm.elastic.co
version: 7.16.2
digest: sha256:b10a273b4d24eaa776ac6b1cc720f186e882bbedff2e504833a2a30cdfaa806e
generated: "2024-08-20T16:15:57.621830584+02:00"
digest: sha256:0c85475f09f31caf356a67c490833aa571572b4bc0b807bd7ed6a90a8109f0c8
generated: "2024-10-28T16:31:47.781622799+01:00"
6 changes: 3 additions & 3 deletions osu/osu-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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: 2024.820.0
version: 2024.1028.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.
# It is recommended to use it with quotes.
appVersion: "2024.814.0"
appVersion: "2024.1025.0"

dependencies:
- name: osu-beatmap-difficulty-lookup-cache
Expand All @@ -41,7 +41,7 @@ dependencies:
repository: https://ppy.github.io/helm-charts
condition: osu-elastic-indexer.enabled
- name: osu-queue-score-statistics
version: 2023.823.0
version: 2024.1028.0
repository: https://ppy.github.io/helm-charts
condition: osu-queue-score-statistics.enabled
- name: scthumber
Expand Down
2 changes: 0 additions & 2 deletions osu/osu-web/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ Create the name of the service account to use

{{ template "osu-web-chart.env-var" (dict "name" "IS_DEVELOPMENT_DEPLOY" "value" .Values.config.laravel.devDeploy) }}

{{ template "osu-web-chart.env-var" (dict "name" "CLIENT_CHECK_VERSION" "value" .Values.config.clientCheckVersion) }}

# Extra env
{{- range $name, $value := .Values.config.laravel.extraEnv }}
{{ template "osu-web-chart.env-var" (dict "name" $name "value" $value) }}
Expand Down
1 change: 1 addition & 0 deletions osu/osu-web/templates/secret-shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ stringData:
{{- if .Values.config.laravel.session.prefix }}
SESSION_PREFIX: "{{ .Values.config.laravel.session.prefix }}"
{{- end }}
CLIENT_CHECK_VERSION: {{ .Values.config.clientCheckVersion | int | quote }}

0 comments on commit a3d5944

Please sign in to comment.