diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 31b2be6a2b..d8cf0af3dd 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 e67d71c9a2..36b09dd88a 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 8f1eaaeb2a..16d66321a7 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 3cf68e10a3..6bf7d622ad 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