Skip to content

Commit

Permalink
Merge pull request #108 from seungkyua/20230421_change_image_url
Browse files Browse the repository at this point in the history
change original images url to harbor image url
  • Loading branch information
seungkyua authored Feb 21, 2023
2 parents df6c9b5 + e7db702 commit 23c6e2a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion templates/decapod-apps/install-admin-tools-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
metadata: {}
container:
name: db-init
image: docker.io/bitnami/postgresql:11.12.0-debian-10-r44
image: harbor-cicd.taco-cat.xyz/tks/postgresql:11.12.0-debian-10-r44
command:
- /bin/bash
- '-cx'
Expand Down
2 changes: 1 addition & 1 deletion templates/decapod-apps/lma-uniformed-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
- name: configuration
container:
name: config
image: k8s.gcr.io/hyperkube:v1.18.8
image: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.8
command:
- /bin/bash
- '-c'
Expand Down
12 changes: 6 additions & 6 deletions templates/decapod-apps/remove-servicemesh-all-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
- name: disableAutoSync
container:
name: disable-auto-sync
image: docker.io/sktcloud/argocd-cli:v2.2.5
image: harbor-cicd.taco-cat.xyz/tks/argocd-cli:v2.2.5
command:
- /bin/bash
- '-c'
Expand All @@ -80,7 +80,7 @@ spec:
- name: namespace
container:
name: remove-fluentbit-cr
image: k8s.gcr.io/hyperkube:v1.18.6
image: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
command:
- /bin/bash
- '-c'
Expand All @@ -106,7 +106,7 @@ spec:
- name: app_group
container:
name: delete-argocd-app
image: docker.io/sktdev/argocd:latest
image: harbor-cicd.taco-cat.xyz/tks/argocd:latest
command:
- /bin/bash
- '-c'
Expand Down Expand Up @@ -144,7 +144,7 @@ spec:
- name: namespace
container:
name: delete-finalizer-app
image: gcr.io/google-containers/hyperkube:v1.18.6
image: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
command:
- /bin/bash
- '-c'
Expand Down Expand Up @@ -189,7 +189,7 @@ spec:
- name: component_type
container:
name: delete-kubernetes-resources
image: gcr.io/google-containers/hyperkube:v1.18.6
image: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
command:
- /bin/bash
- '-c'
Expand Down Expand Up @@ -278,7 +278,7 @@ spec:
- name: namespace
container:
name: delete-namespace
image: gcr.io/google-containers/hyperkube:v1.18.6
image: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
command:
- /bin/bash
- '-c'
Expand Down

0 comments on commit 23c6e2a

Please sign in to comment.