Skip to content

Commit 7d3f3bf

Browse files
authored
Bump up NSS to 4.2.17 (#387)
Signed-off-by: YuChen <[email protected]>
1 parent c776337 commit 7d3f3bf

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

bundle/manifests/ibm-namespace-scope-operator.clusterserviceversion.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ metadata:
2222
}
2323
]
2424
capabilities: Seamless Upgrades
25-
containerImage: icr.io/cpopen/ibm-namespace-scope-operator:4.2.16
25+
containerImage: icr.io/cpopen/ibm-namespace-scope-operator:4.2.17
2626
createdAt: "2025-02-19T00:54:24Z"
2727
features.operators.openshift.io/disconnected: "true"
2828
features.operators.openshift.io/fips-compliant: "true"
@@ -31,7 +31,7 @@ metadata:
3131
features.operators.openshift.io/token-auth-aws: "false"
3232
features.operators.openshift.io/token-auth-azure: "false"
3333
features.operators.openshift.io/token-auth-gcp: "false"
34-
olm.skipRange: <4.2.16
34+
olm.skipRange: <4.2.17
3535
operators.openshift.io/infrastructure-features: '["disconnected"]'
3636
operators.operatorframework.io/builder: operator-sdk-v1.32.0
3737
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
@@ -42,7 +42,7 @@ metadata:
4242
operatorframework.io/arch.ppc64le: supported
4343
operatorframework.io/arch.s390x: supported
4444
operatorframework.io/os.linux: supported
45-
name: ibm-namespace-scope-operator.v4.2.16
45+
name: ibm-namespace-scope-operator.v4.2.17
4646
namespace: placeholder
4747
spec:
4848
apiservicedefinitions: {}
@@ -131,7 +131,7 @@ spec:
131131
fieldRef:
132132
apiVersion: v1
133133
fieldPath: metadata.namespace
134-
image: icr.io/cpopen/ibm-namespace-scope-operator:4.2.16
134+
image: icr.io/cpopen/ibm-namespace-scope-operator:4.2.17
135135
imagePullPolicy: IfNotPresent
136136
name: ibm-namespace-scope-operator
137137
resources:
@@ -251,7 +251,7 @@ spec:
251251
minKubeVersion: 1.19.0
252252
provider:
253253
name: IBM
254-
version: 4.2.16
254+
version: 4.2.17
255255
relatedImages:
256-
- image: icr.io/cpopen/ibm-namespace-scope-operator:4.2.16
256+
- image: icr.io/cpopen/ibm-namespace-scope-operator:4.2.17
257257
name: IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: icr.io/cpopen/ibm-namespace-scope-operator
77
newName: icr.io/cpopen/ibm-namespace-scope-operator
8-
newTag: 4.2.16
8+
newTag: 4.2.17

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
containers:
4747
- command:
4848
- /namespace-scope-operator-manager
49-
image: icr.io/cpopen/ibm-namespace-scope-operator:4.2.16
49+
image: icr.io/cpopen/ibm-namespace-scope-operator:4.2.17
5050
imagePullPolicy: IfNotPresent
5151
name: ibm-namespace-scope-operator
5252
env:

config/manifests/bases/ibm-namespace-scope-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
annotations:
55
alm-examples: '[]'
66
capabilities: Seamless Upgrades
7-
containerImage: icr.io/cpopen/ibm-namespace-scope-operator:4.2.16
7+
containerImage: icr.io/cpopen/ibm-namespace-scope-operator:4.2.17
88
createdAt: "2020-11-2T15:38:33Z"
99
features.operators.openshift.io/disconnected: "true"
1010
features.operators.openshift.io/fips-compliant: "true"
@@ -13,7 +13,7 @@ metadata:
1313
features.operators.openshift.io/token-auth-aws: "false"
1414
features.operators.openshift.io/token-auth-azure: "false"
1515
features.operators.openshift.io/token-auth-gcp: "false"
16-
olm.skipRange: <4.2.16
16+
olm.skipRange: <4.2.17
1717
operators.openshift.io/infrastructure-features: '["disconnected"]'
1818
operators.operatorframework.io/builder: operator-sdk-v1.1.0
1919
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
@@ -68,6 +68,6 @@ spec:
6868
provider:
6969
name: IBM
7070
relatedImages:
71-
- image: icr.io/cpopen/ibm-namespace-scope-operator:4.2.16
71+
- image: icr.io/cpopen/ibm-namespace-scope-operator:4.2.17
7272
name: IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
7373
version: 0.0.0

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
package version
1818

1919
var (
20-
Version = "4.2.16"
20+
Version = "4.2.17"
2121
)

0 commit comments

Comments
 (0)