From 333efc3a57dab7f2ae309e2743690a409537c14f Mon Sep 17 00:00:00 2001 From: avouacr Date: Mon, 20 Jun 2022 13:01:29 +0000 Subject: [PATCH] add funathon image --- charts/rstudio/Chart.yaml | 2 +- charts/rstudio/values.schema.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index cb0db8c7..3b1ac748 100644 --- a/charts/rstudio/Chart.yaml +++ b/charts/rstudio/Chart.yaml @@ -23,7 +23,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 6.3.4 +version: 6.3.5 dependencies: - name: library-chart diff --git a/charts/rstudio/values.schema.json b/charts/rstudio/values.schema.json index c368c60e..a466bc7f 100644 --- a/charts/rstudio/values.schema.json +++ b/charts/rstudio/values.schema.json @@ -23,6 +23,7 @@ "inseefrlab/rstudio:r4.2.0-spark3.2.0", "inseefrlab/rstudio:r4.1.2-spark3.2.0", "inseefrlab/rstudio:3.6.3", + "inseefrlab/rstudio:funathon-v0.0.1", "inseefrlab/utilitr:0.8.0" ], "pattern": "^[a-z0-9-_./]+(:[a-z0-9-_.]+)?$",