diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index d6765975..5a2a8478 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v2.1.6 +appVersion: v2.1.7 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 3.26.9 +version: 3.26.10 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png keywords: @@ -21,4 +21,4 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Changed]: Update github ssh key fingerprint" + - "[Changed]: Update to app version 2.1.7" diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 153f12a6..77b4ae59 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -449,11 +449,11 @@ NAME: my-release | server.readinessProbe.timeoutSeconds | int | `1` | Number of seconds after which the [probe] times out | | server.replicas | int | `1` | The number of server pods to run | | server.resources | object | `{}` | Resource limits and requests for the Argo CD server | -| server.route.enabled | bool | `false` | Enable an OpenShift Route for the Argo CD server | | server.route.annotations | object | `{}` | Openshift Route annotations | +| server.route.enabled | bool | `false` | Enable an OpenShift Route for the Argo CD server | | server.route.hostname | string | `""` | Hostname of OpenShift Route | -| server.route.termination_type | string | `"passthrough"` | Openshift Route termination type | -| server.route.termination_policy| string | `"None"` | Openshift Route termination policy | +| server.route.termination_policy | string | `"None"` | Termination policy of Openshift Route | +| server.route.termination_type | string | `"passthrough"` | Termination type of Openshift Route | | server.service.annotations | object | `{}` | Server service annotations | | server.service.externalIPs | list | `[]` | Server service external IPs | | server.service.externalTrafficPolicy | string | `""` | Denotes if this Service desires to route external traffic to node-local or cluster-wide endpoints |