This repository was archived by the owner on Sep 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 16 files changed +60
-9
lines changed
Expand file tree Collapse file tree 16 files changed +60
-9
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ type: application
2525# This is the chart version. This version number should be incremented each time you make changes
2626# to the chart and its templates, including the app version.
2727# Versions are expected to follow Semantic Versioning (https://semver.org/)
28- version : 6.2.2
28+ version : 6.3.0
2929
3030# This is the version number of the application being deployed. This version number should be
3131# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 339339 },
340340 "repository" : {
341341 "type" : " string" ,
342- "description" : " projet " ,
342+ "description" : " Repository url " ,
343343 "default" : " " ,
344344 "x-form" : {
345345 "value" : " {{git.project}}"
348348 "value" : false ,
349349 "path" : " git/enabled"
350350 }
351+ },
352+ "branch" : {
353+ "type" : " string" ,
354+ "description" : " Brach automatically checkout" ,
355+ "default" : " " ,
356+ "hidden" : {
357+ "value" : " " ,
358+ "path" : " git/repository"
359+ }
351360 }
352361 }
353362 },
Original file line number Diff line number Diff line change 9292 cache : " "
9393 token : " "
9494 repository : " "
95+ branch : " "
9596
9697# active ou non la recherche d'un hiveMetastore dans le namespace
9798# see configmap-hive.yaml et helpers template
Original file line number Diff line number Diff line change 9494 GIT_CREDENTIALS_CACHE_DURATION: "{ { .Values.git.cache } }"
9595 GIT_PERSONAL_ACCESS_TOKEN: "{ { .Values.git.token } }"
9696 GIT_REPOSITORY: "{ { .Values.git.repository } }"
97+ GIT_BRANCH: "{ { .Values.git.branch } }"
9798{ {- end } }
9899{ {- end } }
99100
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ type: application
2323# This is the chart version. This version number should be incremented each time you make changes
2424# to the chart and its templates, including the app version.
2525# Versions are expected to follow Semantic Versioning (https://semver.org/)
26- version : 6.3.5
26+ version : 6.4.0
2727
2828dependencies :
2929 - name : library-chart
Original file line number Diff line number Diff line change 330330 },
331331 "repository" : {
332332 "type" : " string" ,
333- "description" : " projet " ,
333+ "description" : " Repository url " ,
334334 "default" : " " ,
335335 "x-form" : {
336336 "value" : " {{git.project}}"
339339 "value" : false ,
340340 "path" : " git/enabled"
341341 }
342+ },
343+ "branch" : {
344+ "type" : " string" ,
345+ "description" : " Brach automatically checkout" ,
346+ "default" : " " ,
347+ "hidden" : {
348+ "value" : " " ,
349+ "path" : " git/repository"
350+ }
342351 }
343352 }
344353 },
Original file line number Diff line number Diff line change 9696 cache : " "
9797 token : " "
9898 repository : " "
99+ branch : " "
99100
100101# This is a YAML-formatted file.
101102# Declare variables to be passed into your templates.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ type: application
2424# This is the chart version. This version number should be incremented each time you make changes
2525# to the chart and its templates, including the app version.
2626# Versions are expected to follow Semantic Versioning (https://semver.org/)
27- version : 4.7 .0
27+ version : 4.8 .0
2828
2929# This is the version number of the application being deployed. This version number should be
3030# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 303303 },
304304 "repository" : {
305305 "type" : " string" ,
306- "description" : " projet " ,
306+ "description" : " Repository url " ,
307307 "default" : " " ,
308308 "x-form" : {
309309 "value" : " {{git.project}}"
312312 "value" : false ,
313313 "path" : " git/enabled"
314314 }
315+ },
316+ "branch" : {
317+ "type" : " string" ,
318+ "description" : " Brach automatically checkout" ,
319+ "default" : " " ,
320+ "hidden" : {
321+ "value" : " " ,
322+ "path" : " git/repository"
323+ }
315324 }
316325 }
317326 },
Original file line number Diff line number Diff line change 6767 cache : " "
6868 token : " "
6969 repository : " "
70+ branch : " "
7071
7172# This is a YAML-formatted file.
7273# Declare variables to be passed into your templates.
You can’t perform that action at this time.
0 commit comments