Skip to content

Commit

Permalink
This pull request adds support for testing NodeJS-22
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Nov 15, 2024
1 parent 159c1e3 commit 78750d0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vars/rhel9-nodejs-ex-22-minimal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
registry_redhat_io: "ubi9/nodejs-22-minimal"
tag_name: "nodejs:22-minimal-ubi9"
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=22-minimal-ubi9 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -"
pod_name: "nodejs-example"
check_curl_output: "Node.js Crud Application"
curl_output_format: "raw"
scl_url: "nodejs-ex"
is_name: "nodejs"
8 changes: 8 additions & 0 deletions vars/rhel9-nodejs-ex-22.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
registry_redhat_io: "ubi9/nodejs-22"
tag_name: "nodejs:22-ubi9"
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=22-ubi9 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -"
pod_name: "nodejs-example"
check_curl_output: "Node.js Crud Application"
curl_output_format: "raw"
scl_url: "nodejs-ex"
is_name: "nodejs"

0 comments on commit 78750d0

Please sign in to comment.