Skip to content

Commit

Permalink
🏷️ Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fungiboletus committed Aug 18, 2023
1 parent f0cae42 commit c1fac68
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/simpipe/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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:3.0.0
image: ghcr.io/datacloud-project/simpipe-cadvisor-bridge:0.3.0
imagePullPolicy: IfNotPresent
args:
- http://localhost:8080/metrics
Expand Down
4 changes: 2 additions & 2 deletions controller/package-lock.json

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

2 changes: 1 addition & 1 deletion controller/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "3.0.0",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit c1fac68

Please sign in to comment.