diff --git a/osu/osu-web/Chart.lock b/osu/osu-web/Chart.lock index c37a3c5..8ba6ade 100644 --- a/osu/osu-web/Chart.lock +++ b/osu/osu-web/Chart.lock @@ -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 @@ -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" diff --git a/osu/osu-web/Chart.yaml b/osu/osu-web/Chart.yaml index 842e566..fc2024f 100644 --- a/osu/osu-web/Chart.yaml +++ b/osu/osu-web/Chart.yaml @@ -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 @@ -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 diff --git a/osu/osu-web/templates/secret-shared.yaml b/osu/osu-web/templates/secret-shared.yaml index b519e9b..84932ce 100644 --- a/osu/osu-web/templates/secret-shared.yaml +++ b/osu/osu-web/templates/secret-shared.yaml @@ -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 }}"