From f31deed36028b4a7e2cfc93e5f4916a4da1e8540 Mon Sep 17 00:00:00 2001 From: Vivek Pranavamurthi Date: Mon, 7 Dec 2020 15:09:13 -0500 Subject: [PATCH] Updated to 0.4.0 --- Dockerfile | 4 ++-- download.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index fb5f56a..49215cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.3 -FROM ghcr.io/fluxcd/helm-controller:v0.2.0 as builder +FROM ghcr.io/fluxcd/helm-controller:v0.4.0 as builder FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} @@ -14,7 +14,7 @@ LABEL maintainer="ironbank@dsop.io" \ org.opencontainers.image.description="The helm-controller is a Kubernetes operator, allowing one to declaratively manage Helm chart releases. It is part of a composable GitOps toolkit and depends on source-controller to acquire the Helm charts from Helm repositories." \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.url="https://repo1.dsop.io/dsop/fluxcd/helm-controller" \ - org.opencontainers.image.version="v0.2.0" + org.opencontainers.image.version="v0.4.0" COPY tini-amd64 /sbin/tini diff --git a/download.yaml b/download.yaml index 664f0b3..974bdac 100644 --- a/download.yaml +++ b/download.yaml @@ -1,7 +1,7 @@ --- resources: - - url: docker://ghcr.io/fluxcd/helm-controller:v0.2.0 - tag: ghcr.io/fluxcd/helm-controller:v0.2.0 + - url: docker://ghcr.io/fluxcd/helm-controller:v0.4.0 + tag: ghcr.io/fluxcd/helm-controller:v0.4.0 - url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64 filename: tini-amd64 -- GitLab