Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN pip install ./dist/syn_commodore-*-py3-none-any.whl

ARG KUSTOMIZE_VERSION=5.8.0
ARG JSONNET_BUNDLER_VERSION=v0.6.3
ARG HELM_VERSION=v4.0.5
ARG HELM_VERSION=v4.1.0

RUN commodore tool install helm --version ${HELM_VERSION} \
&& commodore tool install kustomize --version ${KUSTOMIZE_VERSION} \
Expand Down