Skip to content

Commit a729d03

Browse files
Change versioning for all charts (#125)
Also some other modifications inside appVersion for several charts and the use of new images for Grafana and Keycloak-PEP charts Co-authored-by: Jorge Tudela <[email protected]>
1 parent 09f5bd2 commit a729d03

File tree

24 files changed

+122
-48
lines changed

24 files changed

+122
-48
lines changed

applications/air-quality-app/chart/Chart.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: air-quality
33
description: A Helm chart for Kubernetes to deploy FIWARE Air quality application.
44
type: application
5-
version: 0.1.0
6-
appVersion: "v7.5.15"
5+
version: 1.0.0
6+
appVersion: "1.0.0"
77
icon: https://raw.githubusercontent.com/grafana/grafana/master/public/img/logo_transparent_400x.png
88
keywords:
99
- grafana
@@ -15,4 +15,6 @@ maintainers:
1515
- name: Felipe Roca
1616
1717
- name: Alvaro Lopez
18-
18+
19+
- name: Stefan Wiedemann
20+

applications/air-quality-app/chart/config/dashboards/home.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,6 @@
387387
"timezone": "",
388388
"title": "Air Quality Data Monitor",
389389
"uid": "aqapp-home",
390-
"version": 3,
390+
"version": 1,
391391
"weekStart": ""
392392
}

applications/air-quality-app/chart/config/dashboards/ica.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2563,6 +2563,6 @@
25632563
"timezone": "",
25642564
"title": "Air Quality Index (ICA)",
25652565
"uid": "aqapp-ica",
2566-
"version": 3,
2566+
"version": 1,
25672567
"weekStart": ""
25682568
}

applications/air-quality-app/chart/config/dashboards/pm.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1947,6 +1947,6 @@
19471947
"timezone": "",
19481948
"title": "Air Quality - Particulate Matter",
19491949
"uid": "aqapp-pm",
1950-
"version": 3,
1950+
"version": 1,
19511951
"weekStart": ""
19521952
}

applications/air-quality-app/chart/config/dashboards/pollutants.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2382,6 +2382,6 @@
23822382
"timezone": "",
23832383
"title": "Air Quality - Pollutants",
23842384
"uid": "aqapp-po",
2385-
"version": 2,
2385+
"version": 1,
23862386
"weekStart": ""
23872387
}

applications/airquality-simulator/chart/Chart.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@ apiVersion: v2
22
name: airquality-simulator
33
description: A Helm chart for Kubernetes to deploy an application that simulates airquality-data.
44
type: application
5-
version: 0.1.0
6-
appVersion: "0.1.0"
5+
version: 1.0.0
6+
appVersion: "0.1.7"
77
home: https://github.com/FIWARE-Ops/aq-simulator
88
keywords:
99
- airquality-data
1010
- FIWARE
1111
- Java
1212
maintainers:
13+
- name: Felipe Roca
14+
15+
- name: Alvaro Lopez
16+
1317
- name: Stefan Wiedemann
1418

applications/airquality-simulator/chart/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ image:
2323
# ref: https://quay.io/repository/fiware/airquality-simulator
2424
repository: quay.io/fiware/airquality-simulator
2525
# -- tag of the image to be used
26-
tag: 0.1.6
26+
tag: 0.1.7
2727
# -- specification of the image pull policy
2828
pullPolicy: IfNotPresent
2929

applications/grafana-metrics/chart/Chart.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: grafana-metrics
33
description: A Helm chart for Kubernetes to deploy Grafana using the official Helm Chart.
44
type: application
5-
version: 0.1.0
6-
appVersion: "v7.5.15"
5+
version: 1.0.0
6+
appVersion: "8.5.2" # Grafana version 8.5.2
77
icon: https://raw.githubusercontent.com/grafana/grafana/master/public/img/logo_transparent_400x.png
88
keywords:
99
- grafana
@@ -15,12 +15,12 @@ sources:
1515
- https://github.com/FIWARE-Ops/marinera/applications/grafana-metrics
1616
dependencies:
1717
- name: grafana
18-
version: 6.28.0 # Grafana 8.5.0
18+
version: 6.29.3
1919
repository: https://grafana.github.io/helm-charts
20-
# version: 5.0.26 # Grafana 6.7.3
21-
# repository: https://grafana.github.io/helm-charts
2220
maintainers:
23-
- name: Felipe Roca
21+
- name: Felipe Roca
2422
2523
- name: Alvaro Lopez
26-
24+
25+
- name: Stefan Wiedemann
26+

applications/grafana-metrics/chart/config/dashboards/fiware-metrics-dashboard.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1254,6 +1254,6 @@
12541254
"timezone": "",
12551255
"title": "FIWARE Platform Metrics",
12561256
"uid": "EvTBIau7z",
1257-
"version": 14,
1257+
"version": 1,
12581258
"weekStart": ""
12591259
}

applications/grafana/chart/Chart.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: grafana
33
description: A Helm chart for Kubernetes to deploy Grafana using the official Helm Chart.
44
type: application
5-
version: 0.1.0
6-
appVersion: "v7.5.15"
5+
version: 1.0.0
6+
appVersion: "8.5.2" # Grafana version 8.5.2
77
icon: https://raw.githubusercontent.com/grafana/grafana/master/public/img/logo_transparent_400x.png
88
keywords:
99
- grafana
@@ -14,12 +14,12 @@ sources:
1414
- https://github.com/grafana/helm-charts/blob/main/charts/grafana/README.md
1515
dependencies:
1616
- name: grafana
17-
version: 6.29.3 # Grafana 8.5.2
17+
version: 6.29.3
1818
repository: https://grafana.github.io/helm-charts
19-
# version: 5.0.26 # Grafana 6.7.3
20-
# repository: https://grafana.github.io/helm-charts
2119
maintainers:
22-
- name: Felipe Roca
20+
- name: Felipe Roca
2321
2422
- name: Alvaro Lopez
2523
24+
- name: Stefan Wiedemann
25+

applications/keycloak-pep/chart/Chart.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: keycloak-pep
33
description: A Helm chart for Kubernetes to deploy a Spring Boot application that uses the PEP Keycloak library.
44
type: application
5-
version: 0.1.0
6-
appVersion: "1.0.0"
5+
version: 1.0.0
6+
appVersion: "v18-1.1.0"
77
home: https://spring.io/projects/spring-boot
88
keywords:
99
- keycloak
@@ -16,4 +16,6 @@ maintainers:
1616
- name: Felipe Roca
1717
1818
- name: Alvaro Lopez
19-
19+
20+
- name: Stefan Wiedemann
21+

applications/keycloak-pep/chart/values.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ replicaCount: 2
33
image:
44
repository: docker.io/hopu/keycloak-rest-pep
55
pullPolicy: IfNotPresent
6-
# Overrides the image tag whose default is the chart appVersion.
7-
tag: "dev"
6+
tag: "v18-1.1.0"
87

98
service:
109
type: ClusterIP

applications/keycloak/chart/Chart.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: keycloak
33
description: A Helm chart for Kubernetes to deploy Keycloak using the official Keycloak Operator.
44
type: application
5-
version: 0.1.0
6-
appVersion: "17.0.0"
5+
version: 1.0.0
6+
appVersion: "17.0.1" # Keycloak 17.0.1 PostgreSQL 14.2.0
77
home: https://www.keycloak.org/
88
icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg
99
keywords:
@@ -12,13 +12,15 @@ keywords:
1212
sources:
1313
- https://github.com/FIWARE-Ops/marinera
1414
maintainers:
15-
- name: Felipe Roca
15+
- name: Felipe Roca
1616
1717
- name: Alvaro Lopez
1818
19+
- name: Stefan Wiedemann
20+
1921
dependencies:
2022
- name: keycloak
21-
version: 8.0.0 # Keycloak 17.0.1
23+
version: 8.0.0
2224
repository: https://charts.bitnami.com/bitnami
2325

2426

applications/mongodb/chart/Chart.yaml

+10-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@ name: mongo-db
33
description: Chart holder for argo-cd
44

55
type: application
6-
version: 0.1.0
7-
appVersion: "4.4.12"
6+
version: 1.0.0
7+
appVersion: "4.4.12" # MongoDB version 4.4.12
88

99
dependencies:
1010
- name: mongodb
1111
version: 11.0.4
1212
repository: https://charts.bitnami.com/bitnami
13+
14+
maintainers:
15+
- name: Felipe Roca
16+
17+
- name: Alvaro Lopez
18+
19+
- name: Stefan Wiedemann
20+

applications/orion-ld/chart/Chart.yaml

+10-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@ name: orion-ld
33
description: Chart holder for FIWARE Orion Context Broker LD
44

55
type: application
6-
version: 0.1.0
7-
appVersion: "1.0.2"
6+
version: 1.0.0
7+
appVersion: "1.0.1" # Orion-LD version 1.0.1
88

99
dependencies:
1010
- name: orion-ld
1111
version: 1.0.2
1212
repository: file://./orion-ld
13+
14+
maintainers:
15+
- name: Felipe Roca
16+
17+
- name: Alvaro Lopez
18+
19+
- name: Stefan Wiedemann
20+

applications/orion-ld/chart/orion-ld/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ A Helm chart for running the fiware orion-ld context broker on kubernetes.
1616

1717
* <https://github.com/FIWARE/context.Orion-LD>
1818

19+
This chart was ported from version 1.0.2 of the original Orion-LD helm chart with a few modifications.
20+
1921
## Requirements
2022

2123
Kubernetes: `>= 1.19`

applications/quantumleap/chart/Chart.yaml

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: quantumleap
33
description: A Helm chart for Kubernetes to deploy QuantumLeap using the official Helm Chart.
44
type: application
5-
version: 0.1.0
6-
appVersion: "0.8.0"
5+
version: 1.0.0
6+
appVersion: "0.9.0-PRE" # QuantumLeap version
77
keywords:
88
- quantumleap
99
- helm
@@ -14,3 +14,10 @@ dependencies:
1414
- name: quantumleap
1515
version: 0.1.18
1616
repository: https://orchestracities.github.io/charts/
17+
maintainers:
18+
- name: Felipe Roca
19+
20+
- name: Alvaro Lopez
21+
22+
- name: Stefan Wiedemann
23+

applications/timescaledb-single/chart/Chart.yaml

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: timescaledb-single
33
description: Chart holder for Timescale DB Single. Based on https://github.com/timescale/timescaledb-kubernetes and adapted for OpenShift.
44

55
type: application
6-
version: 0.1
6+
version: 1.0.0
7+
appVersion: "pg14.2-ts2.6.1-p2" # PostgreSQL v14.2 TimescaleDB v2.6.1-p2
78

89
keywords:
910
- timescale
@@ -17,3 +18,10 @@ dependencies:
1718
- name: timescaledb-single
1819
version: 0.11.0
1920
repository: file://./timescaledb-single
21+
maintainers:
22+
- name: Felipe Roca
23+
24+
- name: Alvaro Lopez
25+
26+
- name: Stefan Wiedemann
27+

applications/timescaledb-single/chart/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ A Helm chart for Kubernetes to deploy Timescale DB using the official Helm Chart
77
* <https://github.com/FIWARE-Ops/marinera>
88
* <https://github.com/timescale/timescaledb-kubernetes>
99

10+
This chart was ported from version 0.11.0 of the original TimescaleDB-single helm chart with a few modifications.
11+
1012
## Install
1113

1214
To install the chart with the release name `my-release`:

fiware-platform/Chart.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@ apiVersion: v2
22
name: fiware-platform
33
description: Helm chart to deploy FIWARE platform components
44
type: application
5-
version: 0.1.0
5+
version: 1.0.0
6+
maintainers:
7+
- name: Felipe Roca
8+
9+
- name: Alvaro Lopez
10+
11+
- name: Stefan Wiedemann
12+

secrets/Chart.yaml

+10-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@ apiVersion: v2
22
name: marinera-secrets
33
description: A Helm chart for Kubernetes to deploy the secrets system for Marinera based on Bitnami Sealed Secrets.
44
type: application
5-
version: 0.0.1
6-
appVersion: "0.0.1"
5+
version: 1.0.0
6+
appVersion: "1.0.0"
77
keywords:
88
- marinera
99
- secrets
1010
- helm
1111
- chart
1212
sources:
13-
- https://github.com/FIWARE-Ops/marinera/secrets
13+
- https://github.com/FIWARE-Ops/marinera/secrets
14+
maintainers:
15+
- name: Felipe Roca
16+
17+
- name: Alvaro Lopez
18+
19+
- name: Stefan Wiedemann
20+

tests/e2e-test/Chart.yaml

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: marinera-e2e
33
description: A Helm chart for Kubernetes to deploy the Marinera E2E test.
44
type: application
5-
version: 0.0.1
6-
appVersion: "0.0.1"
5+
version: 1.0.0
6+
appVersion: "0.2.1" # Marinera E2E version 0.2.1 for FIWARE Platform 1.0.0
77
keywords:
88
- marinera
99
- e2e
@@ -12,3 +12,10 @@ keywords:
1212
sources:
1313
- https://github.com/FIWARE-Ops/marinera-e2e
1414
- https://github.com/FIWARE-Ops/marinera/tests/e2e-test
15+
maintainers:
16+
- name: Felipe Roca
17+
18+
- name: Alvaro Lopez
19+
20+
- name: Stefan Wiedemann
21+

tests/selenium-grid/Chart.yaml

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,12 @@ apiVersion: v2
22
name: selenium-grid
33
description: A Helm chart for creating a Selenium grid server in Kubernetes
44
type: application
5-
version: 0.3.0
6-
appVersion: 4.1.4-20220427
5+
version: 1.0.0
6+
appVersion: "4.1.4-20220427"
7+
maintainers:
8+
- name: Felipe Roca
9+
10+
- name: Alvaro Lopez
11+
12+
- name: Stefan Wiedemann
13+

tests/selenium-grid/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This chart is based on the official selenium-grid chart available at https://git
77
* <https://github.com/FIWARE-Ops/marinera>
88
* <https://github.com/SeleniumHQ/docker-selenium>
99

10+
This chart was ported from version 0.3.0 of the original Selenium Grid helm chart with a few modifications.
11+
1012
## Installing
1113

1214
To install the selenium-grid helm chart, you can run:

0 commit comments

Comments
 (0)