Skip to content

Commit

Permalink
Merge pull request #1390 from merico-dev/fix-argocd-staging-error
Browse files Browse the repository at this point in the history
fix: gitlab-ci and argocd version error
  • Loading branch information
daniel-hutao authored Dec 27, 2022
2 parents 7c45817 + f1e982d commit 90f96b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion staging/dtm-pipeline-templates/argocdapp/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ image:

service:
type: ClusterIP
port: 8080
port: 80
2 changes: 1 addition & 1 deletion staging/dtm-pipeline-templates/gitlab-ci/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]]"


Expand Down

0 comments on commit 90f96b3

Please sign in to comment.