Skip to content

Commit 4efb23a

Browse files
committed
disabled ucs by default
1 parent 3cf87b5 commit 4efb23a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/incubator/hyperswitch-monitoring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ The monitoring stack includes two custom dashboards:
593593
<td></td>
594594
</tr><tr>
595595
<td><div><a href="./values.yaml#L305">opentelemetry-collector.image.repository</a></div></td>
596-
<td><div><code>"docker.io/otel/opentelemetry-collector-contrib"</code></div></td>
596+
<td><div><code>"otel/opentelemetry-collector-contrib"</code></div></td>
597597
<td></td>
598598
</tr><tr>
599599
<td><div><a href="./values.yaml#L306">opentelemetry-collector.image.tag</a></div></td>

charts/incubator/hyperswitch-monitoring/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ opentelemetry-collector:
302302
- prometheus
303303

304304
image:
305-
repository: docker.io/otel/opentelemetry-collector-contrib
305+
repository: otel/opentelemetry-collector-contrib
306306
tag: 0.122.1
307307

308308
nodeSelector: {}

charts/incubator/hyperswitch-stack/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.14
18+
version: 0.2.15
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/incubator/hyperswitch-stack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3306,7 +3306,7 @@ task ur
33063306
<td></td>
33073307
</tr><tr>
33083308
<td><div><a href="../hyperswitch-monitoring/values.yaml#L305">hyperswitch-monitoring.opentelemetry-collector.image.repository</a></div></td>
3309-
<td><div><code>"docker.io/otel/opentelemetry-collector-contrib"</code></div></td>
3309+
<td><div><code>"otel/opentelemetry-collector-contrib"</code></div></td>
33103310
<td></td>
33113311
</tr><tr>
33123312
<td><div><a href="../hyperswitch-monitoring/values.yaml#L306">hyperswitch-monitoring.opentelemetry-collector.image.tag</a></div></td>

charts/incubator/hyperswitch-stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ hyperswitch-monitoring:
211211

212212
# @ignored
213213
hyperswitch-ucs:
214-
enabled: true
214+
enabled: false
215215
fullnameOverride: "hyperswitch-ucs"
216216
image:
217217
imageRegistry: ghcr.io

0 commit comments

Comments
 (0)