Skip to content

Commit ce9c5f3

Browse files
authored
Update the version of elastic-job-supervisor in arena-artifacts (#1247)
Signed-off-by: AlanFokCo <892249240@qq.com>
1 parent 970afbd commit ce9c5f3

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.0
1+
0.13.1

arena-artifacts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2626
dependencies:
2727
- name: tf-operator

arena-artifacts/charts/elastic-job-supervisor/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

arena-artifacts/charts/elastic-job-supervisor/templates/rbac.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

arena-artifacts/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ exporter:
132132
# elastic-job-supervisor
133133
elastic-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:

0 commit comments

Comments
 (0)