Skip to content

Image for helm-release-cleaner Helm Chart

Notifications You must be signed in to change notification settings

devops-ia/helm-release-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm-release-cleaner

Image used for helm usage with bash scripts

FROM docker.io/alpine:3.12

RUN apk update && \
    apk add coreutils \
            curl      \
            bash      \
            openssl

RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 && \
    chmod 700 get_helm.sh                                                                         && \
    ./get_helm.sh