Skip to content

Commit

Permalink
fix(apps/prod/tekton): rollback apiversion for tekton resource (#549)
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo committed May 22, 2023
1 parent a378712 commit b54495a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/prod/tekton/configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
kind: GitRepository
name: flux-system
namespace: flux-system
path: ./apps/staging/tekton/configs
path: ./apps/prod/tekton/configs
dependsOn:
- name: tekton-setup
namespace: apps
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/tekton/configs/pipelines/kaniko-build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: tekton.dev/v1
apiVersion: tekton.dev/v1beta1
kind: Pipeline
metadata:
name: kaniko-build
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/tekton/configs/tasks/multi-arch-image-push.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: tekton.dev/v1
apiVersion: tekton.dev/v1beta1
kind: Task
metadata:
name: multi-arch-image-push
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/tekton/configs/triggers/event-listener.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
triggerSelector:
namespaceSelector:
matchNames:
- ci-demo
- ee-cd
labelSelector:
matchLabels:
type: github-pr

0 comments on commit b54495a

Please sign in to comment.