diff --git a/README.md b/README.md index a3cf163df1c..252228f5668 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ We version separate components of Pixie separately, so what Github shows as the We maintain links to the latest releases for all components here: - [CLI v0.8.8](https://github.com/pixie-io/pixie/releases/tag/release/cli/v0.8.8) - [Cloud v0.1.8](https://github.com/pixie-io/pixie/releases/tag/release/cloud/v0.1.8) -- [Vizier v0.14.14](https://github.com/pixie-io/pixie/releases/tag/release/vizier/v0.14.14) +- [Vizier v0.14.15](https://github.com/pixie-io/pixie/releases/tag/release/vizier/v0.14.15) - [Operator v0.1.7](https://github.com/pixie-io/pixie/releases/tag/release/operator/v0.1.7) ## Changelog diff --git a/k8s/cloud/public/base/artifact_tracker_versions.yaml b/k8s/cloud/public/base/artifact_tracker_versions.yaml index e9343d9ded8..aefce0aa15e 100644 --- a/k8s/cloud/public/base/artifact_tracker_versions.yaml +++ b/k8s/cloud/public/base/artifact_tracker_versions.yaml @@ -11,7 +11,7 @@ spec: - name: artifact-tracker-server # yamllint disable rule:indentation env: - name: PL_VIZIER_VERSION - value: "0.14.14" + value: "0.14.15" - name: PL_CLI_VERSION value: "0.8.8" - name: PL_OPERATOR_VERSION