From 68e3e3fa7458b53e8695b0a6f104c6a3c8a00560 Mon Sep 17 00:00:00 2001 From: SergioLangaritaBenitez Date: Wed, 15 Jan 2025 12:15:24 +0100 Subject: [PATCH] new version release from oscar --- oscar/Chart.yaml | 2 +- oscar/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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