File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed
charts/elastic-job-supervisor Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1- 0.13.0
1+ 0.13.1
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.13.0
18+ version : 0.13.1
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : 0.13.0
24+ appVersion : 0.13.1
2525
2626dependencies :
2727 - name : tf-operator
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.1 .0
18+ version : 1.2 .0
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " v0.1 .0"
24+ appVersion : " v1.2 .0"
Original file line number Diff line number Diff line change @@ -19,11 +19,13 @@ rules:
1919 - " "
2020 resources :
2121 - pods
22+ - events
2223 verbs :
2324 - get
2425 - list
2526 - patch
2627 - update
28+ - watch
2729- apiGroups :
2830 - " "
2931 resources :
Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ exporter:
132132# elastic-job-supervisor
133133elastic-job-supervisor :
134134 enabled : true
135- image : acs/elastic- job-supervisor
136- tag : v0.1.1-71871cc -aliyun
135+ image : acs/job-supervisor
136+ tag : v1.2.0-7a69190 -aliyun
137137 imagePullPolicy : IfNotPresent
138138 resources :
139139 limits :
You can’t perform that action at this time.
0 commit comments