-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathvalues.yaml
38 lines (34 loc) · 1005 Bytes
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
images:
bash: mirror.gcr.io/library/bash:latest
builder: mirror.gcr.io/paketobuildpacks/builder:base
annotations:
tekton.dev/categories: Image Build
tekton.dev/displayName: Buildpacks
tekton.dev/pipelines.minVersion: "0.17.0"
tekton.dev/platforms: linux/amd64
tekton.dev/tags: image-build
artifacthub.io/maintainers: |
- name: OpenShift Pipeline task maintainers
email: [email protected]
artifacthub.io/provider: Red Hat
artifacthub.io/recommendations: |
- url: https://tekton.dev/
artifacthub.io/category: integration-delivery
# cloud native builder base configuration
cnb:
# CNB builder API support version
platformAPI: "0.11"
# the CNB builder security context, by default it uses UID and GID 1000
securityContext:
runAsUser: 1000
runAsGroup: 1000
# sets attributes to all steps
stepTemplate:
computeResources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi