Skip to content

Commit 685f3d8

Browse files
committed
CI attempt
Signed-off-by: Hidde Beydals <[email protected]>
1 parent 2f328c4 commit 685f3d8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

config/default/kustomization.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
namespace: kustomize-system
44
resources:
5-
- https://github.com/fluxcd/source-controller/releases/download/v0.21.2/source-controller.crds.yaml
6-
- https://github.com/fluxcd/source-controller/releases/download/v0.21.2/source-controller.deployment.yaml
5+
- https://github.com/fluxcd/source-controller//config/crd/?ref=rewrite-dev
6+
- https://github.com/fluxcd/source-controller//config/manager/?ref=rewrite-dev
77
- ../crd
88
- ../rbac
99
- ../manager
1010
- namespace.yaml
11+
12+
images:
13+
- name: fluxcd/source-controller
14+
newTag: v1beta2-8011d096

0 commit comments

Comments
 (0)