Skip to content

Commit

Permalink
zendesk/helm-secrets project deprecated and replaced by jkroepke/helm…
Browse files Browse the repository at this point in the history
…-secrets
  • Loading branch information
itewk committed Aug 2, 2021
1 parent bd9e42f commit 0b60620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ploigos-tool-helm/Containerfile.ubi8
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE_IMAGE=quay.io/ploigos/ploigos-base:latest.ubi8
ARG HELM_PLUGINS_DIR=/helm/plugins
ARG HELM_VERSION=v3.3.4
ARG HELM_PLUGIN_HELM_SECRETS_VERSION=v2.0.2
ARG HELM_PLUGIN_HELM_SECRETS_VERSION=v3.8.2

FROM $BASE_IMAGE
ARG PLOIGOS_USER_UID
Expand Down Expand Up @@ -39,7 +39,7 @@ RUN mkdir -p ${HELM_PLUGINS_DIR} && \
chmod g+rwx ${HELM_PLUGINS_DIR}
ENV HELM_PLUGINS=${HELM_PLUGINS_DIR}
RUN export XDG_DATA_HOME="/" \
&& helm plugin install https://github.com/zendesk/helm-secrets --version ${HELM_PLUGIN_HELM_SECRETS_VERSION} \
&& helm plugin install https://github.com/jkroepke/helm-secrets --version ${HELM_PLUGIN_HELM_SECRETS_VERSION} \
&& unset XDG_DATA_HOME
RUN chmod -R g+w ${HELM_PLUGINS_DIR}

Expand Down

0 comments on commit 0b60620

Please sign in to comment.