We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c45817 + f1e982d commit 90f96b3Copy full SHA for 90f96b3
2 files changed
staging/dtm-pipeline-templates/argocdapp/helm/values.yaml
@@ -7,4 +7,4 @@ image:
7
8
service:
9
type: ClusterIP
10
- port: 8080
+ port: 80
staging/dtm-pipeline-templates/gitlab-ci/.gitlab-ci.yml
@@ -11,7 +11,7 @@ variables:
11
IMAGE_REPO_USER: "[[ .imageRepo.user ]]"
12
IMAGE_REPO_PASSWORD: "$IMAGE_REPO_SECRET"
13
# general config
14
- INIT_IMAGE_TAG: "0.1"
+ INIT_IMAGE_TAG: "0.0.1"
15
APP_NAME: "[[ .AppName ]]"
16
17
0 commit comments