Skip to content

Commit 1ba8c74

Browse files
authored
Merge pull request #70 from grycap/oscar2
Bump OSCAR version
2 parents 0abf737 + f6da38b commit 1ba8c74

File tree

5 files changed

+33
-2
lines changed

5 files changed

+33
-2
lines changed

docs/index.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,26 @@ entries:
369369
- https://grycap.github.io/helm-charts/IM-1.0.0.tgz
370370
version: 1.0.0
371371
oscar:
372+
- apiVersion: v1
373+
created: "2024-05-29T10:08:28.680481963Z"
374+
description: Open Source Serverless Computing for Data-Processing Applications
375+
digest: afc0db5299dc331fd45001da819d69c3ac5ce1d1cb7ecfd5a996afdbbdf8f3d2
376+
home: https://grycap.github.io/oscar
377+
icon: https://github.com/grycap/helm-charts/raw/master/icons/oscar.png
378+
keywords:
379+
- serverless
380+
- containers
381+
- file-processing
382+
- batch
383+
maintainers:
384+
- email: products@grycap.upv.es
385+
name: GRyCAP
386+
name: oscar
387+
sources:
388+
- https://github.com/grycap/oscar
389+
urls:
390+
- https://grycap.github.io/helm-charts/oscar-3.1.0.tgz
391+
version: 3.1.0
372392
- apiVersion: v1
373393
created: "2024-02-26T12:35:41.583618944Z"
374394
description: Open Source Serverless Computing for Data-Processing Applications

docs/oscar-3.1.0 .tgz

10.5 KB
Binary file not shown.

oscar/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: Open Source Serverless Computing for Data-Processing Applications
33
name: oscar
4-
version: 3.0.1
4+
version: 3.1.0
55
sources:
66
- https://github.com/grycap/oscar
77
home: https://grycap.github.io/oscar

oscar/templates/oscar-rbac.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ rules:
4141
- apps
4242
resources:
4343
- daemonsets
44+
- deployments
4445
verbs:
4546
- get
4647
- list
@@ -70,6 +71,7 @@ rules:
7071
- watch
7172
- create
7273
- delete
74+
7375
{{- if eq (lower .Values.serverlessBackend) "openfaas" }}
7476
- apiGroups:
7577
- apps
@@ -203,6 +205,15 @@ rules:
203205
- get
204206
- list
205207
- watch
208+
- apiGroups:
209+
- metrics.k8s.io
210+
resources:
211+
- nodes
212+
verbs:
213+
- get
214+
- list
215+
- watch
216+
206217
---
207218
apiVersion: rbac.authorization.k8s.io/v1
208219
kind: ClusterRoleBinding

oscar/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ingress:
4444
# Container image and pullPolicy for deployment
4545
image:
4646
repository: ghcr.io/grycap/oscar
47-
tag: "3.0.0"
47+
tag: "3.1.0"
4848
pullPolicy: Always
4949

5050
# Read and write timeouts for OSCAR's HTTP server

0 commit comments

Comments
 (0)