Skip to content

Commit 90f96b3

Browse files
authored
Merge pull request #1390 from merico-dev/fix-argocd-staging-error
fix: gitlab-ci and argocd version error
2 parents 7c45817 + f1e982d commit 90f96b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

staging/dtm-pipeline-templates/argocdapp/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ image:
77

88
service:
99
type: ClusterIP
10-
port: 8080
10+
port: 80

staging/dtm-pipeline-templates/gitlab-ci/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variables:
1111
IMAGE_REPO_USER: "[[ .imageRepo.user ]]"
1212
IMAGE_REPO_PASSWORD: "$IMAGE_REPO_SECRET"
1313
# general config
14-
INIT_IMAGE_TAG: "0.1"
14+
INIT_IMAGE_TAG: "0.0.1"
1515
APP_NAME: "[[ .AppName ]]"
1616

1717

0 commit comments

Comments
 (0)