chore: update argocd version to 1.6.0

This commit is contained in:
Yann Soubeyrand 2020-06-15 14:43:38 +02:00
parent 30d53378cf
commit 893946519a
4 changed files with 34 additions and 8 deletions

View file

@ -1,8 +1,8 @@
apiVersion: v1 apiVersion: v1
appVersion: "1.5.4" appVersion: "1.6.0"
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.3.5 version: 2.3.6
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

@ -62,7 +62,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.5.3"` | | global.image.tag | If defined, a tag applied to all ArgoCD deployments. | `"v1.6.0"` |
| 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 | `[]` |

View file

@ -37,6 +37,18 @@ spec:
operation: operation:
description: Operation contains requested operation parameters. description: Operation contains requested operation parameters.
properties: properties:
info:
items:
properties:
name:
type: string
value:
type: string
required:
- name
- value
type: object
type: array
initiatedBy: initiatedBy:
description: OperationInitiator holds information about the operation description: OperationInitiator holds information about the operation
initiator initiator
@ -574,7 +586,7 @@ spec:
type: boolean type: boolean
type: object type: object
syncOptions: syncOptions:
description: Options allow youe to specify whole app sync-options description: Options allow you to specify whole app sync-options
items: items:
type: string type: string
type: array type: array
@ -615,6 +627,7 @@ spec:
message: message:
type: string type: string
status: status:
description: Represents resource health status
type: string type: string
type: object type: object
history: history:
@ -848,6 +861,18 @@ spec:
operation: operation:
description: Operation is the original requested operation description: Operation is the original requested operation
properties: properties:
info:
items:
properties:
name:
type: string
value:
type: string
required:
- name
- value
type: object
type: array
initiatedBy: initiatedBy:
description: OperationInitiator holds information about the description: OperationInitiator holds information about the
operation initiator operation initiator
@ -1413,6 +1438,7 @@ spec:
message: message:
type: string type: string
status: status:
description: Represents resource health status
type: string type: string
type: object type: object
hook: hook:

View file

@ -10,7 +10,7 @@ installCRDs: true
global: global:
image: image:
repository: argoproj/argocd repository: argoproj/argocd
tag: v1.5.4 tag: v1.6.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: {} securityContext: {}
# runAsUser: 999 # runAsUser: 999
@ -28,7 +28,7 @@ controller:
image: image:
repository: # argoproj/argocd repository: # argoproj/argocd
tag: # v1.5.4 tag: # v1.6.0
imagePullPolicy: # IfNotPresent imagePullPolicy: # IfNotPresent
## Argo controller commandline flags ## Argo controller commandline flags
@ -319,7 +319,7 @@ server:
image: image:
repository: # argoproj/argocd repository: # argoproj/argocd
tag: # v1.5.4 tag: # v1.6.0
imagePullPolicy: # IfNotPresent imagePullPolicy: # IfNotPresent
## Additional command line arguments to pass to argocd-server ## Additional command line arguments to pass to argocd-server
@ -593,7 +593,7 @@ repoServer:
image: image:
repository: # argoproj/argocd repository: # argoproj/argocd
tag: # v1.5.4 tag: # v1.6.0
imagePullPolicy: # IfNotPresent imagePullPolicy: # IfNotPresent
## Additional command line arguments to pass to argocd-repo-server ## Additional command line arguments to pass to argocd-repo-server