Skip to content

Commit

Permalink
Fix Jenkinsfile typo (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
stg-0 authored Jun 10, 2024
1 parent 6518a87 commit 6de90f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
## 0.17.0-0.5.0 (2024-06-07)

* [Core] Update runc golang module to fix GHSA-xr7r-f8xq-vfvv
* [Core] Improve command execution retries.
* [Core] Improve command execution retries
* [Core] Support k8s v1.28
* [Core] Fix panic when keos_version is not defined
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hose {
UPSTREAM_VERSION = '0.17.0'
DEPLOYONPRS = true
GRYPE_TEST = true
MODULE_LIST = [ "paas.cloud-provisioner:cloud-provisioner:tar.gz", "paas.cloud-provisioner:ugrade-provisioner:tar.gz" ]
MODULE_LIST = [ "paas.cloud-provisioner:cloud-provisioner:tar.gz", "paas.cloud-provisioner:upgrade-provisioner:tar.gz" ]

BUILDTOOL_MEMORY_REQUEST = "1024Mi"
BUILDTOOL_MEMORY_LIMIT = "4096Mi"
Expand Down

0 comments on commit 6de90f6

Please sign in to comment.