Skip to content

Commit

Permalink
docs: Mention support channels and some fixes (#232)
Browse files Browse the repository at this point in the history
* docs: Mention support channels and some fixes

Signed-off-by: jannfis <jann@mistrust.net>

* docs: Mention support channels and some fixes

Signed-off-by: jannfis <jann@mistrust.net>
  • Loading branch information
jannfis authored Aug 2, 2021
1 parent e86496d commit cd61141
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ chmod
CLA
clientcmd
clientset
CNCF
codecov
codegen
codehilite
Expand Down
14 changes: 12 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ that are managed by
There will be (probably a lot of) breaking changes from release to
release as development progresses until version 1.0. We will do our
best to indicate any breaking change and how to un-break it in the
[Changelog](https://github.com/argoproj-labs/argocd-image-updater/CHANGELOG.md)
respective
[release notes](https://github.com/argoproj-labs/argocd-image-updater/releases)

## Overview

Expand Down Expand Up @@ -48,7 +49,7 @@ RBAC authorization on Application resources etc. are fully supported.
constraint,
* `latest`: update to the most recently created image tag,
* `name`: update to the last tag in an alphabetically sorted list
* Default support for widely used container registries:
* Default support for public images on widely used container registries:
* Docker Hub (docker.io)
* Google Container Registry (gcr.io)
* Red Hat Quay (quay.io)
Expand Down Expand Up @@ -83,3 +84,12 @@ Otherwise, current known limitations are:
Image Updater is running in (or has access to). It is currently not possible
to fetch those secrets from other clusters.

## Questions, help and support

If you have any questions, need some help in setting things up or just want to
discuss something, feel free to

* open an issue on our GitHub issue tracker or

* join us in the `#argo-cd-image-updater` channel on the
[CNCF slack](https://argoproj.github.io/community/join-slack/)

0 comments on commit cd61141

Please sign in to comment.