File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ charts: helm.Charts = {
210210 reloader: {
211211 chart = "reloader"
212212 repoURL = "https://stakater.github.io/stakater-charts"
213- targetRevision = "2.2.4 "
213+ targetRevision = "2.2.5 "
214214 schemaGenerator = "VALUE-INFERENCE"
215215 }
216216 homepage: {
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ schema Chart(helm.Chart):
1414 values : Values | any, optional
1515 chart : str, required, default is "reloader"
1616 repoURL : str, required, default is "https://stakater.github.io/stakater-charts"
17- targetRevision : str, optional, default is "2.2.4 "
17+ targetRevision : str, optional, default is "2.2.5 "
1818 """
1919 values?: Values | any
2020 chart: str = "reloader"
2121 repoURL: str = "https://stakater.github.io/stakater-charts"
22- targetRevision?: str = "2.2.4 "
22+ targetRevision?: str = "2.2.5 "
2323
Original file line number Diff line number Diff line change 5555 "type" : " string"
5656 },
5757 "tag" : {
58- "default" : " v1.4.9 " ,
58+ "default" : " v1.4.10 " ,
5959 "required" : [],
6060 "title" : " tag" ,
6161 "type" : " string"
196196 "type" : " string"
197197 },
198198 "version" : {
199- "default" : " v1.4.9 " ,
199+ "default" : " v1.4.10 " ,
200200 "required" : [],
201201 "title" : " version" ,
202202 "type" : " string"
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ schema ValuesImage:
5151 pullPolicy : str, optional, default is "IfNotPresent"
5252 digest: sha256:1234567
5353 repository : str, optional, default is "ghcr.io/stakater/reloader"
54- tag : str, optional, default is "v1.4.9 "
54+ tag : str, optional, default is "v1.4.10 "
5555 """
5656 [...str]: any
5757 name?: str
@@ -340,7 +340,7 @@ schema ValuesReloaderDeploymentLabels:
340340 ----------
341341 group : str, optional, default is "com.stakater.platform"
342342 provider : str, optional, default is "stakater"
343- version : str, optional, default is "v1.4.9 "
343+ version : str, optional, default is "v1.4.10 "
344344 """
345345 [...str]: any
346346 group?: str
You can’t perform that action at this time.
0 commit comments