Merge branch 'master' into create-roles-in-namespaces

This commit is contained in:
Sean Johnson 2021-02-17 09:41:04 +11:00 committed by GitHub
commit 8085943589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 14054 additions and 14006 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.8.4 appVersion: 1.8.4
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd name: argo-cd
version: 2.14.1 version: 2.14.3
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
keywords: keywords:

View file

@ -66,7 +66,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i
|-----|------|---------| |-----|------|---------|
| global.image.imagePullPolicy | If defined, a imagePullPolicy applied to all ArgoCD deployments. | `"IfNotPresent"` | | global.image.imagePullPolicy | If defined, a imagePullPolicy applied to all ArgoCD deployments. | `"IfNotPresent"` |
| global.image.repository | If defined, a repository applied to all ArgoCD deployments. | `"argoproj/argocd"` | | global.image.repository | If defined, a repository applied to all ArgoCD deployments. | `"argoproj/argocd"` |
| global.image.tag | If defined, a tag applied to all ArgoCD deployments. | `"v1.7.6"` | | global.image.tag | If defined, a tag applied to all ArgoCD deployments. | `"v1.8.4"` |
| global.securityContext | Toggle and define securityContext | See [values.yaml](values.yaml) | | global.securityContext | Toggle and define securityContext | See [values.yaml](values.yaml) |
| global.imagePullSecrets | If defined, uses a Secret to pull an image from a private Docker registry or repository. | `[]` | | global.imagePullSecrets | If defined, uses a Secret to pull an image from a private Docker registry or repository. | `[]` |
| global.hostAliases | Mapping between IP and hostnames that will be injected as entries in the pod's hosts files | `[]` | | global.hostAliases | Mapping between IP and hostnames that will be injected as entries in the pod's hosts files | `[]` |
@ -258,6 +258,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i
| server.service.servicePortHttpName | Server service http port name, can be used to route traffic via istio | `http` | | server.service.servicePortHttpName | Server service http port name, can be used to route traffic via istio | `http` |
| server.service.servicePortHttpsName | Server service https port name, can be used to route traffic via istio | `https` | | server.service.servicePortHttpsName | Server service https port name, can be used to route traffic via istio | `https` |
| server.service.loadBalancerSourceRanges | Source IP ranges to allow access to service from. | `[]` | | server.service.loadBalancerSourceRanges | Source IP ranges to allow access to service from. | `[]` |
| server.service.externalIPs | Server service external IPs. | `[]` |
| server.service.type | Server service type | `"ClusterIP"` | | server.service.type | Server service type | `"ClusterIP"` |
| server.serviceAccount.annotations | Server service account annotations | `{}` | | server.serviceAccount.annotations | Server service account annotations | `{}` |
| server.serviceAccount.create | Create server service account | `true` | | server.serviceAccount.create | Create server service account | `true` |
@ -337,4 +338,4 @@ through `xxx.extraArgs`
| redis-ha.haproxy.metrics.enabled | HAProxy enable prometheus metric scraping | `true` | | redis-ha.haproxy.metrics.enabled | HAProxy enable prometheus metric scraping | `true` |
| redis-ha.image.tag | Redis tag | `"5.0.8-alpine"` | | redis-ha.image.tag | Redis tag | `"5.0.8-alpine"` |
[gRPC-ingress]: https://argoproj.github.io/argo-cd/operator-manual/ingress/ [gRPC-ingress]: https://argoproj.github.io/argo-cd/operator-manual/ingress/

View file

@ -137,6 +137,8 @@ spec:
directory: directory:
description: Directory holds path/directory specific options description: Directory holds path/directory specific options
properties: properties:
exclude:
type: string
jsonnet: jsonnet:
description: ApplicationSourceJsonnet holds jsonnet specific options description: ApplicationSourceJsonnet holds jsonnet specific options
properties: properties:
@ -254,6 +256,11 @@ spec:
kustomize: kustomize:
description: Kustomize holds kustomize specific options description: Kustomize holds kustomize specific options
properties: properties:
commonAnnotations:
additionalProperties:
type: string
description: CommonAnnotations adds additional kustomize commonAnnotations
type: object
commonLabels: commonLabels:
additionalProperties: additionalProperties:
type: string type: string
@ -398,6 +405,8 @@ spec:
directory: directory:
description: Directory holds path/directory specific options description: Directory holds path/directory specific options
properties: properties:
exclude:
type: string
jsonnet: jsonnet:
description: ApplicationSourceJsonnet holds jsonnet specific options description: ApplicationSourceJsonnet holds jsonnet specific options
properties: properties:
@ -515,6 +524,11 @@ spec:
kustomize: kustomize:
description: Kustomize holds kustomize specific options description: Kustomize holds kustomize specific options
properties: properties:
commonAnnotations:
additionalProperties:
type: string
description: CommonAnnotations adds additional kustomize commonAnnotations
type: object
commonLabels: commonLabels:
additionalProperties: additionalProperties:
type: string type: string
@ -675,6 +689,8 @@ spec:
directory: directory:
description: Directory holds path/directory specific options description: Directory holds path/directory specific options
properties: properties:
exclude:
type: string
jsonnet: jsonnet:
description: ApplicationSourceJsonnet holds jsonnet specific options description: ApplicationSourceJsonnet holds jsonnet specific options
properties: properties:
@ -792,6 +808,11 @@ spec:
kustomize: kustomize:
description: Kustomize holds kustomize specific options description: Kustomize holds kustomize specific options
properties: properties:
commonAnnotations:
additionalProperties:
type: string
description: CommonAnnotations adds additional kustomize commonAnnotations
type: object
commonLabels: commonLabels:
additionalProperties: additionalProperties:
type: string type: string
@ -955,6 +976,8 @@ spec:
directory: directory:
description: Directory holds path/directory specific options description: Directory holds path/directory specific options
properties: properties:
exclude:
type: string
jsonnet: jsonnet:
description: ApplicationSourceJsonnet holds jsonnet specific options description: ApplicationSourceJsonnet holds jsonnet specific options
properties: properties:
@ -1072,6 +1095,11 @@ spec:
kustomize: kustomize:
description: Kustomize holds kustomize specific options description: Kustomize holds kustomize specific options
properties: properties:
commonAnnotations:
additionalProperties:
type: string
description: CommonAnnotations adds additional kustomize commonAnnotations
type: object
commonLabels: commonLabels:
additionalProperties: additionalProperties:
type: string type: string
@ -1213,6 +1241,8 @@ spec:
directory: directory:
description: Directory holds path/directory specific options description: Directory holds path/directory specific options
properties: properties:
exclude:
type: string
jsonnet: jsonnet:
description: ApplicationSourceJsonnet holds jsonnet specific options description: ApplicationSourceJsonnet holds jsonnet specific options
properties: properties:
@ -1330,6 +1360,11 @@ spec:
kustomize: kustomize:
description: Kustomize holds kustomize specific options description: Kustomize holds kustomize specific options
properties: properties:
commonAnnotations:
additionalProperties:
type: string
description: CommonAnnotations adds additional kustomize commonAnnotations
type: object
commonLabels: commonLabels:
additionalProperties: additionalProperties:
type: string type: string
@ -1468,6 +1503,8 @@ spec:
directory: directory:
description: Directory holds path/directory specific options description: Directory holds path/directory specific options
properties: properties:
exclude:
type: string
jsonnet: jsonnet:
description: ApplicationSourceJsonnet holds jsonnet specific options description: ApplicationSourceJsonnet holds jsonnet specific options
properties: properties:
@ -1585,6 +1622,11 @@ spec:
kustomize: kustomize:
description: Kustomize holds kustomize specific options description: Kustomize holds kustomize specific options
properties: properties:
commonAnnotations:
additionalProperties:
type: string
description: CommonAnnotations adds additional kustomize commonAnnotations
type: object
commonLabels: commonLabels:
additionalProperties: additionalProperties:
type: string type: string

View file

@ -36,6 +36,9 @@ spec:
{{- if .Values.server.service.loadBalancerIP }} {{- if .Values.server.service.loadBalancerIP }}
loadBalancerIP: {{ .Values.server.service.loadBalancerIP | quote }} loadBalancerIP: {{ .Values.server.service.loadBalancerIP | quote }}
{{- end }} {{- end }}
{{- if .Values.server.service.externalIPs }}
externalIPs: {{ .Values.server.service.externalIPs }}
{{- end }}
{{- if .Values.server.service.loadBalancerSourceRanges }} {{- if .Values.server.service.loadBalancerSourceRanges }}
loadBalancerSourceRanges: loadBalancerSourceRanges:
{{ toYaml .Values.server.service.loadBalancerSourceRanges | indent 4 }} {{ toYaml .Values.server.service.loadBalancerSourceRanges | indent 4 }}

View file

@ -451,6 +451,7 @@ server:
namedTargetPort: true namedTargetPort: true
loadBalancerIP: "" loadBalancerIP: ""
loadBalancerSourceRanges: [] loadBalancerSourceRanges: []
externalIPs: []
## Server metrics service configuration ## Server metrics service configuration
metrics: metrics:

View file

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.10.2" appVersion: "0.10.2"
description: A Helm chart for Argo Rollouts description: A Helm chart for Argo Rollouts
name: argo-rollouts name: argo-rollouts
version: 0.4.1 version: 0.4.2
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
maintainers: maintainers:

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,7 @@ appVersion: 1.0.1
description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD. description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD.
name: argocd-notifications name: argocd-notifications
type: application type: application
version: 1.0.13 version: 1.0.14
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
keywords: keywords:

View file

@ -51,6 +51,9 @@ spec:
name: metrics name: metrics
protocol: TCP protocol: TCP
{{- end }} {{- end }}
{{- with .Values.extraEnv }}
env: {{ toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.nodeSelector }} {{- with .Values.nodeSelector }}
nodeSelector: nodeSelector:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}

View file

@ -54,6 +54,9 @@ metrics:
# interval: 30s # interval: 30s
# scrapeTimeout: 10s # scrapeTimeout: 10s
# Additional container environment variables
extraEnv: []
notifiers: notifiers:
# For more information: https://argocd-notifications.readthedocs.io/en/stable/services/overview/ # For more information: https://argocd-notifications.readthedocs.io/en/stable/services/overview/