1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Update toolkit components

- kustomize-controller to v0.24.2
  https://github.com/fluxcd/kustomize-controller/blob/v0.24.2/CHANGELOG.md
- notification-controller to v0.23.4
  https://github.com/fluxcd/notification-controller/blob/v0.23.4/CHANGELOG.md

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
fluxcdbot
2022-04-21 09:29:20 +00:00
committed by GitHub
parent 713365a12c
commit 1a546a1d82
5 changed files with 12 additions and 12 deletions

4
go.mod
View File

@@ -10,8 +10,8 @@ require (
github.com/fluxcd/helm-controller/api v0.20.1
github.com/fluxcd/image-automation-controller/api v0.22.0
github.com/fluxcd/image-reflector-controller/api v0.17.2
github.com/fluxcd/kustomize-controller/api v0.24.1
github.com/fluxcd/notification-controller/api v0.23.3
github.com/fluxcd/kustomize-controller/api v0.24.2
github.com/fluxcd/notification-controller/api v0.23.4
github.com/fluxcd/pkg/apis/meta v0.12.2
github.com/fluxcd/pkg/kustomize v0.2.0
github.com/fluxcd/pkg/runtime v0.14.1