Skip to content

Commit

Permalink
⬆️ Bump beatmap submission subchart, add region env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooN committed Feb 18, 2025
1 parent 784362a commit fa08ccd
Show file tree
Hide file tree
Showing 4 changed files with 10 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 @@ -16,7 +16,7 @@ dependencies:
version: 2025.213.1
- name: osu-server-beatmap-submission
repository: https://ppy.github.io/helm-charts
version: 2025.213.2
version: 2025.218.0
- name: scthumber
repository: https://ppy.github.io/helm-charts
version: 2023.316.0
Expand All @@ -29,5 +29,5 @@ dependencies:
- name: elasticsearch
repository: https://helm.elastic.co
version: 7.16.2
digest: sha256:300792ea2fd732b430306b03523553b054f19888f24ccef536c5d37d6fcad54a
generated: "2025-02-14T10:17:43.63425796+01:00"
digest: sha256:462d04f9b0af3b994408e64cfe6b312f81d8dcb8b031f707497009b8b03c739f
generated: "2025-02-18T17:20:17.927386882+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: 2025.214.0
version: 2025.218.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: "2025.212.0"
appVersion: "2025.215.0"

dependencies:
- name: osu-beatmap-difficulty-lookup-cache
Expand All @@ -45,7 +45,7 @@ dependencies:
repository: https://ppy.github.io/helm-charts
condition: osu-queue-score-statistics.enabled
- name: osu-server-beatmap-submission
version: 2025.213.2
version: 2025.218.0
repository: https://ppy.github.io/helm-charts
condition: osu-server-beatmap-submission.enabled
- name: scthumber
Expand Down
2 changes: 2 additions & 0 deletions osu/osu-web/templates/secret-shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ stringData:
S3_ACCESS_KEY: {{ .Values.config.storage.beatmaps.s3.key | quote }}
S3_SECRET_KEY: {{ .Values.config.storage.beatmaps.s3.secret | quote }}
S3_CENTRAL_BUCKET_NAME: {{ .Values.config.storage.beatmaps.s3.centralBucketName | quote }}
S3_CENTRAL_BUCKET_REGION: {{ .Values.config.storage.beatmaps.s3.centralBucketRegion | quote }}
S3_BEATMAPS_BUCKET_NAME: {{ .Values.config.storage.beatmaps.s3.beatmapsBucketName | quote }}
S3_BEATMAPS_BUCKET_REGION: {{ .Values.config.storage.beatmaps.s3.beatmapsBucketRegion | quote }}
{{- end }}
2 changes: 2 additions & 0 deletions osu/osu-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,9 @@ config:
key: "" # S3_ACCESS_KEY
secret: "" # S3_SECRET_KEY
centralBucketName: "" # S3_CENTRAL_BUCKET_NAME
centralBucketRegion: "" # S3_CENTRAL_BUCKET_REGION
beatmapsBucketName: "" # S3_BEATMAPS_BUCKET_NAME
beatmapsBucketRegion: "" # S3_BEATMAPS_BUCKET_REGION

elasticsearch:
# host: localhost:9200 # ES_HOST
Expand Down

0 comments on commit fa08ccd

Please sign in to comment.