mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-09 21:50:04 +00:00
Update docs website
- add notification-controller/api commands to index - move diagrams to docs website - update CRDs docs Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
13f7d44a06
commit
90591e852d
15 changed files with 30 additions and 14 deletions
8
.github/workflows/docs.yaml
vendored
8
.github/workflows/docs.yaml
vendored
|
|
@ -15,10 +15,10 @@ jobs:
|
|||
- name: Copy assets
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SOURCE_VER: ${{ 'v0.1.0' }}
|
||||
KUSTOMIZE_VER: ${{ 'v0.1.0' }}
|
||||
HELM_VER: ${{ 'v0.1.1' }}
|
||||
NOTIFICATION_VER: ${{ 'v0.1.0' }}
|
||||
SOURCE_VER: ${{ 'v0.1.1' }}
|
||||
KUSTOMIZE_VER: ${{ 'v0.1.1' }}
|
||||
HELM_VER: ${{ 'v0.1.2' }}
|
||||
NOTIFICATION_VER: ${{ 'v0.1.1' }}
|
||||
run: |
|
||||
controller_version() {
|
||||
sed -n "s/\(.*$1\/.*?ref=\)//p;n" "manifests/bases/$1/kustomization.yaml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue