Skip to content

Commit

Permalink
Merge pull request #125 from openinfradev/release
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejayA committed Aug 16, 2023
2 parents 9cb3099 + 0931a68 commit c7d2800
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 30 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: harbor-cicd.taco-cat.xyz/tks/argocd-cli:v2.2.5
image: harbor.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: harbor-cicd.taco-cat.xyz/tks/argocd-cli:v2.2.5
image: harbor.taco-cat.xyz/tks/argocd-cli:v2.2.5
imagePullPolicy: IfNotPresent
command:
- /bin/bash
Expand Down Expand Up @@ -95,7 +95,7 @@ spec:
- name: app_name
container:
name: 'delete-apps-by-name'
image: harbor-cicd.taco-cat.xyz/tks/argocd-cli:v2.2.5
image: harbor.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: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.8
image: harbor.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: harbor-cicd.taco-cat.xyz/tks/argocd-cli:v2.2.5
image: harbor.taco-cat.xyz/tks/argocd-cli:v2.2.5
imagePullPolicy: IfNotPresent
command:
- /bin/bash
Expand Down
4 changes: 2 additions & 2 deletions 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: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
image: harbor.taco-cat.xyz/tks/hyperkube:v1.18.6
command:
- /bin/bash
- '-c'
Expand Down Expand Up @@ -106,7 +106,7 @@ spec:
metadata: {}
container:
name: db-init
image: harbor-cicd.taco-cat.xyz/tks/postgresql:11.12.0-debian-10-r44
image: harbor.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 @@ -40,7 +40,7 @@ spec:
- name: configuration
container:
name: config
image: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.8
image: harbor.taco-cat.xyz/tks/hyperkube:v1.18.8
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: harbor-cicd.taco-cat.xyz/tks/argocd-cli:v2.2.5
image: harbor.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: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
image: harbor.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: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
image: harbor.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: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
image: harbor.taco-cat.xyz/tks/hyperkube:v1.18.6
command:
- /bin/bash
- '-c'
Expand Down
12 changes: 6 additions & 6 deletions templates/decapod-apps/remove-servicemesh-all-es-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: harbor-cicd.taco-cat.xyz/tks/argocd-cli:v2.2.5
image: harbor.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: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
image: harbor.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: harbor-cicd.taco-cat.xyz/tks/argocd:latest
image: harbor.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: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
image: harbor.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: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
image: harbor.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: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
image: harbor.taco-cat.xyz/tks/hyperkube:v1.18.6
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 @@ -45,7 +45,7 @@ spec:
- name: disableAutoSync
container:
name: disable-auto-sync
image: harbor-cicd.taco-cat.xyz/tks/argocd-cli:v2.2.5
image: harbor.taco-cat.xyz/tks/argocd-cli:v2.2.5
command:
- /bin/bash
- '-c'
Expand All @@ -71,7 +71,7 @@ spec:
- name: namespace
container:
name: remove-fluentbit-cr
image: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
image: harbor.taco-cat.xyz/tks/hyperkube:v1.18.6
command:
- /bin/bash
- '-c'
Expand All @@ -97,7 +97,7 @@ spec:
- name: app_group
container:
name: delete-argocd-app
image: harbor-cicd.taco-cat.xyz/tks/argocd:latest
image: harbor.taco-cat.xyz/tks/argocd:latest
command:
- /bin/bash
- '-c'
Expand Down Expand Up @@ -135,7 +135,7 @@ spec:
- name: namespace
container:
name: delete-finalizer-app
image: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
image: harbor.taco-cat.xyz/tks/hyperkube:v1.18.6
command:
- /bin/bash
- '-c'
Expand Down Expand Up @@ -180,7 +180,7 @@ spec:
- name: component_type
container:
name: delete-kubernetes-resources
image: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
image: harbor.taco-cat.xyz/tks/hyperkube:v1.18.6
command:
- /bin/bash
- '-c'
Expand Down Expand Up @@ -269,7 +269,7 @@ spec:
- name: namespace
container:
name: delete-namespace
image: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
image: harbor.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-es-wf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ spec:
value: ""
container:
name: create-namespace
image: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
image: harbor.taco-cat.xyz/tks/hyperkube:v1.18.6
command:
- /bin/bash
- '-c'
Expand Down Expand Up @@ -254,7 +254,7 @@ spec:
value: "istio-system"
container:
name: copy-eck-secret
image: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
image: harbor.taco-cat.xyz/tks/hyperkube:v1.18.6
command:
- /bin/bash
- '-c'
Expand Down Expand Up @@ -302,7 +302,7 @@ spec:
- name: sync-app
container:
name: sync-app
image: harbor-cicd.taco-cat.xyz/tks/argocd:latest
image: harbor.taco-cat.xyz/tks/argocd:latest
command:
- /bin/bash
- '-c'
Expand Down
4 changes: 2 additions & 2 deletions templates/decapod-apps/service-mesh-wf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ spec:
value: ""
container:
name: create-namespace
image: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.6
image: harbor.taco-cat.xyz/tks/hyperkube:v1.18.6
command:
- /bin/bash
- '-c'
Expand Down Expand Up @@ -242,7 +242,7 @@ spec:
- name: sync-app
container:
name: sync-app
image: harbor-cicd.taco-cat.xyz/tks/argocd:latest
image: harbor.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: harbor-cicd.taco-cat.xyz/tks/hyperkube:v1.18.8
image: harbor.taco-cat.xyz/tks/hyperkube:v1.18.8
imagePullPolicy: IfNotPresent
command:
- /bin/bash
Expand Down

0 comments on commit c7d2800

Please sign in to comment.