From c1fac68f37c7ebd1b85f25437ddcfd1e052dbafd Mon Sep 17 00:00:00 2001 From: Antoine Pultier <45740+fungiboletus@users.noreply.github.com> Date: Fri, 18 Aug 2023 13:37:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Version=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/simpipe/Chart.yaml | 4 ++-- charts/simpipe/values.yaml | 2 +- controller/package-lock.json | 4 ++-- controller/package.json | 2 +- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/simpipe/Chart.yaml b/charts/simpipe/Chart.yaml index 84580970..2f63fd63 100644 --- a/charts/simpipe/Chart.yaml +++ b/charts/simpipe/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: simpipe description: SIMPIPE on Kubernetes type: application -version: 3.0.0 -appVersion: "3.0.0" +version: 0.3.0 +appVersion: "0.3.0" dependencies: - name: cadvisor #version: "2.3.0" diff --git a/charts/simpipe/values.yaml b/charts/simpipe/values.yaml index 2c425562..db02ac71 100644 --- a/charts/simpipe/values.yaml +++ b/charts/simpipe/values.yaml @@ -362,7 +362,7 @@ cadvisor: extraContainers: - name: simpipe-cadvisor-bridge - image: ghcr.io/datacloud-project/simpipe-cadvisor-bridge:3.0.0 + image: ghcr.io/datacloud-project/simpipe-cadvisor-bridge:0.3.0 imagePullPolicy: IfNotPresent args: - http://localhost:8080/metrics diff --git a/controller/package-lock.json b/controller/package-lock.json index bda88d6b..d17c8de6 100644 --- a/controller/package-lock.json +++ b/controller/package-lock.json @@ -1,12 +1,12 @@ { "name": "sim-pipe-simulation-controller", - "version": "3.0.0", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sim-pipe-simulation-controller", - "version": "3.0.0", + "version": "0.3.0", "license": "Apache-2.0", "dependencies": { "@apollo/server": "^4.7.5", diff --git a/controller/package.json b/controller/package.json index bc3fb380..2f6128b9 100644 --- a/controller/package.json +++ b/controller/package.json @@ -1,6 +1,6 @@ { "name": "sim-pipe-simulation-controller", - "version": "3.0.0", + "version": "0.3.0", "description": "Simulations and analytics for DataCloud pipelines.", "exports": "./dist/index.js", "type": "module", diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 94a3ba8b..fe3d5427 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend", - "version": "3.0.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "frontend", - "version": "3.0.0", + "version": "0.3.0", "dependencies": { "@fontsource/ibm-plex-sans": "^5.0.3", "@sveltejs/adapter-node": "^1.3.1", diff --git a/frontend/package.json b/frontend/package.json index f06277c7..dfbd0ba8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "3.0.0", + "version": "0.3.0", "private": true, "scripts": { "dev": "vite dev",