Skip to content

Commit 54a632c

Browse files
grokspawnci-robot
authored andcommitted
Signed-off-by: grokspawn <[email protected]> Upstream-repository: api Upstream-commit: d2484b6caa59e031ce91b84dee4c334f0d94544f
1 parent 087e6c9 commit 54a632c

10 files changed

+34
-2
lines changed

manifests/0000_50_olm_07-olm-operator.deployment.ibm-cloud-managed.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ spec:
3636
- name: profile-collector-cert
3737
secret:
3838
secretName: pprof-cert
39+
- name: tmpfs
40+
emptyDir: {}
3941
containers:
4042
- name: olm-operator
4143
securityContext:
@@ -49,6 +51,8 @@ spec:
4951
- name: profile-collector-cert
5052
mountPath: "/profile-collector-cert"
5153
readOnly: true
54+
- name: tmpfs
55+
mountPath: /tmp
5256
command:
5357
- /bin/olm
5458
args:

manifests/0000_50_olm_07-olm-operator.deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ spec:
3535
- name: profile-collector-cert
3636
secret:
3737
secretName: pprof-cert
38+
- name: tmpfs
39+
emptyDir: {}
3840
containers:
3941
- name: olm-operator
4042
securityContext:
@@ -48,6 +50,8 @@ spec:
4850
- name: profile-collector-cert
4951
mountPath: "/profile-collector-cert"
5052
readOnly: true
53+
- name: tmpfs
54+
mountPath: /tmp
5155
command:
5256
- /bin/olm
5357
args:

manifests/0000_50_olm_08-catalog-operator.deployment.ibm-cloud-managed.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ spec:
3636
- name: profile-collector-cert
3737
secret:
3838
secretName: pprof-cert
39+
- name: tmpfs
40+
emptyDir: {}
3941
containers:
4042
- name: catalog-operator
4143
securityContext:
@@ -49,6 +51,8 @@ spec:
4951
- name: profile-collector-cert
5052
mountPath: "/profile-collector-cert"
5153
readOnly: true
54+
- name: tmpfs
55+
mountPath: /tmp
5256
command:
5357
- /bin/catalog
5458
args:

manifests/0000_50_olm_08-catalog-operator.deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ spec:
3535
- name: profile-collector-cert
3636
secret:
3737
secretName: pprof-cert
38+
- name: tmpfs
39+
emptyDir: {}
3840
containers:
3941
- name: catalog-operator
4042
securityContext:
@@ -48,6 +50,8 @@ spec:
4850
- name: profile-collector-cert
4951
mountPath: "/profile-collector-cert"
5052
readOnly: true
53+
- name: tmpfs
54+
mountPath: /tmp
5155
command:
5256
- /bin/catalog
5357
args:

microshift-manifests/0000_50_olm_07-olm-operator.deployment.ibm-cloud-managed.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ spec:
3636
- name: profile-collector-cert
3737
secret:
3838
secretName: pprof-cert
39+
- name: tmpfs
40+
emptyDir: {}
3941
containers:
4042
- name: olm-operator
4143
securityContext:
@@ -49,6 +51,8 @@ spec:
4951
- name: profile-collector-cert
5052
mountPath: "/profile-collector-cert"
5153
readOnly: true
54+
- name: tmpfs
55+
mountPath: /tmp
5256
command:
5357
- /bin/olm
5458
args:

microshift-manifests/0000_50_olm_07-olm-operator.deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ spec:
3535
- name: profile-collector-cert
3636
secret:
3737
secretName: pprof-cert
38+
- name: tmpfs
39+
emptyDir: {}
3840
containers:
3941
- name: olm-operator
4042
securityContext:
@@ -48,6 +50,8 @@ spec:
4850
- name: profile-collector-cert
4951
mountPath: "/profile-collector-cert"
5052
readOnly: true
53+
- name: tmpfs
54+
mountPath: /tmp
5155
command:
5256
- /bin/olm
5357
args:

microshift-manifests/0000_50_olm_08-catalog-operator.deployment.ibm-cloud-managed.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ spec:
3636
- name: profile-collector-cert
3737
secret:
3838
secretName: pprof-cert
39+
- name: tmpfs
40+
emptyDir: {}
3941
containers:
4042
- name: catalog-operator
4143
securityContext:
@@ -49,6 +51,8 @@ spec:
4951
- name: profile-collector-cert
5052
mountPath: "/profile-collector-cert"
5153
readOnly: true
54+
- name: tmpfs
55+
mountPath: /tmp
5256
command:
5357
- /bin/catalog
5458
args:

microshift-manifests/0000_50_olm_08-catalog-operator.deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ spec:
3535
- name: profile-collector-cert
3636
secret:
3737
secretName: pprof-cert
38+
- name: tmpfs
39+
emptyDir: {}
3840
containers:
3941
- name: catalog-operator
4042
securityContext:
@@ -48,6 +50,8 @@ spec:
4850
- name: profile-collector-cert
4951
mountPath: "/profile-collector-cert"
5052
readOnly: true
53+
- name: tmpfs
54+
mountPath: /tmp
5155
command:
5256
- /bin/catalog
5357
args:

staging/api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/operator-framework/api
22

3-
go 1.24.3
3+
go 1.24.4
44

55
require (
66
github.com/blang/semver/v4 v4.0.0

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ github.com/openshift/client-go/config/informers/externalversions/config/v1
681681
github.com/openshift/client-go/config/informers/externalversions/internalinterfaces
682682
github.com/openshift/client-go/config/listers/config/v1
683683
# github.com/operator-framework/api v0.33.0 => ./staging/api
684-
## explicit; go 1.24.3
684+
## explicit; go 1.24.4
685685
github.com/operator-framework/api/crds
686686
github.com/operator-framework/api/pkg/constraints
687687
github.com/operator-framework/api/pkg/encoding

0 commit comments

Comments
 (0)