diff --git a/capif/templates/cd-deploy-ocf.gitlab-ci.yml b/capif/templates/cd-deploy-ocf.gitlab-ci.yml index 771f4c8e340f4a77de118fc82ea5bb2909591cdb..0bc488a03e475609fceed670c21bf7d7c0ec2120 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###