Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
flux2
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
fluxcd
flux2
Commits
28d099a6
Unverified
Commit
28d099a6
authored
4 years ago
by
Hidde Beydals
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #741 from fluxcd/include-image-spec-docs
parents
6add5114
6a2b53fb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/docs.yaml
+12
-0
12 additions, 0 deletions
.github/workflows/docs.yaml
docs/components/image/controller.md
+16
-0
16 additions, 0 deletions
docs/components/image/controller.md
docs/components/index.md
+4
-0
4 additions, 0 deletions
docs/components/index.md
with
32 additions
and
0 deletions
.github/workflows/docs.yaml
+
12
−
0
View file @
28d099a6
...
@@ -54,6 +54,18 @@ jobs:
...
@@ -54,6 +54,18 @@ jobs:
curl -# -Lf "https://raw.githubusercontent.com/fluxcd/notification-controller/$NOTIFICATION_VER/docs/spec/v1beta1/receiver.md" > docs/components/notification/receiver.md
curl -# -Lf "https://raw.githubusercontent.com/fluxcd/notification-controller/$NOTIFICATION_VER/docs/spec/v1beta1/receiver.md" > docs/components/notification/receiver.md
}
}
{
# image-*-controller CRDs; these use the same API group
IMG_REFL_VER=$(controller_version image-reflector-controller)
curl -# -Lf "https://raw.githubusercontent.com/fluxcd/image-reflector-controller/$IMG_REFL_VER/docs/api/image-reflector.md" > docs/components/image/reflector-api.md
curl -# -Lf "https://raw.githubusercontent.com/fluxcd/image-reflector-controller/$IMG_REFL_VER/docs/spec/v1alpha1/imagerepositories.md" > docs/components/image/imagerepositories.md
curl -# -Lf "https://raw.githubusercontent.com/fluxcd/image-reflector-controller/$IMG_REFL_VER/docs/spec/v1alpha1/imagepolicies.md" > docs/components/image/imagepolicies.md
IMG_AUTO_VER=$(controller_version image-automation-controller)
curl -# -Lf "https://raw.githubusercontent.com/fluxcd/image-automation-controller/$IMG_AUTO_VER/docs/api/image-automation.md" > docs/components/image/automation-api.md
curl -# -Lf "https://raw.githubusercontent.com/fluxcd/image-automation-controller/$IMG_AUTO_VER/docs/spec/v1alpha1/imageupdateautomations.md" > docs/components/image/imageupdateautomations.md
}
{
{
# install script
# install script
cp install/flux.sh docs/install.sh
cp install/flux.sh docs/install.sh
...
...
This diff is collapsed.
Click to expand it.
docs/components/image/controller.md
0 → 100644
+
16
−
0
View file @
28d099a6
# Image reflector and automation controllers
The image-reflector-controller and image-automation-controller work together to update a Git
repository when new container images are available.
-
The image-reflector-controller scans image repositories and reflects the image metadata in
Kubernetes resources.
-
The image-automation-controller updates YAML files based on the latest images scanned, and commits
the changes to a given Git repository.
Links:
-
Source code
[
fluxcd/image-reflector-controller
](
https://github.com/fluxcd/image-reflector-controller
)
-
Reflector
[
specification docs
](
https://github.com/fluxcd/image-reflector-controller/tree/main/docs/spec
)
-
Source code
[
fluxcd/image-automation-controller
](
https://github.com/fluxcd/image-automation-controller
)
-
Automation
[
specification docs
](
https://github.com/fluxcd/image-automation-controller/tree/main/docs/spec
)
This diff is collapsed.
Click to expand it.
docs/components/index.md
+
4
−
0
View file @
28d099a6
...
@@ -24,3 +24,7 @@ A reference for each component and API type is linked below.
...
@@ -24,3 +24,7 @@ A reference for each component and API type is linked below.
-
[
Provider CRD
](
notification/provider.md
)
-
[
Provider CRD
](
notification/provider.md
)
-
[
Alert CRD
](
notification/alert.md
)
-
[
Alert CRD
](
notification/alert.md
)
-
[
Receiver CRD
](
notification/receiver.md
)
-
[
Receiver CRD
](
notification/receiver.md
)
-
[
Image automation controllers
](
image/controller.md
)
-
[
ImageRepository CRD
](
image/imagerepositories.md
)
-
[
ImagePolicy CRD
](
image/imagepolicies.md
)
-
[
ImageUpdateAutomation CRD
](
image/imageupdateautomation.md
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment