ci(magicleaps): switch magicleaps alpha ci to develop branch

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-18 00:56:16 +08:00
parent 157f1549db
commit b87938b01d

View File

@ -13,7 +13,7 @@ class ArgoApplicationVersionUpdater {
def update(environmentSlug, component) {
steps.log.info("ArgoApplicationVersionUpdater", "[${environmentSlug}] Update Argo application image version to ${steps.env.BUILD_IMAGE_VERSION} for ${component.name}...")
def valuesFile = "${workspace}/${configurations.serviceName}/helm-pkg/${configuration.serviceName}/values-${environmentSlug}.yaml"
def valuesFile = "${workspace}/${configurations.serviceName}/helm-pkg/${configurations.serviceName}/values-${environmentSlug}.yaml"
def data = steps.readYaml (file: valuesFile)
data.${component.name}.image.registry = steps.env.BUILD_IMAGE_REGISTRY
data.${component.name}.image.repository = steps.env.BUILD_IMAGE_REPOSITORY