Skip to content

Commit 45861fa

Browse files
authored
docs(argo-cd): Improve documentation for extra containers (argoproj#1747)
Signed-off-by: Petr Drastil <[email protected]> Signed-off-by: Petr Drastil <[email protected]>
1 parent 4b8703d commit 45861fa

File tree

3 files changed

+343
-390
lines changed

3 files changed

+343
-390
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v2.5.5
33
kubeVersion: ">=1.22.0-0"
44
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
6-
version: 5.16.13
6+
version: 5.16.14
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -23,4 +23,6 @@ dependencies:
2323
condition: redis-ha.enabled
2424
annotations:
2525
artifacthub.io/changes: |
26-
- "[Removed]: Legacy API versions for Ingresses"
26+
- "[Docs]: Added sample how to provide K8s credentials plugin"
27+
- "[Docs]: Added sample how to provide Argo config management plugin"
28+
- "[Docs]: Removed samples that injects tools into incorrect controllers"

charts/argo-cd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ NAME: my-release
639639
| server.envFrom | list | `[]` (See [values.yaml]) | envFrom to pass to Argo CD server |
640640
| server.extensions.containerSecurityContext | object | See [values.yaml] | Server UI extensions container-level security context |
641641
| server.extensions.enabled | bool | `false` | Enable support for Argo UI extensions |
642-
| server.extensions.image.imagePullPolicy | string | `"IfNotPresent"` | Image pull policy for extensions |
642+
| server.extensions.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for extensions |
643643
| server.extensions.image.repository | string | `"ghcr.io/argoproj-labs/argocd-extensions"` | Repository to use for extensions image |
644644
| server.extensions.image.tag | string | `"v0.1.0"` | Tag to use for extensions image |
645645
| server.extensions.resources | object | `{}` | Resource limits and requests for the argocd-extensions container |

0 commit comments

Comments
 (0)