From a796f3609f49b2b8941234686e6fc698060acd2f Mon Sep 17 00:00:00 2001 From: fluxcdbot Date: Fri, 18 Jun 2021 13:44:52 +0000 Subject: [PATCH] Update toolkit components - helm-controller to v0.11.1 https://github.com/fluxcd/helm-controller/blob/v0.11.1/CHANGELOG.md - source-controller to v0.15.1 https://github.com/fluxcd/source-controller/blob/v0.15.1/CHANGELOG.md Signed-off-by: GitHub --- go.mod | 2 +- go.sum | 4 ++-- manifests/bases/helm-controller/kustomization.yaml | 4 ++-- manifests/bases/source-controller/kustomization.yaml | 4 ++-- manifests/crds/kustomization.yaml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 03ace8c4..87410dde 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/Masterminds/semver/v3 v3.1.0 github.com/cyphar/filepath-securejoin v0.2.2 github.com/fluxcd/go-git-providers v0.1.1 - github.com/fluxcd/helm-controller/api v0.11.0 + github.com/fluxcd/helm-controller/api v0.11.1 github.com/fluxcd/image-automation-controller/api v0.12.0 github.com/fluxcd/image-reflector-controller/api v0.10.0 github.com/fluxcd/kustomize-controller/api v0.13.0 diff --git a/go.sum b/go.sum index 531d8ca0..b2544898 100644 --- a/go.sum +++ b/go.sum @@ -201,8 +201,8 @@ github.com/fatih/camelcase v1.0.0/go.mod h1:yN2Sb0lFhZJUdVvtELVWefmrXpuZESvPmqwo github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fluxcd/go-git-providers v0.1.1 h1:R4VafMOo1IlfEZcImApCeElge/HajhFvRzDKGlot+/c= github.com/fluxcd/go-git-providers v0.1.1/go.mod h1:nRgNpHZmZhrsyNSma1JcAhjUG9xrqMGJcIUr9K7M7vk= -github.com/fluxcd/helm-controller/api v0.11.0 h1:rTjd3ETJU1s1I2Vf0beyi9LduNyXKREuE+BMnIXtxfM= -github.com/fluxcd/helm-controller/api v0.11.0/go.mod h1:nt5YdVS+jWXDSbP3gAX3HII6oX+8ahrHD6og2ZVsnN4= +github.com/fluxcd/helm-controller/api v0.11.1 h1:7oanAnhcRdqrnALDGpZcg5iuDqwCv+jNTmGvSrgDyCo= +github.com/fluxcd/helm-controller/api v0.11.1/go.mod h1:nt5YdVS+jWXDSbP3gAX3HII6oX+8ahrHD6og2ZVsnN4= github.com/fluxcd/image-automation-controller/api v0.12.0 h1:TM37onbW9vqcwPZgcavrXka9OF+JmK2+m69V8GYRWIM= github.com/fluxcd/image-automation-controller/api v0.12.0/go.mod h1:f4KeYUdaQD8hfANsEOAdIxoloIBIY7UUHKM99h/swqg= github.com/fluxcd/image-reflector-controller/api v0.10.0 h1:uZsf5X0Djko2yJMNdKn516nKCiSBFecE8c+O66lrgyI= diff --git a/manifests/bases/helm-controller/kustomization.yaml b/manifests/bases/helm-controller/kustomization.yaml index bfdfbfc2..004231e0 100644 --- a/manifests/bases/helm-controller/kustomization.yaml +++ b/manifests/bases/helm-controller/kustomization.yaml @@ -1,8 +1,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/fluxcd/helm-controller/releases/download/v0.11.0/helm-controller.crds.yaml -- https://github.com/fluxcd/helm-controller/releases/download/v0.11.0/helm-controller.deployment.yaml +- https://github.com/fluxcd/helm-controller/releases/download/v0.11.1/helm-controller.crds.yaml +- https://github.com/fluxcd/helm-controller/releases/download/v0.11.1/helm-controller.deployment.yaml - account.yaml patchesJson6902: - target: diff --git a/manifests/bases/source-controller/kustomization.yaml b/manifests/bases/source-controller/kustomization.yaml index a5f84e86..c0574840 100644 --- a/manifests/bases/source-controller/kustomization.yaml +++ b/manifests/bases/source-controller/kustomization.yaml @@ -1,8 +1,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/fluxcd/source-controller/releases/download/v0.15.0/source-controller.crds.yaml -- https://github.com/fluxcd/source-controller/releases/download/v0.15.0/source-controller.deployment.yaml +- https://github.com/fluxcd/source-controller/releases/download/v0.15.1/source-controller.crds.yaml +- https://github.com/fluxcd/source-controller/releases/download/v0.15.1/source-controller.deployment.yaml - account.yaml patchesJson6902: - target: diff --git a/manifests/crds/kustomization.yaml b/manifests/crds/kustomization.yaml index f0cf5fc0..78f65306 100644 --- a/manifests/crds/kustomization.yaml +++ b/manifests/crds/kustomization.yaml @@ -1,9 +1,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/fluxcd/source-controller/releases/download/v0.15.0/source-controller.crds.yaml +- https://github.com/fluxcd/source-controller/releases/download/v0.15.1/source-controller.crds.yaml - https://github.com/fluxcd/kustomize-controller/releases/download/v0.13.0/kustomize-controller.crds.yaml -- https://github.com/fluxcd/helm-controller/releases/download/v0.11.0/helm-controller.crds.yaml +- https://github.com/fluxcd/helm-controller/releases/download/v0.11.1/helm-controller.crds.yaml - https://github.com/fluxcd/notification-controller/releases/download/v0.15.0/notification-controller.crds.yaml - https://github.com/fluxcd/image-reflector-controller/releases/download/v0.10.0/image-reflector-controller.crds.yaml - https://github.com/fluxcd/image-automation-controller/releases/download/v0.12.0/image-automation-controller.crds.yaml