Skip to content

Commit

Permalink
Update the version of elastic-job-supervisor in arena-artifacts (#1247)
Browse files Browse the repository at this point in the history
Signed-off-by: AlanFokCo <[email protected]>
  • Loading branch information
AlanFokCo authored Jan 13, 2025
1 parent 970afbd commit ce9c5f3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0
0.13.1
4 changes: 2 additions & 2 deletions arena-artifacts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.13.0
version: 0.13.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.13.0
appVersion: 0.13.1

dependencies:
- name: tf-operator
Expand Down
4 changes: 2 additions & 2 deletions arena-artifacts/charts/elastic-job-supervisor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 1.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.1.0"
appVersion: "v1.2.0"
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ rules:
- ""
resources:
- pods
- events
verbs:
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
Expand Down
4 changes: 2 additions & 2 deletions arena-artifacts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ exporter:
# elastic-job-supervisor
elastic-job-supervisor:
enabled: true
image: acs/elastic-job-supervisor
tag: v0.1.1-71871cc-aliyun
image: acs/job-supervisor
tag: v1.2.0-7a69190-aliyun
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit ce9c5f3

Please sign in to comment.