diff --git a/oscar/Chart.yaml b/oscar/Chart.yaml index 01cab87..882dc50 100644 --- a/oscar/Chart.yaml +++ b/oscar/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Open Source Serverless Computing for Data-Processing Applications name: oscar -version: 3.1.0 +version: 3.2.0 sources: - https://github.com/grycap/oscar home: https://grycap.github.io/oscar diff --git a/oscar/templates/oscar-rbac.yaml b/oscar/templates/oscar-rbac.yaml index 752b991..1c28d90 100644 --- a/oscar/templates/oscar-rbac.yaml +++ b/oscar/templates/oscar-rbac.yaml @@ -26,6 +26,7 @@ rules: - create - delete - update + - deletecollection - apiGroups: - batch resources: @@ -70,6 +71,7 @@ rules: - list - watch - create + - update - delete {{- if eq (lower .Values.serverlessBackend) "openfaas" }} diff --git a/oscar/values.yaml b/oscar/values.yaml index c1de175..2c10f86 100644 --- a/oscar/values.yaml +++ b/oscar/values.yaml @@ -44,7 +44,7 @@ ingress: # Container image and pullPolicy for deployment image: repository: ghcr.io/grycap/oscar - tag: "3.1.0" + tag: "3.2.0" pullPolicy: Always # Read and write timeouts for OSCAR's HTTP server