Skip to content

Commit

Permalink
Minor version updates in subcharts
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed Nov 21, 2022
1 parent 78c7f7b commit aecdea7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tum-gis-iot-stack-k8s
description: Helm Chart for the TUM-GI IoT stack.
type: application
version: 0.4.1
version: 0.4.2
appVersion: "0.0.1"

dependencies:
Expand Down
4 changes: 2 additions & 2 deletions helm/charts/charts/frostweb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: frostweb
description: FROST-Server HTTP and MQTT service
type: application
version: 0.1.2
appVersion: "2.0.3"
version: 0.1.3
appVersion: "2.0.4"
2 changes: 1 addition & 1 deletion helm/charts/charts/frostweb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ http:
image:
registry: fraunhoferiosb
repository: frost-server
tag: 2.0.3
tag: 2.0.4
pullPolicy: IfNotPresent

# Persistence settings
Expand Down
4 changes: 2 additions & 2 deletions helm/charts/charts/grafana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: grafana
description: Grafana instance
type: application
version: 0.2.1
appVersion: "9.2.1"
version: 0.2.2
appVersion: "9.2.5"
2 changes: 1 addition & 1 deletion helm/charts/charts/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ replicaCount: 1
image:
registry: grafana
repository: grafana-oss
tag: 9.2.1
tag: 9.2.5
pullPolicy: IfNotPresent

install:
Expand Down

0 comments on commit aecdea7

Please sign in to comment.