Skip to content

Commit

Permalink
Merge pull request #110 from seungkyua/20230222_fix_missing_image_url
Browse files Browse the repository at this point in the history
fix missing image url
  • Loading branch information
zugwan committed Feb 22, 2023
2 parents 1121e56 + a6d707f commit e357475
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion templates/argo-cd/create-app-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
retryPolicy: "Always"
container:
name: 'create'
image: docker.io/sktcloud/argocd-cli:v2.2.5
image: harbor-cicd.taco-cat.xyz/tks/argocd-cli:v2.2.5
imagePullPolicy: IfNotPresent
command:
- /bin/bash
Expand Down
4 changes: 2 additions & 2 deletions templates/argo-cd/delete-apps-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
activeDeadlineSeconds: 900
container:
name: 'delete-apps-by-label'
image: docker.io/sktcloud/argocd-cli:v2.2.5
image: harbor-cicd.taco-cat.xyz/tks/argocd-cli:v2.2.5
imagePullPolicy: IfNotPresent
command:
- /bin/bash
Expand Down Expand Up @@ -91,7 +91,7 @@ spec:
- name: app_name
container:
name: 'delete-apps-by-name'
image: docker.io/sktcloud/argocd-cli:v2.2.5
image: harbor-cicd.taco-cat.xyz/tks/argocd-cli:v2.2.5
imagePullPolicy: IfNotPresent
command:
- /bin/bash
Expand Down
4 changes: 2 additions & 2 deletions templates/argo-cd/prepare-argocd-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
activeDeadlineSeconds: 120
container:
name: 'config'
image: k8s.gcr.io/hyperkube:v1.18.8
image: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.8
imagePullPolicy: IfNotPresent
command:
- /bin/bash
Expand Down Expand Up @@ -48,7 +48,7 @@ spec:
- name: createProject
container:
name: create
image: docker.io/sktcloud/argocd-cli:v2.2.5
image: harbor-cicd.taco-cat.xyz/tks/argocd-cli:v2.2.5
imagePullPolicy: IfNotPresent
command:
- /bin/bash
Expand Down
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 @@ -73,7 +73,7 @@ spec:
metadata: {}
container:
name: create-namespace
image: k8s.gcr.io/hyperkube:v1.18.6
image: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
command:
- /bin/bash
- '-c'
Expand Down
8 changes: 4 additions & 4 deletions templates/decapod-apps/remove-lma-uniformed-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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 @@ -86,7 +86,7 @@ spec:
- name: namespace
container:
name: remove-prometheus-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 @@ -113,7 +113,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 Down Expand Up @@ -142,7 +142,7 @@ spec:
- name: namespace
container:
name: remove-leftover
image: k8s.gcr.io/hyperkube:v1.18.6
image: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
command:
- /bin/bash
- '-c'
Expand Down
6 changes: 3 additions & 3 deletions templates/decapod-apps/service-mesh-wf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ spec:
value: ""
container:
name: create-namespace
image: k8s.gcr.io/hyperkube:v1.18.6
image: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
command:
- /bin/bash
- '-c'
Expand Down Expand Up @@ -253,7 +253,7 @@ spec:
value: "istio-system"
container:
name: copy-eck-secret
image: k8s.gcr.io/hyperkube:v1.18.6
image: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
command:
- /bin/bash
- '-c'
Expand Down Expand Up @@ -301,7 +301,7 @@ spec:
- name: sync-app
container:
name: sync-app
image: docker.io/sktdev/argocd:latest
image: harbor-cicd.taco-cat.xyz/tks/argocd:latest
command:
- /bin/bash
- '-c'
Expand Down
2 changes: 1 addition & 1 deletion templates/issue-access-token-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
activeDeadlineSeconds: 120
container:
name: 'config'
image: k8s.gcr.io/hyperkube:v1.18.8
image: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.8
imagePullPolicy: IfNotPresent
command:
- /bin/bash
Expand Down

0 comments on commit e357475

Please sign in to comment.