diff --git a/oscar/Chart.yaml b/oscar/Chart.yaml index 882dc50..c6e65cc 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.2.0 +version: 3.3.1 sources: - https://github.com/grycap/oscar home: https://grycap.github.io/oscar diff --git a/oscar/values.yaml b/oscar/values.yaml index 82f6c2f..65e6d62 100644 --- a/oscar/values.yaml +++ b/oscar/values.yaml @@ -48,7 +48,7 @@ ingress: # Container image and pullPolicy for deployment image: repository: ghcr.io/grycap/oscar - tag: "3.2.0" + tag: "3.3.1" pullPolicy: Always # Read and write timeouts for OSCAR's HTTP server