From afe814d40ff7ddd59428ff6edd97e1b89554b9ae Mon Sep 17 00:00:00 2001 From: andresanaya21 <alvaroandres.anayaamariles@telefonica.com> Date: Thu, 13 Jun 2024 18:19:55 +0200 Subject: [PATCH] ocf-helper --- capif/templates/cd-deploy-ocf.gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/capif/templates/cd-deploy-ocf.gitlab-ci.yml b/capif/templates/cd-deploy-ocf.gitlab-ci.yml index 771f4c8..0bc488a 100644 --- a/capif/templates/cd-deploy-ocf.gitlab-ci.yml +++ b/capif/templates/cd-deploy-ocf.gitlab-ci.yml @@ -76,7 +76,7 @@ deploy_ocf_staging: ### Chart ocf-events### yq e -i ".appVersion = \"$IMAGE_TAG_STAGING\"" helm/capif/charts/ocf-events/Chart.yaml ### Chart ocf-helper### - yq e -i ".appVersion = \"$IMAGE_TAG_STAGING\"" helm/capif/charts/oocf-helper/Chart.yaml + yq e -i ".appVersion = \"$IMAGE_TAG_STAGING\"" helm/capif/charts/ocf-helper/Chart.yaml ### Chart ocf-publish-service-api### yq e -i ".appVersion = \"$IMAGE_TAG_STAGING\"" helm/capif/charts/ocf-publish-service-api/Chart.yaml ### Chart ocf-register### @@ -230,7 +230,7 @@ deploy_ocf_oficial_staging: ### Chart ocf-events### yq e -i ".appVersion = \"staging\"" helm/capif/charts/ocf-events/Chart.yaml ### Chart ocf-helper### - yq e -i ".appVersion = \"staging\"" helm/capif/charts/oocf-helper/Chart.yaml + yq e -i ".appVersion = \"staging\"" helm/capif/charts/ocf-helper/Chart.yaml ### Chart ocf-publish-service-api### yq e -i ".appVersion = \"staging\"" helm/capif/charts/ocf-publish-service-api/Chart.yaml ### Chart ocf-register### @@ -377,7 +377,7 @@ deploy_ocf_dev: ### Chart ocf-events### yq e -i ".appVersion = \"$IMAGE_TAG_DEV\"" helm/capif/charts/ocf-events/Chart.yaml ### Chart ocf-helper### - yq e -i ".appVersion = \"$IMAGE_TAG_DEV\"" helm/capif/charts/oocf-helper/Chart.yaml + yq e -i ".appVersion = \"$IMAGE_TAG_DEV\"" helm/capif/charts/ocf-helper/Chart.yaml ### Chart ocf-publish-service-api### yq e -i ".appVersion = \"$IMAGE_TAG_DEV\"" helm/capif/charts/ocf-publish-service-api/Chart.yaml ### Chart ocf-register### -- GitLab