Skip to content

Commit cf20a76

Browse files
authored
fix: updates for 24.11 (#94)
1 parent 41d3ef9 commit cf20a76

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

olm/build-manifests.sh

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212
# Example:
1313
#
14-
# ./olm/build-manifests.sh -r 23.11.0 -c $HOME/repo/stackable/openshift-certified-operators -o $HOME/repo/stackable/zookeeper-operator
14+
# ./olm/build-manifests.sh -r 24.11.0 -c $HOME/repo/stackable/openshift-certified-operators -o $HOME/repo/stackable/secret-operator
1515
#
1616
# Before running the script:
1717
# * Ensure the certified-operators and operator repos are located on the correct branches (the branches are not supplied as arguments).
@@ -22,7 +22,6 @@
2222
# * Replace the contents of the deployment, and cluster role with the `template.spec` and `rules` from the newly generated files.
2323
# * Remove the unused generated files : service account, operator cluster role (not the product cluster role), role binding, deployment.
2424
# * Remove all Helm labels in all remaining files (including all labels from the cluster role).
25-
# * Check or update the metadata/dependencies.yaml
2625
# * Update image tags and hashes
2726

2827
set -euo pipefail
@@ -57,22 +56,9 @@ annotations:
5756
operators.operatorframework.io.bundle.metadata.v1: metadata/
5857
operators.operatorframework.io.bundle.package.v1: stackable-${OPERATOR}
5958
60-
com.redhat.openshift.versions: v4.12-v4.15
59+
com.redhat.openshift.versions: v4.11-v4.17
6160
ANNOS
6261

63-
cat >dependencies.yaml <<-DEPS
64-
---
65-
dependencies:
66-
- type: olm.package
67-
value:
68-
packageName: stackable-commons-operator
69-
version: "$RELEASE_VERSION"
70-
- type: olm.package
71-
value:
72-
packageName: stackable-secret-operator
73-
version: "$RELEASE_VERSION"
74-
DEPS
75-
7662
popd
7763
}
7864

olm/resources/csv.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,23 @@ apiVersion: operators.coreos.com/v1alpha1
33
kind: ClusterServiceVersion
44
metadata:
55
name: placeholder
6+
labels:
7+
operatorframework.io/arch.amd64: supported
8+
operatorframework.io/arch.arm64: supported
9+
operatorframework.io/os.linux: supported
610
annotations:
711
operatorframework.io/suggested-namespace: stackable-operators
12+
features.operators.openshift.io/cnf: "false"
13+
features.operators.openshift.io/cni: "false"
14+
features.operators.openshift.io/csi: "false"
815
features.operators.openshift.io/disconnected: "false"
916
features.operators.openshift.io/fips-compliant: "false"
10-
features.operators.openshift.io/proxy-aware: "true"
17+
features.operators.openshift.io/proxy-aware: "false"
1118
features.operators.openshift.io/tls-profiles: "false"
1219
features.operators.openshift.io/token-auth-aws: "false"
1320
features.operators.openshift.io/token-auth-azure: "false"
1421
features.operators.openshift.io/token-auth-gcp: "false"
15-
support: stackable.tech
16-
olm.properties: '[]'
22+
support: Stackable GmbH
1723
categories: Storage
1824
capabilities: Full Lifecycle
1925
description: Stackable Operator for placeholder

0 commit comments

Comments
 (0)