Skip to content

Commit

Permalink
Add new version in missed places
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Beha committed Jun 17, 2024
1 parent d9f6123 commit 6ed160e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion task/skopeo-copy/0.4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This `task` can be used to copy one or more than one images to-and fro various s
## Install the Task

```
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/skopeo-copy/0.3/raw
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/skopeo-copy/0.4/raw
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion task/skopeo-copy/0.4/skopeo-copy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Task
metadata:
name: skopeo-copy
labels:
app.kubernetes.io/version: "0.3"
app.kubernetes.io/version: "0.4"
annotations:
tekton.dev/pipelines.minVersion: "0.12.1"
tekton.dev/categories: CLI
Expand Down

0 comments on commit 6ed160e

Please sign in to comment.