Skip to content

Commit

Permalink
Merge pull request #9 from mbaldessari/multisourcerepourl-fix
Browse files Browse the repository at this point in the history
multisourcerepourl fix
  • Loading branch information
mbaldessari authored Sep 24, 2024
2 parents 590bde8 + 4500229 commit 0af6a13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description: A Helm chart to create per-clustergroup ArgoCD applications and any
keywords:
- pattern
name: clustergroup
version: 0.9.1
version: 0.9.2
6 changes: 5 additions & 1 deletion values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"Main": {
"type": "object",
"additionalProperties": false,
"additionalProperties": true,
"required": [
"clusterGroupName"
],
Expand All @@ -65,6 +65,10 @@
"clusterGroupName": {
"type": "string"
},
"multiSourceRepoUrl": {
"type": "string",
"description": "The URL repo for to be used by default when no repoURL is specified in a multisource application. Defaults to https://charts.validatedpatterns.io/"
},
"extraParameters": {
"type": "array",
"description": "Pass in extra Helm parameters to all ArgoCD Applications and the framework."
Expand Down

0 comments on commit 0af6a13

Please sign in to comment.