Skip to content

Commit

Permalink
Bump OSCAR version
Browse files Browse the repository at this point in the history
  • Loading branch information
catttam committed Jun 21, 2024
1 parent f6da38b commit 98b0b47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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.1.0
version: 3.2.0
sources:
- https://github.com/grycap/oscar
home: https://grycap.github.io/oscar
Expand Down
2 changes: 2 additions & 0 deletions oscar/templates/oscar-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ rules:
- create
- delete
- update
- deletecollection
- apiGroups:
- batch
resources:
Expand Down Expand Up @@ -70,6 +71,7 @@ rules:
- list
- watch
- create
- update
- delete

{{- if eq (lower .Values.serverlessBackend) "openfaas" }}
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.1.0"
tag: "3.2.0"
pullPolicy: Always

# Read and write timeouts for OSCAR's HTTP server
Expand Down

0 comments on commit 98b0b47

Please sign in to comment.