Skip to content

Commit a1a58e4

Browse files
authored
Fix 4.14.0 metadata (#1084)
1 parent 8e230a1 commit a1a58e4

File tree

5 files changed

+19
-21
lines changed

5 files changed

+19
-21
lines changed

bundle.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
55
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
LABEL 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
1010
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.37.0
1111
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1212
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4

bundle/manifests/ibm-iam-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

bundle/metadata/annotations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
resources:
2-
- ../../bases
2+
- ../../bases
33
generatorOptions:
44
disableNameSuffixHash: true
55
apiVersion: kustomize.config.k8s.io/v1beta1
66
kind: Kustomization
77
images:
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
1111
patches:
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

helm/values.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@ cpfs:
22
imageRegistryNamespaceOperator: cpopen
33
imageRegistryNamespaceOperand: cpopen/cpfs
44
labels:
5-
65
global:
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
1614
operator:
17-
imageTag: "4.14.0"
15+
imageTag: "4.14.0"
1816
operands:
1917
platformIdentityProvider:
2018
imageTag: "4.14.0"

0 commit comments

Comments
 (0)