From 72ef8060a4d9a951dfd5e6377d43d3ddbdb0807a Mon Sep 17 00:00:00 2001 From: Vivek Pranavamurthi Date: Tue, 8 Dec 2020 14:59:11 -0500 Subject: [PATCH 1/4] kustomize update w renovate --- Dockerfile | 4 ++-- renovate.json | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 renovate.json diff --git a/Dockerfile b/Dockerfile index ed11808..a1f062e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.3 -FROM ghcr.io/fluxcd/kustomize-controller:v0.2.1 as builder +FROM ghcr.io/fluxcd/kustomize-controller:v0.4.0 as builder FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} @@ -13,7 +13,7 @@ LABEL maintainer="ironbank@dsop.io" \ org.opencontainers.image.description="The kustomize-controller is a Kubernetes operator, specialized in running continuous delivery pipelines for infrastructure and workloads defined with Kubernetes manifests and assembled with Kustomize." \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.url="https://repo1.dsop.io/dsop/fluxcd/kustomize-controller" \ - org.opencontainers.image.version="v0.2.1" + org.opencontainers.image.version="v0.4.0" COPY tini-amd64 /sbin/tini diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..329efe6 --- /dev/null +++ b/renovate.json @@ -0,0 +1,23 @@ +{ + "assignees": ["@sean.melissari"], + "baseBranches": ["development"], + "regexManagers": [ + { + "fileMatch": ["^Dockerfile$"], + "matchStrings": [ + "version=\"(?.*?)\"" + ], + "depNameTemplate": "ghcr.io/fluxcd/kustomize-controller", + "datasourceTemplate": "docker" + }, + { + "fileMatch": ["^Jenkinsfile$"], + "matchStrings": [ + "version:\\s+\"(?.*?)\"" + ], + "depNameTemplate": "ghcr.io/fluxcd/kustomize-controller", + "datasourceTemplate": "docker" + } + ] + } + \ No newline at end of file -- GitLab From 9416d724aee2264cc2d880c046ee5f794fb708cd Mon Sep 17 00:00:00 2001 From: Vivek Pranavamurthi Date: Tue, 8 Dec 2020 15:02:25 -0500 Subject: [PATCH 2/4] kustomize update w renovate --- Jenkinsfile | 2 +- download.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7553007..5304bdd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline( version: "v0.2.1" ) \ No newline at end of file +dccscrPipeline( version: "v0..0" ) \ No newline at end of file diff --git a/download.yaml b/download.yaml index 51bc715..46339e6 100644 --- a/download.yaml +++ b/download.yaml @@ -1,7 +1,7 @@ --- resources: - url: docker://ghcr.io/fluxcd/kustomize-controller:v0.2.1 - tag: ghcr.io/fluxcd/kustomize-controller:v0.2.1 + tag: ghcr.io/fluxcd/kustomize-controller:v0.4.0 - url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64 filename: tini-amd64 -- GitLab From 5ad204803121e3a504f9390da0c502c54e0dea7b Mon Sep 17 00:00:00 2001 From: Vivek Pranavamurthii Date: Tue, 8 Dec 2020 20:24:07 +0000 Subject: [PATCH 3/4] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5304bdd..b92d231 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline( version: "v0..0" ) \ No newline at end of file +dccscrPipeline( version: "v0.4.0" ) \ No newline at end of file -- GitLab From 7ca8704e1b2eb222dd046d16513f89df48d2b27a Mon Sep 17 00:00:00 2001 From: Vivek Pranavamurthii Date: Tue, 8 Dec 2020 20:24:34 +0000 Subject: [PATCH 4/4] Update download.yaml --- download.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.yaml b/download.yaml index 46339e6..af6b143 100644 --- a/download.yaml +++ b/download.yaml @@ -1,6 +1,6 @@ --- resources: - - url: docker://ghcr.io/fluxcd/kustomize-controller:v0.2.1 + - url: docker://ghcr.io/fluxcd/kustomize-controller:v0.4.0 tag: ghcr.io/fluxcd/kustomize-controller:v0.4.0 - url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64 -- GitLab