Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions chart/gameshelf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ appVersion: "0.1.0"

dependencies:
- name: replicated
alias: gameshelf-sdk
version: ~1.19
repository: oci://registry.replicated.com/library
condition: gameshelf-sdk.enabled
condition: replicated.enabled
- name: postgresql
version: ~18.5
repository: https://charts.bitnami.com/bitnami
Expand Down
2 changes: 1 addition & 1 deletion chart/gameshelf/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
name: {{ include "gameshelf.fullname" . }}
key: admin-secret
- name: SDK_SERVICE_URL
value: "http://gameshelf-sdk:3000"
value: "http://replicated:3000"
livenessProbe:
httpGet:
path: /healthz
Expand Down
8 changes: 4 additions & 4 deletions chart/gameshelf/templates/support-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ stringData:
maxLines: 5000
maxAge: 72h
- logs:
collectorName: gameshelf-sdk
collectorName: replicated-sdk
selector:
- app=gameshelf-sdk
- app=replicated
namespace: {{ .Release.Namespace }}
limits:
maxLines: 5000
Expand Down Expand Up @@ -87,12 +87,12 @@ stringData:
- pass:
message: GameShelf deployment is running with at least one available replica.
- deploymentStatus:
name: gameshelf-sdk
name: replicated
namespace: {{ .Release.Namespace }}
outcomes:
- fail:
when: "< 1"
message: "The Replicated SDK deployment has no available replicas. License validation and entitlement checks may not work. Check the gameshelf-sdk pod logs."
message: "The Replicated SDK deployment has no available replicas. License validation and entitlement checks may not work. Check the replicated pod logs."
- pass:
message: Replicated SDK deployment is running.
- statefulsetStatus:
Expand Down
2 changes: 1 addition & 1 deletion chart/gameshelf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ preflight:
minMemory: 4Gi
requiredEndpoint: "https://replicated.app"

gameshelf-sdk:
replicated:
enabled: true

# --- BYO Redis ---
Expand Down
2 changes: 1 addition & 1 deletion helmchart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
name: gameshelf
chartVersion: "0.0.0"
values:
gameshelf-sdk:
replicated:
integrationLicenseID: repl{{ LicenseFieldValue `licenseID` }}
adminSecret: repl{{ ConfigOption `admin_secret`}}
siteName: repl{{ ConfigOption `site_name`}}
Expand Down
Loading