Skip to content

Commit

Permalink
#1739 undid chart changes
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
  • Loading branch information
thjaeckle committed Sep 19, 2023
1 parent cb51e3a commit 62df02f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/helm/ditto/Chart.yaml
Expand Up @@ -16,7 +16,7 @@ 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.3.8 # chart version is effectively set by release-job
version: 3.3.7 # chart version is effectively set by release-job
appVersion: 3.3.7
keywords:
- iot-chart
Expand Down
1 change: 1 addition & 0 deletions deployment/helm/ditto/logback-config/connectivity.xml
Expand Up @@ -17,6 +17,7 @@
<excludeMdcKeyName>sourceActorSystem</excludeMdcKeyName>
<excludeMdcKeyName>pekkoUid</excludeMdcKeyName>
<excludeMdcKeyName>pekkoTimestamp</excludeMdcKeyName>
<mdcKeyFieldName>x-correlation-id=correlation-id</mdcKeyFieldName>
<mdcKeyFieldName>connection-id=ditto-connection-id</mdcKeyFieldName>
<mdcKeyFieldName>connection-type=ditto-connection-type</mdcKeyFieldName>
</encoder>
Expand Down
1 change: 1 addition & 0 deletions deployment/helm/ditto/logback-config/gateway.xml
Expand Up @@ -17,6 +17,7 @@
<excludeMdcKeyName>sourceActorSystem</excludeMdcKeyName>
<excludeMdcKeyName>pekkoUid</excludeMdcKeyName>
<excludeMdcKeyName>pekkoTimestamp</excludeMdcKeyName>
<mdcKeyFieldName>x-correlation-id=correlation-id</mdcKeyFieldName>
</encoder>
</appender>

Expand Down
1 change: 1 addition & 0 deletions deployment/helm/ditto/logback-config/policies.xml
Expand Up @@ -17,6 +17,7 @@
<excludeMdcKeyName>sourceActorSystem</excludeMdcKeyName>
<excludeMdcKeyName>pekkoUid</excludeMdcKeyName>
<excludeMdcKeyName>pekkoTimestamp</excludeMdcKeyName>
<mdcKeyFieldName>x-correlation-id=correlation-id</mdcKeyFieldName>
</encoder>
</appender>

Expand Down
1 change: 1 addition & 0 deletions deployment/helm/ditto/logback-config/things.xml
Expand Up @@ -17,6 +17,7 @@
<excludeMdcKeyName>sourceActorSystem</excludeMdcKeyName>
<excludeMdcKeyName>pekkoUid</excludeMdcKeyName>
<excludeMdcKeyName>pekkoTimestamp</excludeMdcKeyName>
<mdcKeyFieldName>x-correlation-id=correlation-id</mdcKeyFieldName>
</encoder>
</appender>

Expand Down
1 change: 1 addition & 0 deletions deployment/helm/ditto/logback-config/thingssearch.xml
Expand Up @@ -17,6 +17,7 @@
<excludeMdcKeyName>sourceActorSystem</excludeMdcKeyName>
<excludeMdcKeyName>pekkoUid</excludeMdcKeyName>
<excludeMdcKeyName>pekkoTimestamp</excludeMdcKeyName>
<mdcKeyFieldName>x-correlation-id=correlation-id</mdcKeyFieldName>
</encoder>
</appender>

Expand Down

0 comments on commit 62df02f

Please sign in to comment.