Skip to content

Commit

Permalink
Rollback nodejs stack updates (#207)
Browse files Browse the repository at this point in the history
* Revert updates to nodejs stack

Signed-off-by: thepetk <[email protected]>

* Exclude nodejs stack from renovate config

Signed-off-by: thepetk <[email protected]>

---------

Signed-off-by: thepetk <[email protected]>
  • Loading branch information
thepetk authored Sep 28, 2023
1 parent f6f5fba commit a16dadb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"stacks/java-openliberty/**",
"stacks/java-openliberty-gradle/**",
"stacks/java-websphereliberty/**",
"stacks/java-websphereliberty-gradle/**"
"stacks/java-websphereliberty-gradle/**",
"stacks/nodejs/**"
],
"prHourlyLimit": 20,
"prConcurrentLimit": 5
Expand Down
2 changes: 1 addition & 1 deletion stacks/nodejs/2.1.1/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ starterProjects:
components:
- name: runtime
container:
image: registry.access.redhat.com/ubi8/nodejs-16:1-105.1684740145
image: registry.access.redhat.com/ubi8/nodejs-16:latest
args: ['tail', '-f', '/dev/null']
memoryLimit: 1024Mi
mountSources: true
Expand Down

0 comments on commit a16dadb

Please sign in to comment.