Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
juliarobles committed Nov 27, 2023
1 parent 89875d9 commit 43c57a7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions OpenTwins/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 0.4.0
appVersion: 0.5.0
description:
Esta es una plataforma de codigo abierto orientada a gemelos digitales.
keywords:
Expand All @@ -15,4 +15,4 @@ maintainers:
name: OpenTwins
sources:
- https://github.com/ertis-research/Helm-charts
version: 0.4.1
version: 0.5.1
2 changes: 1 addition & 1 deletion OpenTwins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ First of all, you have to add our repository to your helm repository list:
helm repo add ertis https://ertis-research.github.io/Helm-charts/
```

Once done, the next step is installing the chart by executing this line on your terminal (in our case, we will use `ot` as release name and `digitaltwins` as namespace, but you can choose the one that you prefeer):
Once done, the next step is installing the chart by executing this line on your terminal (in our case, we will use `opentwins` as release name, but you can choose the one that you prefeer):

```bash
helm upgrade --install opentwins ertis/OpenTwins --wait --dependency-update
Expand Down
18 changes: 9 additions & 9 deletions OpenTwins/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ entries:
OpenTwins-MongoDB:
- apiVersion: v2
appVersion: 4.4.6
created: "2023-11-27T17:39:39.8302972+09:00"
created: "2023-11-27T18:01:19.5859677+09:00"
description: This helm charts allows to install a compatible version of MongoDB
far from the original version proposed by Eclipse Ditto
digest: afbe1539ea99d1f6119a8cc5326b4e784c1ad45ebd8fac3f7713c74975331a33
Expand All @@ -15,7 +15,7 @@ entries:
ditto:
- apiVersion: v2
appVersion: 3.3.3
created: "2023-11-27T17:39:39.8404098+09:00"
created: "2023-11-27T18:01:19.600093+09:00"
dependencies:
- condition: mongodb.enabled
name: mongodb
Expand Down Expand Up @@ -51,7 +51,7 @@ entries:
url: https://github.com/grafana/grafana
apiVersion: v2
appVersion: 9.5.2
created: "2023-11-27T17:39:39.8431414+09:00"
created: "2023-11-27T18:01:19.6057668+09:00"
description: The leading tool for querying and visualizing time series and metrics.
digest: f7ff282c76a6136022d52c740c28de356d8a7b2392f268476b18b0eab0b405a7
home: https://grafana.net
Expand Down Expand Up @@ -79,7 +79,7 @@ entries:
hono:
- apiVersion: v2
appVersion: 2.4.0
created: "2023-11-27T17:39:39.8697396+09:00"
created: "2023-11-27T18:01:19.6502923+09:00"
dependencies:
- condition: prometheus.createInstance
name: prometheus
Expand Down Expand Up @@ -125,7 +125,7 @@ entries:
influxdb2:
- apiVersion: v2
appVersion: 2.3.0
created: "2023-11-27T17:39:39.8707485+09:00"
created: "2023-11-27T18:01:19.6515259+09:00"
description: A Helm chart for InfluxDB v2
digest: af5bf55f07e03b94cc275f606f00198512aea467a41c329fead1216344ebd360
home: https://www.influxdata.com/products/influxdb/
Expand All @@ -146,7 +146,7 @@ entries:
licenses: Apache-2.0
apiVersion: v2
appVersion: 6.0.4
created: "2023-11-27T17:39:39.8757365+09:00"
created: "2023-11-27T18:01:19.6576428+09:00"
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down Expand Up @@ -179,7 +179,7 @@ entries:
mosquitto:
- apiVersion: v1
appVersion: 1.6.10
created: "2023-11-27T17:39:39.877243+09:00"
created: "2023-11-27T18:01:19.6591471+09:00"
description: Eclipse Mosquitto - An open source MQTT broker
digest: 90d50ac36e6f4321da95388b93e717e7610f4a8f542928676336d2647abd449a
home: https://mosquitto.org/
Expand All @@ -198,7 +198,7 @@ entries:
telegraf:
- apiVersion: v2
appVersion: 1.28.5
created: "2023-11-27T17:39:39.877243+09:00"
created: "2023-11-27T18:01:19.6611672+09:00"
description: Telegraf is an agent written in Go for collecting, processing, aggregating,
and writing metrics.
digest: f690b9ad41ef014e48437b3d2c42f9a3db8b058484e6a5e76c4232ce9e53f2e5
Expand All @@ -223,4 +223,4 @@ entries:
urls:
- charts/telegraf-1.8.38.tgz
version: 1.8.38
generated: "2023-11-27T17:39:39.8297402+09:00"
generated: "2023-11-27T18:01:19.5854463+09:00"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Ertis Research group Helm Chart repository
## Main helm chart list
|Name |Chart version| Aplication version |
|-----------------------|-------------|--------------------|
|OpenTwins |0.4.0 | Beta 0.1 |
|OpenTwins |0.5.0 | Beta 0.1 |
|OpenTwins Lightweight |0.4.0 | Beta 0.1 |


Expand Down

0 comments on commit 43c57a7

Please sign in to comment.