mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 08:31:47 +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
|
uses: actions/checkout@v1
|
||||||
- name: Copy assets
|
- name: Copy assets
|
||||||
env:
|
env:
|
||||||
SOURCE_VER: ${{ 'v0.0.8' }}
|
SOURCE_VER: ${{ 'v0.0.10' }}
|
||||||
KUSTOMIZE_VER: ${{ 'v0.0.7' }}
|
KUSTOMIZE_VER: ${{ 'v0.0.8' }}
|
||||||
HELM_VER: ${{ 'v0.0.2' }}
|
HELM_VER: ${{ 'v0.0.3' }}
|
||||||
NOTIFICATION_VER: ${{ 'v0.0.6' }}
|
NOTIFICATION_VER: ${{ 'v0.0.6' }}
|
||||||
run: |
|
run: |
|
||||||
# source-controller CRDs
|
# source-controller CRDs
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- github.com/fluxcd/helm-controller/config//crd?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.2
|
- github.com/fluxcd/helm-controller/config//manager?ref=v0.0.3
|
||||||
patchesJson6902:
|
patchesJson6902:
|
||||||
- target:
|
- target:
|
||||||
group: apps
|
group: apps
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- github.com/fluxcd/kustomize-controller/config//crd?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.7
|
- github.com/fluxcd/kustomize-controller/config//manager?ref=v0.0.8
|
||||||
patchesJson6902:
|
patchesJson6902:
|
||||||
- target:
|
- target:
|
||||||
group: apps
|
group: apps
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- github.com/fluxcd/source-controller/config//crd?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.8
|
- github.com/fluxcd/source-controller/config//manager?ref=v0.0.10
|
||||||
patchesJson6902:
|
patchesJson6902:
|
||||||
- target:
|
- target:
|
||||||
group: apps
|
group: apps
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue