Skip to content

Commit

Permalink
Merge pull request kubevela#730 from lixd/master
Browse files Browse the repository at this point in the history
fix: helm repository support ca file
  • Loading branch information
FogDong authored Oct 17, 2023
2 parents 9d8c812 + e371671 commit 4326085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions addons/fluxcd/config-templates/helm-repository.cue
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ template: {
if parameter.password != _|_ {
password: parameter.password
}

}
data: {
if parameter.caFile != _|_ {
caFile: parameter.caFile
}
Expand All @@ -53,7 +50,7 @@ template: {
username?: string
// +usage=The password of basic auth repo.
password?: string
// +usage=The ca certificate of helm repository. Please encode this data with base64.
// +usage=The ca certificate of helm repository. don't need base64 encode.
caFile?: string
}
}
2 changes: 1 addition & 1 deletion addons/fluxcd/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fluxcd
version: 2.3.7
version: 2.3.8
description: Extended workload to do continuous and progressive delivery
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/flux/horizontal/color/flux-horizontal-color.png
url: https://fluxcd.io
Expand Down

0 comments on commit 4326085

Please sign in to comment.