Skip to content

Commit 36b45e4

Browse files
authored
Merge pull request #472 from Revolyssup/changeHelm
Change Helm URL for addons
2 parents ee531d6 + 3e50860 commit 36b45e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/config/operations.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func getOperations(dev adapter.Operations) adapter.Operations {
4949
AdditionalProperties: map[string]string{
5050
ServiceName: "jaeger",
5151
ServicePatchFile: "file://templates/oam/patches/service-loadbalancer.json",
52-
HelmChartURL: "https://helm.linkerd.io/stable/linkerd-jaeger-2.10.2.tgz",
52+
HelmChartURL: "https://helm.linkerd.io/stable/linkerd-jaeger-30.4.5.tgz",
5353
},
5454
}
5555
dev[VizAddon] = &adapter.Operation{
@@ -58,7 +58,7 @@ func getOperations(dev adapter.Operations) adapter.Operations {
5858
AdditionalProperties: map[string]string{
5959
ServiceName: "web",
6060
ServicePatchFile: "file://templates/oam/patches/service-loadbalancer.json",
61-
HelmChartURL: "https://helm.linkerd.io/stable/linkerd-viz-2.10.2.tgz",
61+
HelmChartURL: "https://helm.linkerd.io/stable/linkerd-viz-30.3.5.tgz",
6262
},
6363
}
6464
dev[MultiClusterAddon] = &adapter.Operation{

0 commit comments

Comments
 (0)