Skip to content

Commit

Permalink
Move buildah to v1 resources
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjones2 committed Jul 3, 2024
1 parent 0e250a3 commit d8bfe26
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion task/buildah/0.8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ This TaskRun runs the Task to fetch a Git repo, and build and push a container
image using Buildah.

```yaml
apiVersion: tekton.dev/v1beta1
apiVersion: tekton.dev/v1
kind: TaskRun
metadata:
name: buildah-build-my-repo
Expand Down
4 changes: 2 additions & 2 deletions task/buildah/0.8/buildah.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
apiVersion: tekton.dev/v1beta1
apiVersion: tekton.dev/v1
kind: Task
metadata:
name: buildah
labels:
app.kubernetes.io/version: "0.8"
annotations:
tekton.dev/categories: Image Build
tekton.dev/pipelines.minVersion: "0.17.0"
tekton.dev/pipelines.minVersion: "0.50.0"
tekton.dev/tags: image-build
tekton.dev/platforms: "linux/amd64,linux/s390x,linux/ppc64le,linux/arm64"
tekton.dev/displayName: buildah
Expand Down
2 changes: 1 addition & 1 deletion task/buildah/0.8/samples/dockerconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stringData:
}
}
---
apiVersion: tekton.dev/v1beta1
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
name: buildah-test-pipeline-run
Expand Down
2 changes: 1 addition & 1 deletion task/buildah/0.8/samples/openshift-internal-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ data:
....................................................
-----END CERTIFICATE-----
---
apiVersion: tekton.dev/v1beta1
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
generateName: buildah-custom-ca-
Expand Down
4 changes: 2 additions & 2 deletions task/buildah/0.8/tests/run.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: tekton.dev/v1beta1
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
name: buildah-test-pipeline-run
Expand Down Expand Up @@ -69,7 +69,7 @@ spec:
- key: ca.crt
path: ca.crt
---
apiVersion: tekton.dev/v1beta1
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
name: buildah-test-skip-push-pipeline-run
Expand Down

0 comments on commit d8bfe26

Please sign in to comment.