Skip to content

Commit

Permalink
🏷️ Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fungiboletus committed Aug 18, 2023
1 parent bc35ef9 commit d602a10
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion charts/simpipe/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: simpipe
description: SIMPIPE on Kubernetes
type: application
version: 3.0.0
appVersion: "pr-92"
appVersion: "3.0.0"
dependencies:
- name: cadvisor
#version: "2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion charts/simpipe/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ cadvisor:

extraContainers:
- name: simpipe-cadvisor-bridge
image: ghcr.io/datacloud-project/simpipe-cadvisor-bridge:pr-92
image: ghcr.io/datacloud-project/simpipe-cadvisor-bridge:3.0.0
imagePullPolicy: IfNotPresent
args:
- http://localhost:8080/metrics
Expand Down
6 changes: 3 additions & 3 deletions controller/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sim-pipe-simulation-controller",
"version": "0.0.1",
"version": "3.0.0",
"description": "Simulations and analytics for DataCloud pipelines.",
"exports": "./dist/index.js",
"type": "module",
Expand Down Expand Up @@ -79,4 +79,4 @@
"slugify": "^1.6.6",
"zod": "^3.21.4"
}
}
}
10 changes: 5 additions & 5 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend-dev",
"version": "0.0.1",
"name": "frontend",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down Expand Up @@ -59,4 +59,4 @@
"svelte-feather-icons": "^4.0.1",
"svelte-plotly.js": "^0.3.2"
}
}
}

0 comments on commit d602a10

Please sign in to comment.