From 49666129838d64a336c9f64df9d527648f057a53 Mon Sep 17 00:00:00 2001 From: Dhruv Soni Date: Wed, 22 Oct 2025 16:14:50 +0530 Subject: [PATCH] RHDEVDOCS-6883: Doc bug fixes --- modules/gitops-argo-cd-properties.adoc | 4 ++-- modules/gitops-repo-server-properties.adoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/gitops-argo-cd-properties.adoc b/modules/gitops-argo-cd-properties.adoc index 75dec6a6ced3..4ec9ff8eff9a 100644 --- a/modules/gitops-argo-cd-properties.adoc +++ b/modules/gitops-argo-cd-properties.adoc @@ -81,7 +81,7 @@ a|* `enabled` - Toggle high-availability support globally for Argo CD. |`helpChatText` |The text that appears in a text box for getting chat help.|`Chat now!`| -|`image` |The container image for all Argo CD components. This overrides the `ARGOCD_IMAGE` environment variable.|`argoproj/argocd` | +|`image` |The container image for all Argo CD components. This overrides the `ARGOCD_IMAGE` environment variable.|`registry.redhat.io` | |`import` |Import configuration options for Argo CD.| `__object__` a|* `name` - The name of an `ArgoCDExport` resource from which data can be imported. @@ -187,5 +187,5 @@ a|* `ca.configMapName` - The name of the `ConfigMap` which contains the CA certi |`usersAnonymousEnabled` |Enables anonymous user access.|`true` | -|`version` |The tag to use with the container image for all Argo CD components.| | Latest Argo CD version| +|`version` |The tag to use with the container image for all Argo CD components.| | Latest {gitops-shortname} Version| |=== diff --git a/modules/gitops-repo-server-properties.adoc b/modules/gitops-repo-server-properties.adoc index e2dc6ec26694..f7ea0eb2e95c 100644 --- a/modules/gitops-repo-server-properties.adoc +++ b/modules/gitops-repo-server-properties.adoc @@ -18,7 +18,7 @@ The following properties are available for configuring the repo server component |`execTimeout` | `180` |Execution timeout in seconds for rendering tools, for example, Helm or Kustomize. |`extraRepoCommandArgs` | `__empty__` | Passes command-line arguments to the Repo server workload. The command-line arguments are added to the list of arguments set by the Operator. |`initContainers` | `__empty__` |The number of `init` containers in the Argo CD Application Controller component. This field is optional. -|`image` | `argoproj/argocd` |The container image for Argo CD Repo server. This propery overrides the `ARGOCD_REPOSERVER_IMAGE` environment variable. +|`image` | `registry.redhat.io` |The container image for Argo CD Repo server. This propery overrides the `ARGOCD_REPOSERVER_IMAGE` environment variable. |`labels` | `__empty__` |List of custom labels to add to pods deployed by the Operator. This field is optional. |`logLevel` | `info` |The log level used by the Argo CD Repo server. Valid options are `debug`, `info`, `error`, and `warn`. |`logFormat` | `text` |The log format to be used by the Argo CD repo server. Valid options are `text` and `json`.