File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,9 @@ RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master
53
53
&& mv /usr/local/bin/helm /usr/local/bin/helm2
54
54
55
55
ARG KUSTOMIZE_VERSION=5.6.0
56
+ ARG JSONNET_BUNDLER_VERSION=v0.6.2
56
57
57
- RUN ./tools/install-jb.sh v0.6.2 \
58
+ RUN ./tools/install-jb.sh ${JSONNET_BUNDLER_VERSION} \
58
59
&& curl -fsSLO "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" \
59
60
&& chmod +x install_kustomize.sh \
60
61
&& ./install_kustomize.sh ${KUSTOMIZE_VERSION} /usr/local/bin
Original file line number Diff line number Diff line change 41
41
"matchStrings" : [" ARG POETRY_VERSION=(?<currentValue>.*?)\\ n" ],
42
42
"datasourceTemplate" : " github-releases" ,
43
43
"depNameTemplate" : " python-poetry/poetry"
44
+ },
45
+ {
46
+ "fileMatch" : [" ^Dockerfile$" ],
47
+ "matchStrings" : [" ARG JSONNET_BUNDLER_VERSION=(?<currentValue>.*?)\\ n" ],
48
+ "datasourceTemplate" : " github-releases" ,
49
+ "depNameTemplate" : " projectsyn/jsonnet-bundler"
44
50
}
45
51
],
46
52
"packageRules" : [
You can’t perform that action at this time.
0 commit comments