fix: update prod env values for paas-portal v1.1
All checks were successful
AI Review / AI Code Review (pull_request) Successful in 1s
PR Checks / Validate & Security Scan (pull_request) Successful in 9s

Update environment-specific values with v1.1 tag and GITEA_EXTERNAL_URL.
The env values file overrides chart defaults and was still at v1.0.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
claude 2026-02-24 20:59:08 +01:00
parent aa466268fc
commit 840bca2354

View File

@ -1,7 +1,7 @@
image:
registry: "10.10.10.1:3000"
repository: "claude/paas-portal"
tag: "v1.0"
tag: "v1.1"
ingress:
host: "georgepaas.duckdns.org"
@ -13,4 +13,5 @@ env:
KEYCLOAK_CLIENT_ID: "naas-portal"
K8S_API_EXTERNAL: "https://185.47.204.231:6443"
PORTAL_URL: "https://georgepaas.duckdns.org"
GITEA_EXTERNAL_URL: "https://git.georgepet.duckdns.org"
DB_PATH: "/app/data/paas.db"