Skip to content

Commit

Permalink
fix(apps/prod/tekton/configs/triggers): fix harbor artifact push trig…
Browse files Browse the repository at this point in the history
…ger names

Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo committed Oct 29, 2024
1 parent 9642f2f commit 25afa3e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: triggers.tekton.dev/v1beta1
kind: Trigger
metadata:
name: artifact-push-on-harbor-with-trunk-branch-tags
name: artifact-push-on-harbor-with-trunk-branch-tags-forward-to-tiup
labels:
type: image-push
spec:
Expand All @@ -28,7 +28,7 @@ spec:
apiVersion: triggers.tekton.dev/v1beta1
kind: Trigger
metadata:
name: artifact-push-on-harbor-with-trunk-branch-tags
name: artifact-push-on-harbor-with-trunk-branch-tags-forward-to-fileserver
labels:
type: image-push
spec:
Expand All @@ -54,7 +54,7 @@ spec:
apiVersion: triggers.tekton.dev/v1beta1
kind: Trigger
metadata:
name: artifact-push-on-harbor-with-release-branch-tags
name: artifact-push-on-harbor-with-release-branch-tags-forward-to-tiup
labels:
type: image-push
spec:
Expand All @@ -80,7 +80,7 @@ spec:
apiVersion: triggers.tekton.dev/v1beta1
kind: Trigger
metadata:
name: artifact-push-on-harbor-with-git-tags
name: artifact-push-on-harbor-with-git-tags-forward-to-tiup
labels:
type: image-push
spec:
Expand Down

0 comments on commit 25afa3e

Please sign in to comment.