File tree Expand file tree Collapse file tree 5 files changed +33
-2
lines changed Expand file tree Collapse file tree 5 files changed +33
-2
lines changed Original file line number Diff line number Diff line change @@ -369,6 +369,26 @@ entries:
369
369
- https://grycap.github.io/helm-charts/IM-1.0.0.tgz
370
370
version : 1.0.0
371
371
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
372
392
- apiVersion : v1
373
393
created : " 2024-02-26T12:35:41.583618944Z"
374
394
description : Open Source Serverless Computing for Data-Processing Applications
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
description : Open Source Serverless Computing for Data-Processing Applications
3
3
name : oscar
4
- version : 3.0.1
4
+ version : 3.1.0
5
5
sources :
6
6
- https://github.com/grycap/oscar
7
7
home : https://grycap.github.io/oscar
Original file line number Diff line number Diff line change 41
41
- apps
42
42
resources :
43
43
- daemonsets
44
+ - deployments
44
45
verbs :
45
46
- get
46
47
- list
70
71
- watch
71
72
- create
72
73
- delete
74
+
73
75
{{- if eq (lower .Values.serverlessBackend) "openfaas" }}
74
76
- apiGroups :
75
77
- apps
@@ -203,6 +205,15 @@ rules:
203
205
- get
204
206
- list
205
207
- watch
208
+ - apiGroups :
209
+ - metrics.k8s.io
210
+ resources :
211
+ - nodes
212
+ verbs :
213
+ - get
214
+ - list
215
+ - watch
216
+
206
217
---
207
218
apiVersion : rbac.authorization.k8s.io/v1
208
219
kind : ClusterRoleBinding
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ ingress:
44
44
# Container image and pullPolicy for deployment
45
45
image :
46
46
repository : ghcr.io/grycap/oscar
47
- tag : " 3.0 .0"
47
+ tag : " 3.1 .0"
48
48
pullPolicy : Always
49
49
50
50
# Read and write timeouts for OSCAR's HTTP server
You can’t perform that action at this time.
0 commit comments