1 Commits

Author SHA1 Message Date
Mondo Diaz
a71cb26126 Fix production CI deployment namespace
Change prod namespace from orch-prod-namespace to orch-namespace.
2026-01-23 13:27:24 -06:00
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -6,6 +6,8 @@ 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).
## [Unreleased]
### Fixed
- Fixed production CI deployment namespace to use correct `orch-namespace` (#54)
## [0.5.0] - 2026-01-23
### Added