File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ charts: helm.Charts = {
3030 external_secrets: {
3131 chart = "external-secrets"
3232 repoURL = "https://charts.external-secrets.io/"
33- targetRevision = "0.20.2 "
33+ targetRevision = "0.20.4 "
3434 schemaGenerator = "VALUE-INFERENCE"
3535 crdGenerator = "TEMPLATE"
3636 values: {
Original file line number Diff line number Diff line change @@ -14,14 +14,11 @@ schema Chart(helm.Chart):
1414 values : Values | any, optional, default is {crds = {conversion = {enabled = False}}}
1515 chart : str, required, default is "external-secrets"
1616 repoURL : str, required, default is "https://charts.external-secrets.io/"
17- targetRevision : str, optional, default is "0.20.2 "
17+ targetRevision : str, optional, default is "0.20.4 "
1818 """
19- values?: Values | any = {
20- crds = {
21- conversion = {enabled = False}
22- }
23- }
19+
20+ values?: Values | any = {crds = {conversion = {enabled = False}}}
2421 chart: str = "external-secrets"
2522 repoURL: str = "https://charts.external-secrets.io/"
26- targetRevision?: str = "0.20.2 "
23+ targetRevision?: str = "0.20.4 "
2724
You can’t perform that action at this time.
0 commit comments