Skip to content

Commit

Permalink
* Chart version: 2.5.0-ak.0.1 (#41)
Browse files Browse the repository at this point in the history
* Chart version: 2.5.0-ak.0.1 (manifests updated)
* haproxy: 2.6.2-alpine (similar to upstream)
  • Loading branch information
evgeny-goldin authored Oct 26, 2022
1 parent 0bcc91a commit 9e8d6b3
Show file tree
Hide file tree
Showing 21 changed files with 928 additions and 122 deletions.
2 changes: 1 addition & 1 deletion charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 2.5.0-ak.0.0
version: 2.5.0-ak.0.1
appVersion: 2.5.0
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
Expand Down
4 changes: 2 additions & 2 deletions charts/argo-cd/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# argo-cd

![Version: 2.5.0-ak.0.0](https://img.shields.io/badge/Version-2.5.0--ak.0.0-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square)
![Version: 2.5.0-ak.0.1](https://img.shields.io/badge/Version-2.5.0--ak.0.1-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square)

A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.

Expand Down Expand Up @@ -66,7 +66,7 @@ A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kube
| imageUpdater.enabled | bool | `false` | Whether to enable image updater |
| notificationsController | object | `{"enabled":false}` | Notifications Controller |
| notificationsController.enabled | bool | `false` | Whether to enable Notifications Controller |
| redis | object | `{"enabled":true,"haProxyImage":{"repository":"haproxy","tag":"2.6.6-alpine"},"image":{"pullPolicy":null,"repository":"redis","tag":"7.0.5-alpine"},"resources":null}` | Redis configurations |
| redis | object | `{"enabled":true,"haProxyImage":{"repository":"haproxy","tag":"2.6.2-alpine"},"image":{"pullPolicy":null,"repository":"redis","tag":"7.0.5-alpine"},"resources":null}` | Redis configurations |
| repoServer | object | `{"extraArgs":null,"image":{"pullPolicy":null,"repository":null,"tag":null},"replicas":2,"resources":null}` | Repo Server |
| repoServer.extraArgs | string | `nil` | Additional command line arguments to pass to argocd-repo-server |
| server | object | `{"enabled":true,"extraArgs":null,"image":{"pullPolicy":null,"repository":null,"tag":null},"ingress":{"annotations":{},"className":"","enabled":false,"host":"argocd.example.com","tls":{"enabled":false,"secretName":null}},"insecure":false,"replicas":2,"resources":null,"service":{"type":null}}` | Argo Server configuration |
Expand Down
26 changes: 14 additions & 12 deletions charts/argo-cd/crds/crd-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,7 @@ spec:
and is only valid for applications sourced from Git.
type: string
plugin:
description: ConfigManagementPlugin holds config management
plugin specific options
description: Plugin holds config management plugin specific options
properties:
env:
description: Env is a list of environment variable entries
Expand Down Expand Up @@ -681,8 +680,7 @@ spec:
and is only valid for applications sourced from Git.
type: string
plugin:
description: ConfigManagementPlugin holds config management plugin
specific options
description: Plugin holds config management plugin specific options
properties:
env:
description: Env is a list of environment variable entries
Expand Down Expand Up @@ -1037,8 +1035,7 @@ spec:
and is only valid for applications sourced from Git.
type: string
plugin:
description: ConfigManagementPlugin holds config management
plugin specific options
description: Plugin holds config management plugin specific options
properties:
env:
description: Env is a list of environment variable entries
Expand Down Expand Up @@ -1409,8 +1406,8 @@ spec:
from Git.
type: string
plugin:
description: ConfigManagementPlugin holds config management
plugin specific options
description: Plugin holds config management plugin
specific options
properties:
env:
description: Env is a list of environment variable
Expand Down Expand Up @@ -1753,8 +1750,7 @@ spec:
and is only valid for applications sourced from Git.
type: string
plugin:
description: ConfigManagementPlugin holds config management
plugin specific options
description: Plugin holds config management plugin specific options
properties:
env:
description: Env is a list of environment variable
Expand Down Expand Up @@ -1805,6 +1801,10 @@ spec:
reconciled using the latest git version
format: date-time
type: string
resourceHealthSource:
description: 'ResourceHealthSource indicates where the resource health
status is stored: inline if not set or appTree'
type: string
resources:
description: Resources is a list of Kubernetes resources managed by
this application
Expand Down Expand Up @@ -1841,6 +1841,9 @@ spec:
description: SyncStatusCode is a type which represents possible
comparison results
type: string
syncWave:
format: int64
type: integer
version:
type: string
type: object
Expand Down Expand Up @@ -2087,8 +2090,7 @@ spec:
and is only valid for applications sourced from Git.
type: string
plugin:
description: ConfigManagementPlugin holds config management
plugin specific options
description: Plugin holds config management plugin specific options
properties:
env:
description: Env is a list of environment variable
Expand Down
Loading

0 comments on commit 9e8d6b3

Please sign in to comment.