Skip to content

Commit

Permalink
fix: change ClusterTask resource to Task
Browse files Browse the repository at this point in the history
  • Loading branch information
StinkyBenji committed Apr 17, 2024
1 parent 0124645 commit b97f6ab
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .tekton/image-build-pipelinerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ spec:
value: "{{ repo_url }}"
- name: revision
value: "{{ revision }}"
- name: oidc-user-email
value: "[email protected]"
podTemplate:
env:
- name: HOME
Expand Down
2 changes: 1 addition & 1 deletion .tekton/tasks/grype.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: tekton.dev/v1beta1
kind: ClusterTask
kind: Task
metadata:
annotations:
tekton.dev/categories: Security
Expand Down
2 changes: 1 addition & 1 deletion .tekton/tasks/semantic-release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
apiVersion: tekton.dev/v1beta1
kind: ClusterTask
kind: Task
metadata:
name: semantic-release
labels:
Expand Down
2 changes: 1 addition & 1 deletion .tekton/tasks/syft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: tekton.dev/v1beta1
kind: ClusterTask
kind: Task
metadata:
annotations:
tekton.dev/categories: Security
Expand Down

0 comments on commit b97f6ab

Please sign in to comment.