diff --git a/helm/vitess/templates/NOTES.txt b/helm/vitess/templates/NOTES.txt index c2b52cf7538..3b3e7e5168b 100644 --- a/helm/vitess/templates/NOTES.txt +++ b/helm/vitess/templates/NOTES.txt @@ -10,5 +10,5 @@ Then use the following URLs: vtctld: {{$proxyURL}}/services/vtctld:web/proxy/app/ vtgate: {{$proxyURL}}/services/vtgate-{{$cell}}:web/proxy/ -{{ if $.Values.orchestrator.enabled }}orchestrator: {{$proxyURL}}/services/orchestrator:web/{{ end }} -{{ if $.Values.pmm.enabled }} pmm: {{$proxyURL}}/services/pmm:web/{{ end }} +{{ if $.Values.orchestrator.enabled }}orchestrator: {{$proxyURL}}/services/orchestrator:web/proxy/{{ end }} +{{ if $.Values.pmm.enabled }} pmm: {{$proxyURL}}/services/pmm:web/proxy/{{ end }} diff --git a/helm/vitess/templates/_orchestrator.tpl b/helm/vitess/templates/_orchestrator.tpl index 16267a60a80..6c8a94de0d4 100644 --- a/helm/vitess/templates/_orchestrator.tpl +++ b/helm/vitess/templates/_orchestrator.tpl @@ -51,7 +51,7 @@ spec: ################################### # Orchestrator StatefulSet ################################### -apiVersion: apps/v1beta1 +apiVersion: apps/v1 kind: StatefulSet metadata: name: orchestrator diff --git a/helm/vitess/templates/_pmm.tpl b/helm/vitess/templates/_pmm.tpl index 1f7f9ee4378..5ba0d48ce4e 100644 --- a/helm/vitess/templates/_pmm.tpl +++ b/helm/vitess/templates/_pmm.tpl @@ -29,7 +29,7 @@ spec: ################################### # pmm StatefulSet ################################### -apiVersion: apps/v1beta1 +apiVersion: apps/v1 kind: StatefulSet metadata: name: pmm