feat: upgrade paas-portal to v1.1 with git-deploy support
All checks were successful
AI Review / AI Code Review (pull_request) Successful in 1s
PR Checks / Validate & Security Scan (pull_request) Successful in 9s

Add GITEA_EXTERNAL_URL env var and GITEA_ADMIN_USER_TOKEN secret ref
for the new git-based deploy pipeline. Bump image tag to v1.1.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
claude 2026-02-24 20:53:28 +01:00
parent 0a4873bb9f
commit 6f7bcc3214
2 changed files with 7 additions and 1 deletions

View File

@ -82,6 +82,11 @@ spec:
secretKeyRef:
name: {{ .Values.secretName }}
key: secret-key
- name: GITEA_ADMIN_USER_TOKEN
valueFrom:
secretKeyRef:
name: {{ .Values.secretName }}
key: gitea-admin-user-token
volumeMounts:
- name: data
mountPath: /app/data

View File

@ -1,7 +1,7 @@
image:
registry: "10.10.10.1:3000"
repository: "claude/paas-portal"
tag: "v1.0"
tag: "v1.1"
pullPolicy: IfNotPresent
replicaCount: 1
@ -32,6 +32,7 @@ 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"
imagePullSecrets: