Skip to content

Commit 56e8581

Browse files
akafazovnexus49
authored andcommitted
Get version for iam-service
On-behalf-of: @SAP [email protected] Signed-off-by: Angel Kafazov <[email protected]>
1 parent 0000e13 commit 56e8581

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Taskfile.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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)"

0 commit comments

Comments
 (0)