File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -371,6 +371,7 @@ tasks:
371371 export GARDENER_ETCD_DRUID_SOURCE_REF=$({{ .LOCAL_BIN }}/ocm get resources oci://ghcr.io/platform-mesh//github.com/gardener/etcd-druid --latest -o json| jq -r '.items[] | select(.element.type == "ociImage") | .element.version')
372372 export GARDENER_ETCD_DRUID_CHART_VERSION=$({{ .LOCAL_BIN }}/ocm get resources oci://ghcr.io/platform-mesh//github.com/gardener/etcd-druid --latest -o json| jq -r '.items[] | select(.element.type == "helmChart") | .element.version')
373373 export EXAMPLE_HTTPBIN_OPERATOR_VERSION=$({{ .LOCAL_BIN }}/ocm get resources oci://ghcr.io/platform-mesh//github.com/platform-mesh/example-httpbin-operator --latest -o json| jq -r '.items[] | select(.element.type == "helmChart") | .element.version')
374+ export IAM_SERVICE_VERSION=$({{ .LOCAL_BIN }}/ocm get resources oci://ghcr.io/platform-mesh//github.com/platform-mesh/iam-service --latest -o json| jq -r '.items[] | select(.element.type == "helmChart") | .element.version')
374375 # Add more mappings as needed
375376
376377 echo "--- finished getting component versions ---"
@@ -396,7 +397,8 @@ tasks:
396397 KEYCLOAK_VERSION=$KEYCLOAK_VERSION \
397398 VIRTUAL_WORKSPACES_VERSION=$VIRTUAL_WORKSPACES_VERSION \
398399 PLATFORM_MESH_OPERATOR_COMPONENTS_VERSION=$PLATFORM_MESH_OPERATOR_COMPONENTS_VERSION \
399- EXAMPLE_HTTPBIN_OPERATOR_VERSION=$EXAMPLE_HTTPBIN_OPERATOR_VERSION
400+ EXAMPLE_HTTPBIN_OPERATOR_VERSION=$EXAMPLE_HTTPBIN_OPERATOR_VERSION \
401+ IAM_SERVICE_VERSION=$IAM_SERVICE_VERSION
400402
401403 echo
402404 echo "Built prerelease component version {{ .COMPONENT_PRERELEASE_VERSION }} (local overrides: $CUSTOM_LOCAL_COMPONENTS)"
You can’t perform that action at this time.
0 commit comments