diff --git a/VERSION b/VERSION index 54d1a4f2a..c317a9189 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.0 +0.13.1 diff --git a/arena-artifacts/Chart.yaml b/arena-artifacts/Chart.yaml index 033868673..63d8fe778 100644 --- a/arena-artifacts/Chart.yaml +++ b/arena-artifacts/Chart.yaml @@ -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 diff --git a/arena-artifacts/charts/elastic-job-supervisor/Chart.yaml b/arena-artifacts/charts/elastic-job-supervisor/Chart.yaml index a52ed1fff..190f56cf9 100644 --- a/arena-artifacts/charts/elastic-job-supervisor/Chart.yaml +++ b/arena-artifacts/charts/elastic-job-supervisor/Chart.yaml @@ -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" diff --git a/arena-artifacts/charts/elastic-job-supervisor/templates/rbac.yaml b/arena-artifacts/charts/elastic-job-supervisor/templates/rbac.yaml index 130d13b82..de336b9a2 100644 --- a/arena-artifacts/charts/elastic-job-supervisor/templates/rbac.yaml +++ b/arena-artifacts/charts/elastic-job-supervisor/templates/rbac.yaml @@ -19,11 +19,13 @@ rules: - "" resources: - pods + - events verbs: - get - list - patch - update + - watch - apiGroups: - "" resources: diff --git a/arena-artifacts/values.yaml b/arena-artifacts/values.yaml index 9d772868c..d46250057 100644 --- a/arena-artifacts/values.yaml +++ b/arena-artifacts/values.yaml @@ -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: