Skip to content

Commit

Permalink
✨ Add LEGACY_IO_DOMAIN env var
Browse files Browse the repository at this point in the history
Will be required in next app release
  • Loading branch information
ThePooN committed Nov 19, 2024
1 parent a3d5944 commit 41c6c62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osu/osu-queue-score-statistics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.1028.0"
appVersion: "2024.1104.0"
3 changes: 3 additions & 0 deletions osu/osu-queue-score-statistics/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ data:
{{- if not (eq nil .Values.config.queueScoreStatistics.usersTable) }}
DB_USERS_TABLE: {{ .Values.config.queueScoreStatistics.usersTable | quote }}
{{- end }}
{{- if not (eq nil .Values.config.queueScoreStatistics.legacyIODomain) }}
LEGACY_IO_DOMAIN: {{ .Values.config.queueScoreStatistics.legacyIODomain | quote }}
{{- end }}
1 change: 1 addition & 0 deletions osu/osu-queue-score-statistics/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ config:
# sentryDsn: ""
# schema: ""
# usersTable: phpbb_users
# legacyIODomain: https://osu.ppy.sh
# db, redis and clientCheckVersion will be ignored if useSharedSecretsFromOsuWebChart, using secrets from parent chart
db: {}
# if connectionString is set, other values are ignored
Expand Down

0 comments on commit 41c6c62

Please sign in to comment.