We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf40be commit 439b1a7Copy full SHA for 439b1a7
src/com/cloudogu/gitops/gitopsbuildlib/GitOps.groovy
@@ -4,6 +4,8 @@ class GitOps implements Serializable{
4
// "Constants
5
String getK8sVersion() { '1.18.1 '}
6
String getConfigDir() { '.config'}
7
+ String getHelmImage() { 'ghcr.io/cloudogu/helm:3.4.1-1'}
8
+ String getYamlLintImage() { 'cytopia/yamllint:1.25' }
9
10
private script
11
private cesBuildLib
0 commit comments