Skip to content

Commit

Permalink
Merge branch 'main' into feat/cacert
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet authored Oct 7, 2024
2 parents fa59220 + d84bea3 commit ef808f2
Show file tree
Hide file tree
Showing 39 changed files with 50 additions and 51 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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: 2.1.3
version: 2.1.4

dependencies:
- name: library-chart
Expand Down
6 changes: 3 additions & 3 deletions charts/jupyter-pyspark/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter-pyspark

![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The JupyterLab IDE with PySpark, an interface to use Apache Spark from Python.

Expand Down Expand Up @@ -105,9 +105,9 @@ The JupyterLab IDE with PySpark, an interface to use Apache Spark from Python.
| security.password | string | `"changeme"` | |
| securityContext | object | `{}` | |
| service.image.custom.enabled | bool | `false` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2"` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2"` | |
| service.image.pullPolicy | string | `"IfNotPresent"` | |
| service.image.version | string | `"inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2"` | |
| service.image.version | string | `"inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-pyspark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ global:

service:
image:
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2"
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2"
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2"

spark:
sparkui: false
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-python-gpu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.3
version: 2.1.4
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-python-gpu/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter-python-gpu

![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The JupyterLab IDE with Python, Julia, and a collection of standard data science packages, with GPU support.

Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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: 2.1.3
version: 2.1.4

dependencies:
- name: library-chart
Expand Down
6 changes: 3 additions & 3 deletions charts/jupyter-python/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter-python

![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The JupyterLab IDE with Python, Julia, and a collection of standard data science packages.

Expand Down Expand Up @@ -106,9 +106,9 @@ The JupyterLab IDE with Python, Julia, and a collection of standard data science
| security.password | string | `"changeme"` | |
| securityContext | object | `{}` | |
| service.image.custom.enabled | bool | `false` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.5"` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.6"` | |
| service.image.pullPolicy | string | `"IfNotPresent"` | |
| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.5"` | |
| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.6"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-python/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ global:

service:
image:
version: "inseefrlab/onyxia-jupyter-python:py3.12.5"
version: "inseefrlab/onyxia-jupyter-python:py3.12.6"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-jupyter-python:py3.12.5"
version: "inseefrlab/onyxia-jupyter-python:py3.12.6"

security:
password: "changeme"
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-pytorch-gpu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.3
version: 2.1.4
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-pytorch-gpu/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter-pytorch-gpu

![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The JupyterLab IDE with Python and the deep-learning framework PyTorch, with GPU support.

Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-pytorch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.3
version: 2.1.4
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-pytorch/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter-pytorch

![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The JupyterLab IDE with Python and the deep-learning framework PyTorch.

Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-r/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.3
version: 2.1.4
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-r/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter-r

![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The JupyterLab IDE with R and a collection of standard data science packages.

Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-tensorflow-gpu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.3
version: 2.1.4
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-tensorflow-gpu/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter-tensorflow-gpu

![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The JupyterLab IDE with Python and the deep-learning framework TensorFlow, with GPU support.

Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-tensorflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.3
version: 2.1.4
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-tensorflow/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter-tensorflow

![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The JupyterLab IDE with Python and the deep-learning framework TensorFlow.

Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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: 2.1.3
version: 2.1.4

dependencies:
- name: library-chart
Expand Down
6 changes: 3 additions & 3 deletions charts/vscode-pyspark/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vscode-pyspark

![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The Visual Studio Code IDE with PySpark, an interface to use Apache Spark from Python.

Expand Down Expand Up @@ -105,9 +105,9 @@ The Visual Studio Code IDE with PySpark, an interface to use Apache Spark from P
| security.password | string | `"changeme"` | |
| securityContext | object | `{}` | |
| service.image.custom.enabled | bool | `false` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2"` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.2"` | |
| service.image.pullPolicy | string | `"IfNotPresent"` | |
| service.image.version | string | `"inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2"` | |
| service.image.version | string | `"inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.2"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/vscode-pyspark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ global:

service:
image:
version: "inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2"
version: "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.2"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2"
version: "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.2"

spark:
sparkui: false
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-python-gpu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.3
version: 2.1.4
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-python-gpu/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vscode-python-gpu

![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The VSCOde IDE with Python, Julia, and a collection of standard data science packages, with GPU support.

Expand Down
1 change: 0 additions & 1 deletion charts/vscode-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ 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: 2.1.4

dependencies:
Expand Down
6 changes: 3 additions & 3 deletions charts/vscode-python/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vscode-python

![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The Visual Studio Code IDE with Python, Julia, and a collection of standard data science packages.

Expand Down Expand Up @@ -104,9 +104,9 @@ The Visual Studio Code IDE with Python, Julia, and a collection of standard data
| security.password | string | `"changeme"` | |
| securityContext | object | `{}` | |
| service.image.custom.enabled | bool | `false` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.5"` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.6"` | |
| service.image.pullPolicy | string | `"IfNotPresent"` | |
| service.image.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.5"` | |
| service.image.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.6"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"version": {
"description": "vscode supported version",
"type": "string",
"default": "inseefrlab/onyxia-vscode-python:py3.12.5",
"default": "inseefrlab/onyxia-vscode-python:py3.12.6",
"listEnum": [
"inseefrlab/onyxia-vscode-python:py3.12.6",
"inseefrlab/onyxia-vscode-python:py3.11.10"
Expand Down
4 changes: 2 additions & 2 deletions charts/vscode-python/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ global:

service:
image:
version: "inseefrlab/onyxia-vscode-python:py3.12.5"
version: "inseefrlab/onyxia-vscode-python:py3.12.6"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-vscode-python:py3.12.5"
version: "inseefrlab/onyxia-vscode-python:py3.12.6"

security:
password: "changeme"
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-pytorch-gpu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.3
version: 2.1.4
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-pytorch-gpu/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vscode-pytorch-gpu

![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The VSCode IDE with Python and the deep-learning framework PyTorch, with GPU support.

Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-pytorch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.3
version: 2.1.4
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-pytorch/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vscode-pytorch

![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The VSCode IDE with Python and the deep-learning framework PyTorch.

Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-r-python-julia/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.3
version: 2.1.4
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-r-python-julia/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vscode-r-python-julia

![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The VSCode IDE with minimal installations of R, Python and Julia.

Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-r/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.3
version: 2.1.4
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-r/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vscode-r

![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The VSCode IDE with R and a collection of standard data science packages.

Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-tensorflow-gpu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.3
version: 2.1.4
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-tensorflow-gpu/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vscode-tensorflow-gpu

![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The VSCode IDE with Python and the deep-learning framework TensorFlow, with GPU support.

Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-tensorflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.3
version: 2.1.4
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
Loading

0 comments on commit ef808f2

Please sign in to comment.