Upgrade argo chart for version v2.4.3

- Change argo image tag and app version to v2.4.3
This commit is contained in:
Pablo Osinaga 2019-12-12 21:50:33 +01:00
parent 6faf1e77c8
commit 00afa03289
2 changed files with 7 additions and 8 deletions

View file

@ -1,8 +1,8 @@
apiVersion: v1 apiVersion: v1
appVersion: "v2.4.2" appVersion: "v2.4.3"
description: A Helm chart for Argo Workflows description: A Helm chart for Argo Workflows
name: argo name: argo
version: 0.6.3 version: 0.6.4
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:

View file

@ -4,7 +4,7 @@ images:
ui: argoui ui: argoui
executor: argoexec executor: argoexec
pullPolicy: Always pullPolicy: Always
tag: v2.4.2 tag: v2.4.3
crdVersion: v1alpha1 crdVersion: v1alpha1
installCRD: true installCRD: true
@ -12,7 +12,7 @@ installCRD: true
init: init:
# By default the installation will not set an explicit one, which will mean it uses `default` for the namespace the chart is # By default the installation will not set an explicit one, which will mean it uses `default` for the namespace the chart is
# being deployed to. In RBAC clusters, that will almost certainly fail. See the NOTES: section of the readme for more info. # being deployed to. In RBAC clusters, that will almost certainly fail. See the NOTES: section of the readme for more info.
serviceAccount: "" serviceAccount: "argo"
createAggregateRoles: true createAggregateRoles: true
@ -54,10 +54,12 @@ controller:
serviceMonitor: serviceMonitor:
enabled: false enabled: false
additionalLabels: {} additionalLabels: {}
serviceAccount: argo serviceAccount: "argo"
name: workflow-controller name: workflow-controller
workflowNamespaces: workflowNamespaces:
- default - default
- core
- argo
containerRuntimeExecutor: docker containerRuntimeExecutor: docker
instanceID: instanceID:
# `instanceID.enabled` configures the controller to filter workflow submissions # `instanceID.enabled` configures the controller to filter workflow submissions
@ -132,19 +134,16 @@ ui:
## ##
ingress: ingress:
enabled: false enabled: false
## Annotations to be added to the web ingress. ## Annotations to be added to the web ingress.
## ##
# annotations: # annotations:
# kubernetes.io/ingress.class: nginx # kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
## Hostnames. ## Hostnames.
## Must be provided if Ingress is enabled. ## Must be provided if Ingress is enabled.
## ##
# hosts: # hosts:
# - argo.domain.com # - argo.domain.com
## TLS configuration. ## TLS configuration.
## Secrets must be manually created in the namespace. ## Secrets must be manually created in the namespace.
## ##