mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
Update components
- source-controller to v0.0.10 - kustomize-controller to v0.0.8 - helm-controller to v0.0.3
This commit is contained in:
parent
f8704747d9
commit
cc88e68c4e
4 changed files with 9 additions and 9 deletions
6
.github/workflows/docs.yaml
vendored
6
.github/workflows/docs.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue