Skip to content

Commit

Permalink
[release-v1.11] switch RHBQ version in workflow plugin config (#355)
Browse files Browse the repository at this point in the history
* [release-v1.11] switch RHBQ version in workflow plugin config

* [release-v1.11] fix package name in ldflags

* Fix dev image tag
  • Loading branch information
dsimansk authored Feb 14, 2024
1 parent f9bae1c commit 23c10f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hack/build.sh.d/kn-plugin-workflow.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env bash

# Env variables can be injected to override values during build phase
readonly quarkus_version="${LOGIC_QUARKUS_VERSION:-3.2.10.Final-redhat-00002}"
readonly quarkus_version="${LOGIC_QUARKUS_VERSION:-3.2.9.Final-redhat-00004}"
readonly quarkus_platform_group_id="${LOGIC_QUARKUS_GROUP:-com.redhat.quarkus.platform}"
readonly dev_mode_image="${LOGIC_DEV_MODE_IMAGE:-registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-devmode-rhel8:1.32}"
readonly dev_mode_image="${LOGIC_DEV_MODE_IMAGE:-registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-devmode-rhel8:1.32.0}"

export EXTERNAL_LD_FLAGS="${EXTERNAL_LD_FLAGS:-} \
-X github.com/kiegroup/kie-tools/packages/kn-plugin-workflow/pkg/metadata.DevModeImage=${dev_mode_image} \
-X github.com/kiegroup/kie-tools/packages/kn-plugin-workflow/pkg/metadata.QuarkusVersion=${quarkus_version} \
-X github.com/kiegroup/kie-tools/packages/kn-plugin-workflow/pkg/metadata.QuarkusPlatformGroupId=${quarkus_platform_group_id}"
-X github.com/apache/incubator-kie-tools/packages/kn-plugin-workflow/pkg/metadata.DevModeImage=${dev_mode_image} \
-X github.com/apache/incubator-kie-tools/packages/kn-plugin-workflow/pkg/metadata.QuarkusVersion=${quarkus_version} \
-X github.com/apache/incubator-kie-tools/packages/kn-plugin-workflow/pkg/metadata.QuarkusPlatformGroupId=${quarkus_platform_group_id}"

0 comments on commit 23c10f0

Please sign in to comment.