We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f8589 commit 6eecdf6Copy full SHA for 6eecdf6
config/default/kustomization.yaml
@@ -2,9 +2,13 @@ apiVersion: kustomize.config.k8s.io/v1beta1
2
kind: Kustomization
3
namespace: kustomize-system
4
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
+- https://github.com/fluxcd/source-controller//config/crd/?ref=rewrite-dev
+- https://github.com/fluxcd/source-controller//config/manager/?ref=rewrite-dev
7
- ../crd
8
- ../rbac
9
- ../manager
10
- namespace.yaml
11
+
12
+images:
13
+ - name: fluxcd/source-controller
14
+ newTag: v1beta2-8011d096
0 commit comments