catalog
catalog copied to clipboard
Update docker image for 42Crunch task to 3.4
Changes
Updates docker image for the task. This is bugfix release of the image, which introduces no new parameters etc for the task, therefore keeping the version at 0.2.
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you review them:
- [x] Follows the authoring recommendations
- [x] Includes docs (if user facing)
- [ ] Includes tests (for new tasks or changed functionality)
- See the end-to-end testing documentation for guidance and CI details.
- [x] Meets the Tekton contributor standards (including functionality, content, code)
- [x] Commit messages follow commit message best practices
- [x] Has a kind label. You can add one by adding a comment on this PR that
contains
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tep - [x] Complies with Catalog Organization TEP, see example. Note An issue has been filed to automate this validation
-
[x] File path follows
<kind>/<name>/<version>/name.yaml
-
[x] Has
README.md
at<kind>/<name>/<version>/README.md
-
[x] Has mandatory
metadata.labels
-app.kubernetes.io/version
the same as the<version>
of the resource -
[x] Has mandatory
metadata.annotations
tekton.dev/pipelines.minVersion
-
[x] mandatory
spec.description
follows the convention``` spec: description: >- one line summary of the resource Paragraph(s) to describe the resource. ```
-
See the contribution guide for more details.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: vinamra28
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [vinamra28]
Approvers can indicate their approval by writing /approve
in a comment
Approvers can cancel approval by writing /approve cancel
in a comment