From 05479756d83e1a5c871a5f6c4d15aebbc1b0bc56 Mon Sep 17 00:00:00 2001 From: fluxcdbot Date: Wed, 23 Feb 2022 13:37:43 +0000 Subject: [PATCH] Update toolkit components - notification-controller to v0.22.2 https://github.com/fluxcd/notification-controller/blob/v0.22.2/CHANGELOG.md Signed-off-by: GitHub --- go.mod | 2 +- go.sum | 4 ++-- manifests/bases/notification-controller/kustomization.yaml | 4 ++-- manifests/crds/kustomization.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 6fe144e4..f6a18368 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/fluxcd/image-automation-controller/api v0.20.0 github.com/fluxcd/image-reflector-controller/api v0.16.0 github.com/fluxcd/kustomize-controller/api v0.21.1 - github.com/fluxcd/notification-controller/api v0.22.1 + github.com/fluxcd/notification-controller/api v0.22.2 github.com/fluxcd/pkg/apis/meta v0.10.2 github.com/fluxcd/pkg/kustomize v0.0.2 github.com/fluxcd/pkg/runtime v0.12.5 diff --git a/go.sum b/go.sum index d9d601eb..0e84ca26 100644 --- a/go.sum +++ b/go.sum @@ -262,8 +262,8 @@ github.com/fluxcd/image-reflector-controller/api v0.16.0 h1:1O1YdoK7LsJgWLyvfZTS github.com/fluxcd/image-reflector-controller/api v0.16.0/go.mod h1:OIe3mSXc3OwQiNbiQ9vNXWYtNif31hc7WAbZWlFUUnc= github.com/fluxcd/kustomize-controller/api v0.21.1 h1:Abusz7ZxwD7bdWCsXLefowOi3e5DqPk5T+BvdbOYpK8= github.com/fluxcd/kustomize-controller/api v0.21.1/go.mod h1:LhESmzZMC//KGeSSDE31ZTw/J9CCXbuJpb4DwvL28kM= -github.com/fluxcd/notification-controller/api v0.22.1 h1:2sMhj5tBORyeSQ+pnw+VJEKKvsHFPFKadlQt0yVOxsI= -github.com/fluxcd/notification-controller/api v0.22.1/go.mod h1:gA9/j0kjh7VDuUC2Cubr9twxOdzb/0+ojcE9Lzsc9ug= +github.com/fluxcd/notification-controller/api v0.22.2 h1:uD4l0A9ihY55AAgRKjgvixlG5+KAUf/6X1WZXvXBjP0= +github.com/fluxcd/notification-controller/api v0.22.2/go.mod h1:gA9/j0kjh7VDuUC2Cubr9twxOdzb/0+ojcE9Lzsc9ug= github.com/fluxcd/pkg/apis/acl v0.0.3 h1:Lw0ZHdpnO4G7Zy9KjrzwwBmDZQuy4qEjaU/RvA6k1lc= github.com/fluxcd/pkg/apis/acl v0.0.3/go.mod h1:XPts6lRJ9C9fIF9xVWofmQwftvhY25n1ps7W9xw0XLU= github.com/fluxcd/pkg/apis/kustomize v0.3.1 h1:wmb5D9e1+Rr3/5O3235ERuj+h2VKUArVfYYk68QKP+w= diff --git a/manifests/bases/notification-controller/kustomization.yaml b/manifests/bases/notification-controller/kustomization.yaml index 2cc027ce..7c39faff 100644 --- a/manifests/bases/notification-controller/kustomization.yaml +++ b/manifests/bases/notification-controller/kustomization.yaml @@ -1,8 +1,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/fluxcd/notification-controller/releases/download/v0.22.1/notification-controller.crds.yaml -- https://github.com/fluxcd/notification-controller/releases/download/v0.22.1/notification-controller.deployment.yaml +- https://github.com/fluxcd/notification-controller/releases/download/v0.22.2/notification-controller.crds.yaml +- https://github.com/fluxcd/notification-controller/releases/download/v0.22.2/notification-controller.deployment.yaml - account.yaml patchesJson6902: - target: diff --git a/manifests/crds/kustomization.yaml b/manifests/crds/kustomization.yaml index 1fb81cfa..21f48369 100644 --- a/manifests/crds/kustomization.yaml +++ b/manifests/crds/kustomization.yaml @@ -4,6 +4,6 @@ resources: - https://github.com/fluxcd/source-controller/releases/download/v0.21.2/source-controller.crds.yaml - https://github.com/fluxcd/kustomize-controller/releases/download/v0.21.1/kustomize-controller.crds.yaml - https://github.com/fluxcd/helm-controller/releases/download/v0.17.1/helm-controller.crds.yaml -- https://github.com/fluxcd/notification-controller/releases/download/v0.22.1/notification-controller.crds.yaml +- https://github.com/fluxcd/notification-controller/releases/download/v0.22.2/notification-controller.crds.yaml - https://github.com/fluxcd/image-reflector-controller/releases/download/v0.16.0/image-reflector-controller.crds.yaml - https://github.com/fluxcd/image-automation-controller/releases/download/v0.20.0/image-automation-controller.crds.yaml