Skip to content

Commit b368bb1

Browse files
authored
Merge pull request #3 from fluxcd/flux-v2.2.0
Update Flux to v2.2.0 GA
2 parents d61aebe + 85c041b commit b368bb1

File tree

9 files changed

+18
-649
lines changed

9 files changed

+18
-649
lines changed

manifests/bases/helm-controller/kustomization.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
#- https://github.com/fluxcd/helm-controller/releases/download/v0.36.2/helm-controller.crds.yaml
5-
- https://github.com/fluxcd/helm-controller/config/crd?ref=main
6-
- https://github.com/fluxcd/helm-controller/releases/download/v0.36.2/helm-controller.deployment.yaml
4+
- https://github.com/fluxcd/helm-controller/releases/download/v0.37.0/helm-controller.crds.yaml
5+
#- https://github.com/fluxcd/helm-controller/config/crd?ref=main
6+
- https://github.com/fluxcd/helm-controller/releases/download/v0.37.0/helm-controller.deployment.yaml
77
- account.yaml
88
transformers:
99
- labels.yaml

manifests/bases/image-automation-controller/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- https://github.com/fluxcd/image-automation-controller/releases/download/v0.36.1/image-automation-controller.crds.yaml
5-
- https://github.com/fluxcd/image-automation-controller/releases/download/v0.36.1/image-automation-controller.deployment.yaml
4+
- https://github.com/fluxcd/image-automation-controller/releases/download/v0.37.0/image-automation-controller.crds.yaml
5+
- https://github.com/fluxcd/image-automation-controller/releases/download/v0.37.0/image-automation-controller.deployment.yaml
66
- account.yaml
77
transformers:
88
- labels.yaml

manifests/bases/image-reflector-controller/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- https://github.com/fluxcd/image-reflector-controller/releases/download/v0.30.0/image-reflector-controller.crds.yaml
5-
- https://github.com/fluxcd/image-reflector-controller/releases/download/v0.30.0/image-reflector-controller.deployment.yaml
4+
- https://github.com/fluxcd/image-reflector-controller/releases/download/v0.31.1/image-reflector-controller.crds.yaml
5+
- https://github.com/fluxcd/image-reflector-controller/releases/download/v0.31.1/image-reflector-controller.deployment.yaml
66
- account.yaml
77
transformers:
88
- labels.yaml

manifests/bases/kustomize-controller/kustomization.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
#- https://github.com/fluxcd/kustomize-controller/releases/download/v1.1.1/kustomize-controller.crds.yaml
5-
- https://github.com/fluxcd/kustomize-controller/config/crd?ref=main
6-
- https://github.com/fluxcd/kustomize-controller/releases/download/v1.1.1/kustomize-controller.deployment.yaml
4+
- https://github.com/fluxcd/kustomize-controller/releases/download/v1.2.0/kustomize-controller.crds.yaml
5+
#- https://github.com/fluxcd/kustomize-controller/config/crd?ref=main
6+
- https://github.com/fluxcd/kustomize-controller/releases/download/v1.2.0/kustomize-controller.deployment.yaml
77
- account.yaml
88
transformers:
99
- labels.yaml

manifests/bases/notification-controller/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- https://github.com/fluxcd/notification-controller/releases/download/v1.1.0/notification-controller.crds.yaml
5-
- https://github.com/fluxcd/notification-controller/releases/download/v1.1.0/notification-controller.deployment.yaml
4+
- https://github.com/fluxcd/notification-controller/releases/download/v1.2.2/notification-controller.crds.yaml
5+
- https://github.com/fluxcd/notification-controller/releases/download/v1.2.2/notification-controller.deployment.yaml
66
- account.yaml
77
transformers:
88
- labels.yaml

manifests/bases/source-controller/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- https://github.com/fluxcd/source-controller/releases/download/v1.2.0/source-controller.crds.yaml
4+
- https://github.com/fluxcd/source-controller/releases/download/v1.2.2/source-controller.crds.yaml
55
#- https://github.com/fluxcd/source-controller/config/crd?ref=main
6-
- https://github.com/fluxcd/source-controller/releases/download/v1.2.0/source-controller.deployment.yaml
6+
- https://github.com/fluxcd/source-controller/releases/download/v1.2.2/source-controller.deployment.yaml
77
- account.yaml
88
transformers:
99
- labels.yaml

manifests/install/kustomization.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ transformers:
1616
images:
1717
- name: fluxcd/source-controller
1818
newName: ghcr.io/fluxcd/source-controller
19-
newTag: v1.2.0
2019
- name: fluxcd/kustomize-controller
2120
newName: ghcr.io/fluxcd/kustomize-controller
22-
newTag: preview-ba308c5a
2321
- name: fluxcd/helm-controller
2422
newName: ghcr.io/fluxcd/helm-controller
25-
newTag: preview-842a9425
2623
- name: fluxcd/notification-controller
2724
newName: ghcr.io/fluxcd/notification-controller
2825
- name: fluxcd/image-reflector-controller

0 commit comments

Comments
 (0)