Skip to content

Commit

Permalink
Merge pull request #441 from bosch-io/update_charts_to_ditto_3.1.1
Browse files Browse the repository at this point in the history
Updated Ditto chart to use Ditto 3.1.1
  • Loading branch information
thjaeckle authored Jan 9, 2023
2 parents 0cc6d9e + 507eec4 commit c10dc18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/ditto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ description: |
A digital twin is a virtual, cloud based, representation of his real world counterpart
(real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc).
type: application
version: 3.1.1
appVersion: 3.1.0
version: 3.1.2
appVersion: 3.1.1
keywords:
- iot-chart
- digital-twin
Expand Down
12 changes: 6 additions & 6 deletions charts/ditto/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ akka:

# Set "dittoTag" in order to specify another Ditto version to use for all Ditto services:
# you may also use "1" (for latest Ditto 1.x.x) or "1.5" (for latest Ditto 1.5.x)
# dittoTag: 3.1.0
# dittoTag: 3.1.1

## ----------------------------------------------------------------------------
## connectivity configuration
Expand All @@ -168,7 +168,7 @@ connectivity:
## repository for the connectivity docker image
repository: docker.io/eclipse/ditto-connectivity
## tag for the connectivity docker image - overwrite to specify something else than Chart.AppVersion
# tag: 3.1.0
# tag: 3.1.1
## pullPolicy for the connectivity docker image
pullPolicy: IfNotPresent
## additional JVM options to put into JAVA_TOOL_OPTIONS
Expand Down Expand Up @@ -269,7 +269,7 @@ gateway:
## repository for the gateway docker image
repository: docker.io/eclipse/ditto-gateway
## tag for the gateway docker image - overwrite to specify something else than Chart.AppVersion
# tag: 3.1.0
# tag: 3.1.1
## pullPolicy for the gateway docker image
pullPolicy: IfNotPresent
## systemProps used to define arbitrary system properties for gateway service
Expand Down Expand Up @@ -425,7 +425,7 @@ policies:
## repository for the policies docker image
repository: docker.io/eclipse/ditto-policies
## tag for the policies docker image - overwrite to specify something else than Chart.AppVersion
# tag: 3.1.0
# tag: 3.1.1
## pullPolicy for the policies docker image
pullPolicy: IfNotPresent
## additional JVM options to put into JAVA_TOOL_OPTIONS
Expand Down Expand Up @@ -556,7 +556,7 @@ things:
## repository for the things docker image
repository: docker.io/eclipse/ditto-things
## tag for the things docker image - overwrite to specify something else than Chart.AppVersion
# tag: 3.1.0
# tag: 3.1.1
## pullPolicy for the things docker image
pullPolicy: IfNotPresent
## additional JVM options to put into JAVA_TOOL_OPTIONS
Expand Down Expand Up @@ -642,7 +642,7 @@ thingsSearch:
## repository for the things-search docker image
repository: docker.io/eclipse/ditto-things-search
## tag for the things-search docker image - overwrite to specify something else than Chart.AppVersion
# tag: 3.1.0
# tag: 3.1.1
## pullPolicy for the things-search docker image
pullPolicy: IfNotPresent
## additional JVM options to put into JAVA_TOOL_OPTIONS
Expand Down

0 comments on commit c10dc18

Please sign in to comment.