Skip to content

Commit

Permalink
feat(container): update image registry.heroiclabs.com/heroiclabs/naka…
Browse files Browse the repository at this point in the history
…ma to v3.23.0
  • Loading branch information
renovate[bot] authored Jul 29, 2024
1 parent 2c3e2dd commit 18175e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/default/nakama/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
main:
image:
repository: registry.heroiclabs.com/heroiclabs/nakama
tag: 3.20.1
tag: 3.23.0
command: ["/bin/sh"]
args: ["-ecx", "/nakama/nakama migrate up --database.address $(POSTGRESQL__USER):$(POSTGRESQL__PASSWORD)@$(POSTGRESQL__HOST):5432/$(POSTGRESQL__NAME) && exec /nakama/nakama --name nakama1 --database.address $(POSTGRESQL__USER):$(POSTGRESQL__PASSWORD)@$(POSTGRESQL__HOST):5432/$(POSTGRESQL__NAME) --logger.level DEBUG --session.token_expiry_sec 7200 --socket.server_key $(SOCKET_SERVER_KEY) --runtime.http_key $(RUNTIME_HTTP_KEY) --session.encryption_key $(SESSION_ENCRYPTION_KEY) --session.refresh_encryption_key $(SESSION_REFRESH_ENCRYPTION_KEY) --social.steam.app_id $(STEAM_APP_ID) --social.steam.publisher_key $(STEAM_PUBLISHER_KEY)"]
env:
Expand Down

0 comments on commit 18175e0

Please sign in to comment.