chore(deps): update dependency flux-local to v4 #100

Merged
xoxys merged 3 commits from renovate/flux-local-4.x into main 2024-01-06 15:01:51 +01:00
Showing only changes of commit f74e329544 - Show all commits

View File

@ -56,7 +56,7 @@ RUN apk --update add curl tar bash python3 pipx findutils git && \
| tar xz -C /usr/local/bin kubeconform && \
curl -SsfL "https://github.com/FairwindsOps/polaris/releases/download/${POLARIS_VERSION}/polaris_${TARGETOS}_${TARGETARCH}.tar.gz" \
| tar xz -C /usr/local/bin polaris && \
curl -SsfL "https://github.com/fluxcd/flux2/releases/download/${FLUX_VERSION}/flux_${FLUX_VERSION##v}_{TARGETOS}_${TARGETARCH}.tar.gz" \
curl -SsfL "https://github.com/fluxcd/flux2/releases/download/${FLUX_VERSION}/flux_${FLUX_VERSION##v}_${TARGETOS}_${TARGETARCH}.tar.gz" \
| tar xz -C /usr/local/bin flux && \
chmod 755 /usr/local/bin/kubectl && \
chmod 755 /usr/local/bin/kubectl-convert && \