Adding Google artifact repository to the list
Signed-off-by: Kripu Khadka <khadkakripu4@gmail.com>
This commit is contained in:
parent
a862d127bc
commit
b8b548d31f
3 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
name: argocd-image-updater
|
name: argocd-image-updater
|
||||||
description: A Helm chart for Argo CD Image Updater, a tool to automatically update the container images of Kubernetes workloads which are managed by Argo CD
|
description: A Helm chart for Argo CD Image Updater, a tool to automatically update the container images of Kubernetes workloads which are managed by Argo CD
|
||||||
type: application
|
type: application
|
||||||
version: 0.9.1
|
version: 0.9.2
|
||||||
appVersion: v0.12.2
|
appVersion: v0.12.2
|
||||||
home: https://github.com/argoproj-labs/argocd-image-updater
|
home: https://github.com/argoproj-labs/argocd-image-updater
|
||||||
icon: https://argocd-image-updater.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argocd-image-updater.readthedocs.io/en/stable/assets/logo.png
|
||||||
|
@ -19,4 +19,4 @@ annotations:
|
||||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: added
|
||||||
description: Introduce chart signing
|
description: Added Google Artifact repository to the list of supported registries.
|
||||||
|
|
|
@ -56,6 +56,7 @@ ArgoCD Image Updater natively supports the following registries (as mentioned in
|
||||||
|
|
||||||
- Docker Hub
|
- Docker Hub
|
||||||
- Google Container Registry
|
- Google Container Registry
|
||||||
|
- Google Artifact Registry
|
||||||
- RedHat Quay
|
- RedHat Quay
|
||||||
- GitHub Container Registry
|
- GitHub Container Registry
|
||||||
- GitHub Docker Packages
|
- GitHub Docker Packages
|
||||||
|
|
|
@ -56,6 +56,7 @@ ArgoCD Image Updater natively supports the following registries (as mentioned in
|
||||||
|
|
||||||
- Docker Hub
|
- Docker Hub
|
||||||
- Google Container Registry
|
- Google Container Registry
|
||||||
|
- Google Artifact Registry
|
||||||
- RedHat Quay
|
- RedHat Quay
|
||||||
- GitHub Container Registry
|
- GitHub Container Registry
|
||||||
- GitHub Docker Packages
|
- GitHub Docker Packages
|
||||||
|
|
Loading…
Reference in a new issue