Skip to content
Snippets Groups Projects
Verified Commit e866e036 authored by Philipp S. Sommer's avatar Philipp S. Sommer
Browse files

do not use global gitlabRef for tomcat and thredds-docker

parent 051a83b6
Branches main
No related tags found
No related merge requests found
Pipeline #502717 passed
......@@ -15,7 +15,7 @@ spec:
source:
git:
uri: "https://codebase.helmholtz.cloud/hcdc/thredds/thredds-docker.git"
ref: {{ $.Values.global.buildSource.gitlabRef | default "latest" | quote }}
ref: {{ $.Values.global.buildSource.threddsDockerGitlabRef | default "latest" | quote }}
contextDir: "."
triggers:
- imageChange: {}
......
......@@ -15,7 +15,7 @@ spec:
source:
git:
uri: "https://codebase.helmholtz.cloud/hcdc/thredds/tomcat-docker.git"
ref: {{ $.Values.global.buildSource.gitlabRef | default "latest" | quote }}
ref: {{ $.Values.global.buildSource.tomcatDockerGitlabRef | default "latest" | quote }}
contextDir: "."
triggers:
- imageChange: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment