diff --git a/staging/dtm-pipeline-templates/argocdapp/helm/values.yaml b/staging/dtm-pipeline-templates/argocdapp/helm/values.yaml index 00323e8f6..8fa59bfaf 100644 --- a/staging/dtm-pipeline-templates/argocdapp/helm/values.yaml +++ b/staging/dtm-pipeline-templates/argocdapp/helm/values.yaml @@ -7,4 +7,4 @@ image: service: type: ClusterIP - port: 8080 + port: 80 diff --git a/staging/dtm-pipeline-templates/gitlab-ci/.gitlab-ci.yml b/staging/dtm-pipeline-templates/gitlab-ci/.gitlab-ci.yml index 451b29403..ac28e6559 100644 --- a/staging/dtm-pipeline-templates/gitlab-ci/.gitlab-ci.yml +++ b/staging/dtm-pipeline-templates/gitlab-ci/.gitlab-ci.yml @@ -11,7 +11,7 @@ variables: IMAGE_REPO_USER: "[[ .imageRepo.user ]]" IMAGE_REPO_PASSWORD: "$IMAGE_REPO_SECRET" # general config - INIT_IMAGE_TAG: "0.1" + INIT_IMAGE_TAG: "0.0.1" APP_NAME: "[[ .AppName ]]"