From fa762e8c78193dc11e2c1ae4c99e182e6c293e1f Mon Sep 17 00:00:00 2001 From: Iskandar Sitdikov Date: Thu, 1 Jun 2023 17:08:06 -0400 Subject: [PATCH 1/3] Helm version update --- infrastructure/helm/quantumserverless/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/helm/quantumserverless/Chart.yaml b/infrastructure/helm/quantumserverless/Chart.yaml index 10ef03316..fac0fd69d 100644 --- a/infrastructure/helm/quantumserverless/Chart.yaml +++ b/infrastructure/helm/quantumserverless/Chart.yaml @@ -4,8 +4,8 @@ description: Quantum-Serverless helm chart that contains different dependencies. type: application -version: 0.1.0 -appVersion: "0.1.0" +version: 0.1.1 +appVersion: "0.1.1" dependencies: - name: gateway From 4ee94e602dbdb1045fab4db5ecc4f90d160df7c4 Mon Sep 17 00:00:00 2001 From: Iskandar Sitdikov Date: Thu, 1 Jun 2023 17:11:55 -0400 Subject: [PATCH 2/3] Subcharts udpate --- infrastructure/helm/quantumserverless/Chart.yaml | 4 ++-- .../helm/quantumserverless/charts/gateway/Chart.yaml | 2 +- .../helm/quantumserverless/charts/jupyter/Chart.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/helm/quantumserverless/Chart.yaml b/infrastructure/helm/quantumserverless/Chart.yaml index fac0fd69d..878d2fa64 100644 --- a/infrastructure/helm/quantumserverless/Chart.yaml +++ b/infrastructure/helm/quantumserverless/Chart.yaml @@ -10,10 +10,10 @@ appVersion: "0.1.1" dependencies: - name: gateway condition: gatewayEnable - version: 0.1.0 + version: 0.1.1 - name: jupyter condition: jupyterEnable - version: 0.1.0 + version: 0.1.1 - name: nginx-ingress-controller condition: nginxIngressControllerEnable version: 9.7.2 diff --git a/infrastructure/helm/quantumserverless/charts/gateway/Chart.yaml b/infrastructure/helm/quantumserverless/charts/gateway/Chart.yaml index b9bca3401..63e5fc8bd 100644 --- a/infrastructure/helm/quantumserverless/charts/gateway/Chart.yaml +++ b/infrastructure/helm/quantumserverless/charts/gateway/Chart.yaml @@ -15,7 +15,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: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/infrastructure/helm/quantumserverless/charts/jupyter/Chart.yaml b/infrastructure/helm/quantumserverless/charts/jupyter/Chart.yaml index c108eb901..fc84e94bb 100644 --- a/infrastructure/helm/quantumserverless/charts/jupyter/Chart.yaml +++ b/infrastructure/helm/quantumserverless/charts/jupyter/Chart.yaml @@ -15,7 +15,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: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to From 7d7d475f9a518268d78d13f2812974e301ce262e Mon Sep 17 00:00:00 2001 From: Iskandar Sitdikov Date: Thu, 1 Jun 2023 17:17:42 -0400 Subject: [PATCH 3/3] Subcharts udpate --- infrastructure/helm/quantumserverless/Chart.yaml | 2 +- .../helm/quantumserverless/charts/repository/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/helm/quantumserverless/Chart.yaml b/infrastructure/helm/quantumserverless/Chart.yaml index 878d2fa64..cbcf88c38 100644 --- a/infrastructure/helm/quantumserverless/Chart.yaml +++ b/infrastructure/helm/quantumserverless/Chart.yaml @@ -40,7 +40,7 @@ dependencies: repository: https://charts.bitnami.com/bitnami - name: repository condition: repositoryEnable - version: 0.1.0 + version: 0.1.1 - name: kube-prometheus-stack condition: prometheusEnable version: 45.31.1 diff --git a/infrastructure/helm/quantumserverless/charts/repository/Chart.yaml b/infrastructure/helm/quantumserverless/charts/repository/Chart.yaml index 2719dc831..3b302b1c3 100644 --- a/infrastructure/helm/quantumserverless/charts/repository/Chart.yaml +++ b/infrastructure/helm/quantumserverless/charts/repository/Chart.yaml @@ -15,7 +15,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: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to