Skip to content

Commit 7017312

Browse files
author
openshift-pipelines-bot
committed
[bot] Update release-v1.20.x from tektoncd/operator to 1b7a1d30db5a8f8c0fb56a38893d70e4c385df33
$ git diff --stat 1b7a1d30db5a8f8c0fb56a38893d70e4c385df33..1b7a1d30db5a8f8c0fb56a38893d70e4c385df33 https://github.com/tektoncd/operator/compare/1b7a1d30db5a8f8c0fb56a38893d70e4c385df33..1b7a1d30db5a8f8c0fb56a38893d70e4c385df33
1 parent 638a8ef commit 7017312

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

.konflux/olm-catalog/bundle/kodata/tekton-hub/v1.22.3/api/api.yaml renamed to .konflux/olm-catalog/bundle/kodata/tekton-hub/v1.22.5/api/api.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ spec:
168168
type: RuntimeDefault
169169
containers:
170170
- name: tekton-hub-api
171-
image: quay.io/tekton-hub/api:v1.22.3
171+
image: quay.io/tekton-hub/api:v1.22.5
172172
resources:
173173
requests:
174174
cpu: 100m
@@ -206,6 +206,7 @@ spec:
206206
timeoutSeconds: 1
207207
securityContext:
208208
allowPrivilegeEscalation: false
209+
readOnlyRootFilesystem: true
209210
runAsUser: 65532
210211
capabilities:
211212
drop:

.konflux/olm-catalog/bundle/kodata/tekton-hub/v1.22.3/db-migration/db-migration.yaml renamed to .konflux/olm-catalog/bundle/kodata/tekton-hub/v1.22.5/db-migration/db-migration.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ spec:
2828
type: RuntimeDefault
2929
containers:
3030
- name: tekton-hub-db-migration
31-
image: quay.io/tekton-hub/db-migration:v1.22.3
31+
image: quay.io/tekton-hub/db-migration:v1.22.5
3232
securityContext:
3333
allowPrivilegeEscalation: false
34+
readOnlyRootFilesystem: true
3435
runAsUser: 65532
3536
capabilities:
3637
drop:

.konflux/olm-catalog/bundle/kodata/tekton-hub/v1.22.3/hub-info/hub-info.yaml renamed to .konflux/olm-catalog/bundle/kodata/tekton-hub/v1.22.5/hub-info/hub-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ metadata:
2020
app.kubernetes.io/instance: default
2121
app.kubernetes.io/part-of: tekton-hub
2222
data:
23-
version: v1.22.3
23+
version: v1.22.5
2424

2525
---
2626
# Copyright 2024 The Tekton Authors

.konflux/olm-catalog/bundle/kodata/tekton-hub/v1.22.3/ui/ui.yaml renamed to .konflux/olm-catalog/bundle/kodata/tekton-hub/v1.22.5/ui/ui.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
type: RuntimeDefault
3535
containers:
3636
- name: tekton-hub-ui
37-
image: quay.io/tekton-hub/ui:v1.22.3
37+
image: quay.io/tekton-hub/ui:v1.22.5
3838
resources:
3939
requests:
4040
cpu: 100m
@@ -44,10 +44,16 @@ spec:
4444
memory: 500Mi
4545
securityContext:
4646
allowPrivilegeEscalation: false
47+
readOnlyRootFilesystem: true
4748
runAsUser: 65532
4849
capabilities:
4950
drop:
5051
- ALL
52+
volumeMounts:
53+
- name: config-volume
54+
mountPath: /tmp/config
55+
- name: tmp
56+
mountPath: /tmp
5157
env:
5258
- name: API_URL
5359
valueFrom:
@@ -100,6 +106,11 @@ spec:
100106
periodSeconds: 5
101107
successThreshold: 1
102108
timeoutSeconds: 1
109+
volumes:
110+
- name: config-volume
111+
emptyDir: {}
112+
- name: tmp
113+
emptyDir: {}
103114

104115
---
105116
apiVersion: v1

.konflux/olm-catalog/bundle/manifests/openshift-pipelines-operator-rh.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ spec:
356356
357357
- Tekton Chains: v0.25.1
358358
359-
- Tekton Hub (tech-preview): v1.22.3
359+
- Tekton Hub (tech-preview): v1.22.5
360360
361361
- Tekton Results (tech-preview): v0.16.0
362362

0 commit comments

Comments
 (0)