Skip to content

Commit 570684a

Browse files
authored
Merge pull request #36 from openinsight-proj/fix_error_image_repo
fix error images repo
2 parents 8d024ec + 37b83cc commit 570684a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/opentelemetry-demo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: opentelemetry-demo
33
type: application
4-
version: 0.2.0
4+
version: 0.2.1
55
description: A helm chart for openTelemetry community demo application integration with other component.
66
sources:
77
- https://github.com/openinsight-proj/opentelemetry-demo-helm-chart

charts/opentelemetry-demo/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ opentelemetry-demo:
5555

5656
adService:
5757
enabled: true
58-
image: ghcr.m.daocloud.io/openinsight-proj/opentelemetry-demo-helm-chart/adservice:v0.2.0
58+
image: ghcr.m.daocloud.io/openinsight-proj/adservice:v0.2.0
5959
servicePort: 9555
6060
ports:
6161
- name: http

0 commit comments

Comments
 (0)