Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ metadata:
}
]
capabilities: Seamless Upgrades
containerImage: icr.io/cpopen/ibm-namespace-scope-operator:4.2.18
containerImage: icr.io/cpopen/ibm-namespace-scope-operator:4.2.19
createdAt: "2025-02-19T00:54:24Z"
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "true"
Expand All @@ -31,7 +31,7 @@ metadata:
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
olm.skipRange: <4.2.18
olm.skipRange: <4.2.19
operators.openshift.io/infrastructure-features: '["disconnected"]'
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
Expand All @@ -42,7 +42,7 @@ metadata:
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
operatorframework.io/os.linux: supported
name: ibm-namespace-scope-operator.v4.2.18
name: ibm-namespace-scope-operator.v4.2.19
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -131,7 +131,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: icr.io/cpopen/ibm-namespace-scope-operator:4.2.18
image: icr.io/cpopen/ibm-namespace-scope-operator:4.2.19
imagePullPolicy: IfNotPresent
name: ibm-namespace-scope-operator
resources:
Expand Down Expand Up @@ -251,7 +251,7 @@ spec:
minKubeVersion: 1.19.0
provider:
name: IBM
version: 4.2.18
version: 4.2.19
relatedImages:
- image: icr.io/cpopen/ibm-namespace-scope-operator:4.2.18
- image: icr.io/cpopen/ibm-namespace-scope-operator:4.2.19
name: IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: icr.io/cpopen/ibm-namespace-scope-operator
newName: icr.io/cpopen/ibm-namespace-scope-operator
newTag: 4.2.18
newTag: 4.2.19
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
containers:
- command:
- /namespace-scope-operator-manager
image: icr.io/cpopen/ibm-namespace-scope-operator:4.2.18
image: icr.io/cpopen/ibm-namespace-scope-operator:4.2.19
imagePullPolicy: IfNotPresent
name: ibm-namespace-scope-operator
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations:
alm-examples: '[]'
capabilities: Seamless Upgrades
containerImage: icr.io/cpopen/ibm-namespace-scope-operator:4.2.18
containerImage: icr.io/cpopen/ibm-namespace-scope-operator:4.2.19
createdAt: "2020-11-2T15:38:33Z"
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "true"
Expand All @@ -13,7 +13,7 @@ metadata:
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
olm.skipRange: <4.2.18
olm.skipRange: <4.2.19
operators.openshift.io/infrastructure-features: '["disconnected"]'
operators.operatorframework.io/builder: operator-sdk-v1.1.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
Expand Down Expand Up @@ -68,6 +68,6 @@ spec:
provider:
name: IBM
relatedImages:
- image: icr.io/cpopen/ibm-namespace-scope-operator:4.2.18
- image: icr.io/cpopen/ibm-namespace-scope-operator:4.2.19
name: IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
version: 0.0.0
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
package version

var (
Version = "4.2.18"
Version = "4.2.19"
)