knative-extensions / knative-extensions/eventing-integrations
Add version metadata to release config map
Open
- Dominant language
- Java
- Stars
- 1
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
For the image mapper config map, it would be nice to have some metadata
```yaml
apiVersion: v1
kind: ConfigMap
metadata:
...
labels:
app.kubernetes.io/version: "SHA"
annotations:
knative.dev/example-checksum: "123456"
```
this would be similar to other resource.
Contributor guide
Research direction
Inspect the image mapper release ConfigMap and compare its metadata with the other resource referenced in the issue. Add the version label and checksum annotation shown in the example, then verify that the rendered ConfigMap contains the expected metadata.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100