diff --git a/osu/osu-web/Chart.lock b/osu/osu-web/Chart.lock index 9178d73..c37a3c5 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: 2023.823.0 + version: 2024.1028.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:b10a273b4d24eaa776ac6b1cc720f186e882bbedff2e504833a2a30cdfaa806e -generated: "2024-08-20T16:15:57.621830584+02:00" +digest: sha256:0c85475f09f31caf356a67c490833aa571572b4bc0b807bd7ed6a90a8109f0c8 +generated: "2024-10-28T16:31:47.781622799+01:00" diff --git a/osu/osu-web/Chart.yaml b/osu/osu-web/Chart.yaml index 2873ac6..842e566 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.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 @@ -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 diff --git a/osu/osu-web/templates/_helpers.tpl b/osu/osu-web/templates/_helpers.tpl index f7302ee..97c391a 100644 --- a/osu/osu-web/templates/_helpers.tpl +++ b/osu/osu-web/templates/_helpers.tpl @@ -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) }} diff --git a/osu/osu-web/templates/secret-shared.yaml b/osu/osu-web/templates/secret-shared.yaml index 79f11d2..b519e9b 100644 --- a/osu/osu-web/templates/secret-shared.yaml +++ b/osu/osu-web/templates/secret-shared.yaml @@ -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 }}