diff --git a/go.mod b/go.mod index 03ace8c469d78812aa94711dca123c463e9396b6..87410dde59870961dc7d019667b6730e8108ab2c 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 531d8ca074965852a5b346975aa325f4979bad4e..b2544898cf10d289935fc77af28b344c8295244a 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 bfdfbfc2a5c0320d5efce49060892822d7a59935..004231e0f59a9e2af3551c75b7cc912a2dc31305 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 a5f84e86f9ad1fcb6132b6b7e2a5338bedf54ab5..c0574840dd14d2b3bc814df3be56403014667ef8 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 f0cf5fc00b2d9c54f5dfbedbe642d51a7c8b26b6..78f653060c5ba3e2dc7dafb8c8c5154c956412b5 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