Skip to content

Commit

Permalink
Upgrade ces-build-lib
Browse files Browse the repository at this point in the history
This fixes retry on git push for example.

See cloudogu/ces-build-lib@fd67015.
  • Loading branch information
schnatterer committed Oct 14, 2024
1 parent 4724d4b commit 9a3a629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/deployViaGitops.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Map createDefaultConfig(String k8sVersion) {
return [
k8sVersion : "${k8sVersion}",
cesBuildLibRepo : 'https://github.com/cloudogu/ces-build-lib',
cesBuildLibVersion : '1.62.0',
cesBuildLibVersion : '2.5.0',
cesBuildLibCredentialsId: '',
mainBranch : 'main',
buildImages : [
Expand Down

0 comments on commit 9a3a629

Please sign in to comment.