diff --git a/docs/index.yaml b/docs/index.yaml index cf56aa2..36052f3 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -369,6 +369,26 @@ entries: - https://grycap.github.io/helm-charts/IM-1.0.0.tgz version: 1.0.0 oscar: + - apiVersion: v1 + created: "2024-05-29T10:08:28.680481963Z" + description: Open Source Serverless Computing for Data-Processing Applications + digest: afc0db5299dc331fd45001da819d69c3ac5ce1d1cb7ecfd5a996afdbbdf8f3d2 + home: https://grycap.github.io/oscar + icon: https://github.com/grycap/helm-charts/raw/master/icons/oscar.png + keywords: + - serverless + - containers + - file-processing + - batch + maintainers: + - email: products@grycap.upv.es + name: GRyCAP + name: oscar + sources: + - https://github.com/grycap/oscar + urls: + - https://grycap.github.io/helm-charts/oscar-3.1.0.tgz + version: 3.1.0 - apiVersion: v1 created: "2024-02-26T12:35:41.583618944Z" description: Open Source Serverless Computing for Data-Processing Applications diff --git a/docs/oscar-3.1.0 .tgz b/docs/oscar-3.1.0 .tgz new file mode 100644 index 0000000..ad9e2c0 Binary files /dev/null and b/docs/oscar-3.1.0 .tgz differ diff --git a/oscar/Chart.yaml b/oscar/Chart.yaml index 090dc90..01cab87 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.0.1 +version: 3.1.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 c8aecb2..752b991 100644 --- a/oscar/templates/oscar-rbac.yaml +++ b/oscar/templates/oscar-rbac.yaml @@ -41,6 +41,7 @@ rules: - apps resources: - daemonsets + - deployments verbs: - get - list @@ -70,6 +71,7 @@ rules: - watch - create - delete + {{- if eq (lower .Values.serverlessBackend) "openfaas" }} - apiGroups: - apps @@ -203,6 +205,15 @@ rules: - get - list - watch +- apiGroups: + - metrics.k8s.io + resources: + - nodes + verbs: + - get + - list + - watch + --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding diff --git a/oscar/values.yaml b/oscar/values.yaml index a3d87ad..c1de175 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.0.0" + tag: "3.1.0" pullPolicy: Always # Read and write timeouts for OSCAR's HTTP server