diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 31b2be6a2bfee11652bfc4abbd15fac689b5eafd..d8cf0af3dd6b78767e16fdceb01d63d52f5d9192 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -14,10 +14,10 @@ jobs: uses: actions/checkout@v1 - name: Copy assets env: - SOURCE_VER: ${{ 'v0.0.8' }} - KUSTOMIZE_VER: ${{ 'v0.0.7' }} - HELM_VER: ${{ 'v0.0.2' }} - NOTIFICATION_VER: ${{ 'v0.0.6' }} + SOURCE_VER: ${{ 'v0.0.10' }} + KUSTOMIZE_VER: ${{ 'v0.0.8' }} + HELM_VER: ${{ 'v0.0.3' }} + NOTIFICATION_VER: ${{ 'v0.0.7' }} run: | # source-controller CRDs curl "https://raw.githubusercontent.com/fluxcd/source-controller/$SOURCE_VER/docs/api/source.md" > docs/components/source/api.md diff --git a/manifests/bases/helm-controller/kustomization.yaml b/manifests/bases/helm-controller/kustomization.yaml index e67d71c9a2f92cea7aab70517c9b34ce2dae33ec..36b09dd88a4d0e070d85ed0f913acb50059757db 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: -- github.com/fluxcd/helm-controller/config//crd?ref=v0.0.2 -- github.com/fluxcd/helm-controller/config//manager?ref=v0.0.2 +- github.com/fluxcd/helm-controller/config//crd?ref=v0.0.3 +- github.com/fluxcd/helm-controller/config//manager?ref=v0.0.3 patchesJson6902: - target: group: apps diff --git a/manifests/bases/kustomize-controller/kustomization.yaml b/manifests/bases/kustomize-controller/kustomization.yaml index 8f1eaaeb2ae4c5cf11f786c11fab812440d620c4..16d66321a7408e40b4cb75156cd079b1debbe49c 100644 --- a/manifests/bases/kustomize-controller/kustomization.yaml +++ b/manifests/bases/kustomize-controller/kustomization.yaml @@ -1,8 +1,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- github.com/fluxcd/kustomize-controller/config//crd?ref=v0.0.7 -- github.com/fluxcd/kustomize-controller/config//manager?ref=v0.0.7 +- github.com/fluxcd/kustomize-controller/config//crd?ref=v0.0.8 +- github.com/fluxcd/kustomize-controller/config//manager?ref=v0.0.8 patchesJson6902: - target: group: apps diff --git a/manifests/bases/source-controller/kustomization.yaml b/manifests/bases/source-controller/kustomization.yaml index 3cf68e10a3e516c8dcd4b8a1919b7ddf44531edf..6bf7d622ad93c8356981a56647d50ff1231f1e6f 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: -- github.com/fluxcd/source-controller/config//crd?ref=v0.0.8 -- github.com/fluxcd/source-controller/config//manager?ref=v0.0.8 +- github.com/fluxcd/source-controller/config//crd?ref=v0.0.10 +- github.com/fluxcd/source-controller/config//manager?ref=v0.0.10 patchesJson6902: - target: group: apps