Skip to content

Commit

Permalink
Align gitlab reusable workflow with release-2.9 (#13033)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordojordo authored Jan 10, 2025
1 parent c1de2f3 commit e1a6686
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion creators/extension/app/files/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ variables:
IMAGE_NAMESPACE: $CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME

include:
- remote: 'https://raw.githubusercontent.com/rancher/dashboard/master/shell/scripts/.gitlab/workflows/build-extension-catalog.gitlab-ci.yml'
- remote: 'https://raw.githubusercontent.com/rancher/dashboard/release-2.9/shell/scripts/.gitlab/workflows/build-extension-catalog.gitlab-ci.yml'
2 changes: 1 addition & 1 deletion creators/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rancher/create-extension",
"description": "Rancher UI Extension generator",
"version": "2.0.7",
"version": "2.0.8",
"license": "Apache-2.0",
"author": "SUSE",
"packageManager": "[email protected]",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variables:
NODE_VERSION: "v16.20.2"
NODE_DISTRO: "node-${NODE_VERSION}-linux-x64"
YQ_VERSION: "v4.44.1"
YQ_VERSION: "v4.44.6"
YQ_URL: "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64"

.podman-setup: &podman-setup
Expand Down

0 comments on commit e1a6686

Please sign in to comment.