Skip to content

Commit

Permalink
✨ Add CLIENT_CHECK_VERSION env var to score processor
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooN committed Oct 28, 2024
1 parent e6d6eb2 commit 11959a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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: 2023.823.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: "2023.823.0"
appVersion: "2024.1028.0"
1 change: 1 addition & 0 deletions osu/osu-queue-score-statistics/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ stringData:
DB_PASS: {{ .Values.config.db.password | quote }}
DB_NAME: {{ .Values.config.db.database | quote }}
REDIS_HOST: {{ required "Missing redis host" .Values.config.redis.host | quote }}
CLIENT_CHECK_VERSION: {{ .Values.config.clientCheckVersion | int | quote }}
{{- end }}
3 changes: 2 additions & 1 deletion osu/osu-queue-score-statistics/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config:
# sentryDsn: ""
# schema: ""
# usersTable: phpbb_users
# config.db and config.redis will be ignored if useSharedSecretsFromOsuWebChart, using secrets from parent chart
# db, redis and clientCheckVersion will be ignored if useSharedSecretsFromOsuWebChart, using secrets from parent chart
db: {}
# if connectionString is set, other values are ignored
# connectionString: ""
Expand All @@ -22,6 +22,7 @@ config:
# database: ""
redis: {}
# host: ""
clientCheckVersion: false

extraEnv: []

Expand Down

0 comments on commit 11959a2

Please sign in to comment.