Skip to content

Commit 3bec928

Browse files
generate helm docs
1 parent 4b5cbe8 commit 3bec928

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

charts/argo-cd/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,6 @@ NAME: my-release
661661
| eventReporter.containerSecurityContext | object | See [values.yaml] | Event reporter container-level security context |
662662
| eventReporter.dnsConfig | object | `{}` | [DNS configuration] |
663663
| eventReporter.dnsPolicy | string | `"ClusterFirst"` | Alternative DNS policy for event reporter pods |
664-
| eventReporter.enabled | bool | `true` | |
665664
| eventReporter.env | list | `[]` | Environment variables to pass to event reporter |
666665
| eventReporter.envFrom | list | `[]` (See [values.yaml]) | envFrom to pass to event reporter |
667666
| eventReporter.extraArgs | list | `[]` | Additional command line arguments to pass to event reporter |
@@ -723,7 +722,6 @@ NAME: my-release
723722
| eventReporter.terminationGracePeriodSeconds | int | `30` | terminationGracePeriodSeconds for container lifecycle hook |
724723
| eventReporter.tolerations | list | `[]` (defaults to global.tolerations) | [Tolerations] for use with node taints |
725724
| eventReporter.topologySpreadConstraints | list | `[]` (defaults to global.topologySpreadConstraints) | Assign custom [TopologySpreadConstraints] rules to the event reporter |
726-
| eventReporter.version | string | `"v2"` | |
727725
| eventReporter.volumeMounts | list | `[]` | Additional volumeMounts to the event reporter main container |
728726
| eventReporter.volumes | list | `[]` | Additional volumes to the event reporter pod |
729727
| extraObjects | list | `[]` | Array of extra K8s manifests to deploy |

charts/argo-cd/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ global:
6060
# Default image used by all components
6161
image:
6262
# -- If defined, a repository applied to all Argo CD deployments
63-
repository: xeonalex/personal-argocd-dev
63+
repository: quay.io/codefresh/argocd
6464
# -- Overrides the global Argo CD image tag whose default is the chart appVersion
6565
tag: ""
6666
# -- If defined, a imagePullPolicy applied to all Argo CD deployments

0 commit comments

Comments
 (0)