diff --git a/oscar/Chart.yaml b/oscar/Chart.yaml index c6e65cc..92e493b 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.3.1 +version: 3.3.2 sources: - https://github.com/grycap/oscar home: https://grycap.github.io/oscar diff --git a/oscar/values.yaml b/oscar/values.yaml index 65e6d62..6c777cf 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.3.1" + tag: "3.3.2" pullPolicy: Always # Read and write timeouts for OSCAR's HTTP server