From cc88e68c4e6bd63929232d7f0b64a17658162b58 Mon Sep 17 00:00:00 2001 From: Hidde Beydals <hello@hidde.co> Date: Tue, 18 Aug 2020 14:21:30 +0200 Subject: [PATCH] Update components - source-controller to v0.0.10 - kustomize-controller to v0.0.8 - helm-controller to v0.0.3 --- .github/workflows/docs.yaml | 6 +++--- manifests/bases/helm-controller/kustomization.yaml | 4 ++-- manifests/bases/kustomize-controller/kustomization.yaml | 4 ++-- manifests/bases/source-controller/kustomization.yaml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 31b2be6a..56673667 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -14,9 +14,9 @@ jobs: uses: actions/checkout@v1 - name: Copy assets env: - SOURCE_VER: ${{ 'v0.0.8' }} - KUSTOMIZE_VER: ${{ 'v0.0.7' }} - HELM_VER: ${{ 'v0.0.2' }} + SOURCE_VER: ${{ 'v0.0.10' }} + KUSTOMIZE_VER: ${{ 'v0.0.8' }} + HELM_VER: ${{ 'v0.0.3' }} NOTIFICATION_VER: ${{ 'v0.0.6' }} run: | # source-controller CRDs diff --git a/manifests/bases/helm-controller/kustomization.yaml b/manifests/bases/helm-controller/kustomization.yaml index e67d71c9..36b09dd8 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 8f1eaaeb..16d66321 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 3cf68e10..6bf7d622 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 -- GitLab