Skip to content

Commit

Permalink
✨ Add LEGACY_IO_DOMAIN to osu-web shared secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooN committed Nov 19, 2024
1 parent 41c6c62 commit 70152af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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: 2024.1028.0
version: 2024.1119.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:0c85475f09f31caf356a67c490833aa571572b4bc0b807bd7ed6a90a8109f0c8
generated: "2024-10-28T16:31:47.781622799+01:00"
digest: sha256:a4bbba09e97d6e304c3a0d09c4361d107e73e53fc55d1900bdfd25a93db4df48
generated: "2024-11-19T21:10:47.181085933+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.1028.0
version: 2024.1119.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.1025.0"
appVersion: "2024.1116.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: 2024.1028.0
version: 2024.1119.0
repository: https://ppy.github.io/helm-charts
condition: osu-queue-score-statistics.enabled
- name: scthumber
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 @@ -37,3 +37,4 @@ stringData:
SESSION_PREFIX: "{{ .Values.config.laravel.session.prefix }}"
{{- end }}
CLIENT_CHECK_VERSION: {{ .Values.config.clientCheckVersion | int | quote }}
LEGACY_IO_DOMAIN: "http://{{ include "osu-web-chart.fullname" . }}:{{ .Values.service.port }}"

0 comments on commit 70152af

Please sign in to comment.