Fix production CI deployment namespace

Change prod namespace from orch-prod-namespace to orch-namespace.
This commit is contained in:
Mondo Diaz
2026-01-23 13:25:56 -06:00
parent 67ac6bb3f8
commit 448db8434f
2 changed files with 4 additions and 1 deletions

View File

@@ -430,7 +430,7 @@ deploy_prod:
needs: [build_image] needs: [build_image]
image: deps.global.bsf.tools/registry-1.docker.io/alpine/k8s:1.29.12 image: deps.global.bsf.tools/registry-1.docker.io/alpine/k8s:1.29.12
variables: variables:
NAMESPACE: orch-prod-namespace NAMESPACE: orch-namespace
VALUES_FILE: helm/orchard/values-prod.yaml VALUES_FILE: helm/orchard/values-prod.yaml
BASE_URL: $PROD_URL BASE_URL: $PROD_URL
before_script: before_script:

View File

@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
### Fixed
- Fixed production CI deployment namespace to use correct `orch-namespace` (#54)
### Added ### Added
- Added factory reset endpoint `POST /api/v1/admin/factory-reset` for test environment cleanup (#54) - Added factory reset endpoint `POST /api/v1/admin/factory-reset` for test environment cleanup (#54)
- Requires admin authentication and `X-Confirm-Reset: yes-delete-all-data` header - Requires admin authentication and `X-Confirm-Reset: yes-delete-all-data` header