diff --git a/docker/k8s/orchestrator/Dockerfile b/docker/k8s/orchestrator/Dockerfile index 0c4201cbb7a..f4bb465ddac 100644 --- a/docker/k8s/orchestrator/Dockerfile +++ b/docker/k8s/orchestrator/Dockerfile @@ -11,9 +11,9 @@ COPY --from=k8s /vt/bin/vtctlclient /usr/bin/ RUN apt-get update && \ apt-get upgrade -qq && \ apt-get install wget -qq --no-install-recommends && \ - wget https://github.com/github/orchestrator/releases/download/v3.0.12/orchestrator_3.0.12_amd64.deb && \ - dpkg -i orchestrator_3.0.12_amd64.deb && \ - rm orchestrator_3.0.12_amd64.deb && \ + wget https://github.com/github/orchestrator/releases/download/v3.0.13/orchestrator_3.0.13_amd64.deb && \ + dpkg -i orchestrator_3.0.13_amd64.deb && \ + rm orchestrator_3.0.13_amd64.deb && \ apt-get purge wget -qq && \ apt-get autoremove -qq && \ apt-get clean && \ diff --git a/helm/vitess/values.yaml b/helm/vitess/values.yaml index 454350e20d3..2dbbc6ecedb 100644 --- a/helm/vitess/values.yaml +++ b/helm/vitess/values.yaml @@ -227,7 +227,7 @@ pmm: # Default values for orchestrator resources orchestrator: enabled: false - image: "vitess/orchestrator:3.0.12" + image: "vitess/orchestrator:3.0.13" replicas: 3 resources: requests: