From cd61141526315ca470aa166139fdd40b6a56ead7 Mon Sep 17 00:00:00 2001 From: jannfis Date: Mon, 2 Aug 2021 13:29:15 +0200 Subject: [PATCH] docs: Mention support channels and some fixes (#232) * docs: Mention support channels and some fixes Signed-off-by: jannfis * docs: Mention support channels and some fixes Signed-off-by: jannfis --- .github/actions/spelling/allow.txt | 1 + docs/index.md | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index 787ae03f..b0e20b99 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -28,6 +28,7 @@ chmod CLA clientcmd clientset +CNCF codecov codegen codehilite diff --git a/docs/index.md b/docs/index.md index 4c22086b..0aa7f79b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 @@ -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) @@ -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/) \ No newline at end of file