diff --git a/.tekton/lightspeed-agentic-console-pull-request.yaml b/.tekton/lightspeed-agentic-console-pull-request.yaml index 397a06b..7828ed9 100644 --- a/.tekton/lightspeed-agentic-console-pull-request.yaml +++ b/.tekton/lightspeed-agentic-console-pull-request.yaml @@ -28,6 +28,12 @@ spec: value: 5d - name: dockerfile value: Dockerfile + - name: hermetic + value: "true" + - name: build-source-image + value: "true" + - name: prefetch-input + value: '[{"type": "npm", "path": "."}, {"type": "rpm", "path": "."}]' pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/lightspeed-agentic-console-push.yaml b/.tekton/lightspeed-agentic-console-push.yaml index d15662d..0b7934b 100644 --- a/.tekton/lightspeed-agentic-console-push.yaml +++ b/.tekton/lightspeed-agentic-console-push.yaml @@ -25,6 +25,12 @@ spec: value: quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/lightspeed-agentic-console:{{revision}} - name: dockerfile value: Dockerfile + - name: hermetic + value: "true" + - name: build-source-image + value: "true" + - name: prefetch-input + value: '[{"type": "npm", "path": "."}, {"type": "rpm", "path": "."}]' pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/package-lock.json b/package-lock.json index fb87563..94d0b0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "0.0.1", "license": "Apache-2.0", "dependencies": { - "@openshift-console/dynamic-plugin-sdk": "4.21-latest", - "@openshift-console/dynamic-plugin-sdk-webpack": "4.21-latest", + "@openshift-console/dynamic-plugin-sdk": "4.21.0", + "@openshift-console/dynamic-plugin-sdk-webpack": "4.21.0", "@patternfly/react-charts": "^8.4.1", "@patternfly/react-core": "^6.2.2", "@patternfly/react-icons": "^6.2.2", diff --git a/package.json b/package.json index f5d9625..962903d 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ "webpack": "node -r ts-node/register ./node_modules/.bin/webpack" }, "dependencies": { - "@openshift-console/dynamic-plugin-sdk": "4.21-latest", - "@openshift-console/dynamic-plugin-sdk-webpack": "4.21-latest", + "@openshift-console/dynamic-plugin-sdk": "4.21.0", + "@openshift-console/dynamic-plugin-sdk-webpack": "4.21.0", "@patternfly/react-charts": "^8.4.1", "@patternfly/react-core": "^6.2.2", "@patternfly/react-icons": "^6.2.2",