File tree Expand file tree Collapse file tree 5 files changed +19
-21
lines changed
config/manager/overlays/prod Expand file tree Collapse file tree 5 files changed +19
-21
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
55LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77LABEL operators.operatorframework.io.bundle.package.v1=ibm-iam-operator
8- LABEL operators.operatorframework.io.bundle.channels.v1=v4.13
9- LABEL operators.operatorframework.io.bundle.channel.default.v1=v4.13
8+ LABEL operators.operatorframework.io.bundle.channels.v1=v4.14
9+ LABEL operators.operatorframework.io.bundle.channel.default.v1=v4.14
1010LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.37.0
1111LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1212LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ metadata:
152152 categories : Security
153153 certified : " false"
154154 containerImage : icr.io/cpopen/ibm-iam-operator:4.14.0
155- createdAt : " 2025-07-08T01:10:36Z "
155+ createdAt : " 2025-08-18T18:56:37Z "
156156 description : The IAM operator provides a simple Kubernetes CRD-Based API to manage the lifecycle of IAM services. With this operator, you can simply deploy and upgrade the IAM services
157157 features.operators.openshift.io/disconnected : " true"
158158 features.operators.openshift.io/fips-compliant : " true"
@@ -315,7 +315,6 @@ spec:
315315 value : icr.io/cpopen/cpfs/im-initcontainer:4.14.0
316316 image : icr.io/cpopen/ibm-iam-operator:4.14.0
317317 imagePullPolicy : IfNotPresent
318- name : ibm-iam-operator
319318 livenessProbe :
320319 failureThreshold : 10
321320 httpGet :
@@ -324,6 +323,7 @@ spec:
324323 initialDelaySeconds : 120
325324 periodSeconds : 60
326325 timeoutSeconds : 10
326+ name : ibm-iam-operator
327327 readinessProbe :
328328 failureThreshold : 10
329329 httpGet :
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ annotations:
44 operators.operatorframework.io.bundle.manifests.v1 : manifests/
55 operators.operatorframework.io.bundle.metadata.v1 : metadata/
66 operators.operatorframework.io.bundle.package.v1 : ibm-iam-operator
7- operators.operatorframework.io.bundle.channels.v1 : v4.13
8- operators.operatorframework.io.bundle.channel.default.v1 : v4.13
7+ operators.operatorframework.io.bundle.channels.v1 : v4.14
8+ operators.operatorframework.io.bundle.channel.default.v1 : v4.14
99 operators.operatorframework.io.metrics.builder : operator-sdk-v1.37.0
1010 operators.operatorframework.io.metrics.mediatype.v1 : metrics+v1
1111 operators.operatorframework.io.metrics.project_layout : go.kubebuilder.io/v4
Original file line number Diff line number Diff line change 11resources :
2- - ../../bases
2+ - ../../bases
33generatorOptions :
44 disableNameSuffixHash : true
55apiVersion : kustomize.config.k8s.io/v1beta1
66kind : Kustomization
77images :
8- - name : controller
9- newName : icr.io/cpopen/ibm-iam-operator
10- newTag : 4.14.0
8+ - name : controller
9+ newName : icr.io/cpopen/ibm-iam-operator
10+ newTag : 4.14.0
1111patches :
12- - path : ./image_env_vars_patch.yaml
13- target :
14- group : apps
15- kind : Deployment
16- name : ibm-iam-operator
17- version : v1
12+ - path : ./image_env_vars_patch.yaml
13+ target :
14+ group : apps
15+ kind : Deployment
16+ name : ibm-iam-operator
17+ version : v1
Original file line number Diff line number Diff line change 22 imageRegistryNamespaceOperator : cpopen
33 imageRegistryNamespaceOperand : cpopen/cpfs
44 labels :
5-
65global :
76 operatorNamespace : operators
87 instanceNamespace : instance
98 imagePullPrefix : icr.io
109 imagePullSecret : ibm-entitlement-key
1110 imagePullPolicy : IfNotPresent
1211 tetheredNamespaces :
13- - tenant1
14- - tenant2
15-
12+ - tenant1
13+ - tenant2
1614operator :
17- imageTag : " 4.14.0"
15+ imageTag : " 4.14.0"
1816operands :
1917 platformIdentityProvider :
2018 imageTag : " 4.14.0"
You can’t perform that action at this time.
0 commit comments