fix(argo-workflows): Drop .Values.useDefaultArtifactRepo flag to simplify usage (#2002)
Fixes #1140 - [x] remove `.Values.useDefaultArtifactRepo` to ensure if items populated they get into the configmap. - [x] change structure of `.Values.customArtifactRepository` to only include the custom information Signed-off-by: jmeridth <jmeridth@gmail.com>
This commit is contained in:
parent
513df3df8f
commit
2197c8e040
4 changed files with 14 additions and 22 deletions
|
|
@ -3,7 +3,7 @@ appVersion: v3.4.7
|
|||
name: argo-workflows
|
||||
description: A Helm chart for Argo Workflows
|
||||
type: application
|
||||
version: 0.25.2
|
||||
version: 0.26.0
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
sources:
|
||||
|
|
@ -14,4 +14,4 @@ maintainers:
|
|||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: fix
|
||||
description: Add missing argo-workflows.apiVersion.autoscaling helper function used for HPA configuration
|
||||
description: Drop .Values.useDefaultArtifactRepo flag to simplify usage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue