Skip to content

Commit

Permalink
feat: add Mapkubeapis Helm plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioCafolla committed Dec 17, 2024
1 parent 53c6bb6 commit 50f34d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@ RUN echo "Installing helm ${HELM_VERSION}..." && \
rm helm-v${HELM_VERSION}-linux-${TARGETARCH}.tar.gz && \
rm -fr linux-${TARGETARCH}/

# Helm plugins
# Mapkubeapis https://github.com/helm/helm-mapkubeapis
ENV HELM_PLUGIN_MAPKUBEAPIS_VERSION=v0.5.2
RUN echo "Installing Helm plugin Mapkubeapis ${HELM_PLUGIN_MAPKUBEAPIS_VERSION}..." && \
helm plugin install --version ${HELM_PLUGIN_MAPKUBEAPIS_VERSION} https://github.com/helm/helm-mapkubeapis

# Velero.
# https://github.com/vmware-tanzu/velero/releases
ENV VELERO_VERSION=1.14.0
Expand Down

0 comments on commit 50f34d7

Please sign in to comment.