We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1345e commit 1114156Copy full SHA for 1114156
scripts/install-helpers/baremetal-coco/install.sh
@@ -10,7 +10,7 @@ TRUSTEE_URL="${TRUSTEE_URL:-"http://kbs-service.trustee-operator-system:8080"}"
10
CMD_TIMEOUT="${CMD_TIMEOUT:-2700}"
11
TDX_NODE_LABEL='intel.feature.node.kubernetes.io/tdx: "true"'
12
SNP_NODE_LABEL='amd.feature.node.kubernetes.io/snp: "true"'
13
-DEFAULT_OSC_OPERATOR_CSV=sandboxed-containers-operator.v1.8.1
+DEFAULT_OSC_OPERATOR_CSV=sandboxed-containers-operator.v1.9.0
14
15
export PCCS_API_KEY="${PCCS_API_KEY:-}"
16
export PCCS_DB_NAME="${PCCS_DB_NAME:-database}"
0 commit comments