Skip to content

Commit 1114156

Browse files
committed
Set default operator csv to 1.9.0
1.9.0 will be the base operator version for baremetal 0.2.0 release Signed-off-by: Pradipta Banerjee <[email protected]>
1 parent ef1345e commit 1114156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-helpers/baremetal-coco/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TRUSTEE_URL="${TRUSTEE_URL:-"http://kbs-service.trustee-operator-system:8080"}"
1010
CMD_TIMEOUT="${CMD_TIMEOUT:-2700}"
1111
TDX_NODE_LABEL='intel.feature.node.kubernetes.io/tdx: "true"'
1212
SNP_NODE_LABEL='amd.feature.node.kubernetes.io/snp: "true"'
13-
DEFAULT_OSC_OPERATOR_CSV=sandboxed-containers-operator.v1.8.1
13+
DEFAULT_OSC_OPERATOR_CSV=sandboxed-containers-operator.v1.9.0
1414

1515
export PCCS_API_KEY="${PCCS_API_KEY:-}"
1616
export PCCS_DB_NAME="${PCCS_DB_NAME:-database}"

0 commit comments

Comments
 (0)