Skip to content

Commit

Permalink
Merge branch 'devel' of github.com:grycap/helm-charts into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed May 30, 2024
2 parents c02ae45 + a7f93f6 commit 4ae4e73
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 2 deletions.
20 changes: 20 additions & 0 deletions docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,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: [email protected]
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
Expand Down
Binary file added docs/oscar-3.1.0 .tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion oscar/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 11 additions & 0 deletions oscar/templates/oscar-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ rules:
- apps
resources:
- daemonsets
- deployments
verbs:
- get
- list
Expand Down Expand Up @@ -70,6 +71,7 @@ rules:
- watch
- create
- delete

{{- if eq (lower .Values.serverlessBackend) "openfaas" }}
- apiGroups:
- apps
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion oscar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ae4e73

Please sign in to comment.