File tree Expand file tree Collapse file tree 13 files changed +32
-30
lines changed Expand file tree Collapse file tree 13 files changed +32
-30
lines changed Original file line number Diff line number Diff line change 1
- 0.4.4-dev
1
+ 0.5.0
Original file line number Diff line number Diff line change @@ -98,11 +98,11 @@ metadata:
98
98
]
99
99
capabilities : Basic Install
100
100
categories : Security
101
- olm.skipRange : ' >=0.4.1 <0.4.4-dev '
101
+ olm.skipRange : ' >=0.4.1 <0.5.0 '
102
102
operatorframework.io/suggested-namespace : security-profiles-operator
103
103
operators.operatorframework.io/builder : operator-sdk-v1.22.2
104
104
operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
105
- name : security-profiles-operator.v0.4.4-dev
105
+ name : security-profiles-operator.v0.5.0
106
106
namespace : placeholder
107
107
spec :
108
108
apiservicedefinitions : {}
@@ -425,7 +425,7 @@ spec:
425
425
valueFrom :
426
426
fieldRef :
427
427
fieldPath : metadata.namespace
428
- image : gcr.io/k8s-staging-sp- operator/security-profiles-operator:latest
428
+ image : k8s. gcr.io/security-profiles- operator/security-profiles-operator:v0.5.0
429
429
imagePullPolicy : Always
430
430
name : security-profiles-operator
431
431
resources :
@@ -499,4 +499,4 @@ spec:
499
499
name : rbac-proxy
500
500
- image : quay.io/security-profiles-operator/selinuxd
501
501
name : selinuxd
502
- version : 0.4.4-dev
502
+ version : 0.5.0
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ dependencies:
172
172
match : BOM_VERSION
173
173
174
174
- name : spo-current
175
- version : 0.4.4-dev
175
+ version : 0.5.0
176
176
refPaths :
177
177
- path : VERSION
178
178
match : ^.*
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : security-profiles-operator
3
3
description : " The Kubernetes Security Profiles Operator."
4
4
type : application
5
- version : " 0.4.4-dev "
6
- appVersion : " 0.4.4-dev "
5
+ version : " 0.5.0 "
6
+ appVersion : " 0.5.0 "
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ kind: Kustomization
4
4
5
5
images :
6
6
- name : security-profiles-operator
7
- newName : gcr.io/k8s-staging-sp-operator/security-profiles-operator
8
- newTag : latest
7
+ # newName: gcr.io/k8s-staging-sp-operator/security-profiles-operator
8
+ # newTag: latest
9
9
# For images to be released:
10
- # newName: k8s.gcr.io/security-profiles-operator/security-profiles-operator
11
- # newTag: v0.4.4
10
+ newName : k8s.gcr.io/security-profiles-operator/security-profiles-operator
11
+ newTag : v0.5.0
12
12
13
13
commonLabels :
14
14
app : security-profiles-operator
Original file line number Diff line number Diff line change @@ -2922,7 +2922,7 @@ spec:
2922
2922
valueFrom :
2923
2923
fieldRef :
2924
2924
fieldPath : metadata.namespace
2925
- image : gcr.io/k8s-staging-sp- operator/security-profiles-operator:latest
2925
+ image : k8s. gcr.io/security-profiles- operator/security-profiles-operator:v0.5.0
2926
2926
imagePullPolicy : Always
2927
2927
name : security-profiles-operator
2928
2928
resources :
Original file line number Diff line number Diff line change @@ -2920,7 +2920,7 @@ spec:
2920
2920
valueFrom :
2921
2921
fieldRef :
2922
2922
fieldPath : metadata.namespace
2923
- image : image-registry.openshift-image-registry.svc:5000/openshift/ security-profiles-operator:latest
2923
+ image : k8s.gcr.io/security-profiles-operator/ security-profiles-operator:v0.5.0
2924
2924
imagePullPolicy : Always
2925
2925
name : security-profiles-operator
2926
2926
resources :
Original file line number Diff line number Diff line change @@ -2920,7 +2920,7 @@ spec:
2920
2920
valueFrom :
2921
2921
fieldRef :
2922
2922
fieldPath : metadata.namespace
2923
- image : gcr.io/k8s-staging-sp- operator/security-profiles-operator:latest
2923
+ image : k8s. gcr.io/security-profiles- operator/security-profiles-operator:v0.5.0
2924
2924
imagePullPolicy : Always
2925
2925
name : security-profiles-operator
2926
2926
resources :
Original file line number Diff line number Diff line change @@ -2920,7 +2920,7 @@ spec:
2920
2920
valueFrom :
2921
2921
fieldRef :
2922
2922
fieldPath : metadata.namespace
2923
- image : gcr.io/k8s-staging-sp- operator/security-profiles-operator:latest
2923
+ image : k8s. gcr.io/security-profiles- operator/security-profiles-operator:v0.5.0
2924
2924
imagePullPolicy : Always
2925
2925
name : security-profiles-operator
2926
2926
resources :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ metadata:
14
14
namespace : olm
15
15
spec :
16
16
sourceType : grpc
17
- image : gcr.io/k8s-staging-sp- operator/security-profiles-operator-catalog:latest
17
+ image : k8s. gcr.io/security-profiles- operator/security-profiles-operator-catalog:v0.5.0
18
18
---
19
19
apiVersion : operators.coreos.com/v1
20
20
kind : OperatorGroup
You can’t perform that action at this time.
0 commit comments