Skip to content

Commit 534b892

Browse files
authored
Update self-hosted cloud's cli, operator and vizier versions (#2075)
Summary: Update self-hosted cloud's cli, operator and vizier versions The latest vizier (v0.14.14) and cli (v0.8.5) include support for detect missing kernel headers (#2051). This detection is only enabled when the `px/agent_diagnostic_status` script is present. Since this script will become available in the next release, this change ensures that self hosted users can benefit from this additional diagnostic information as soon as possible. Relevant Issues: #2051 Type of change: /kind feature Test Plan: Verified the version numbers Signed-off-by: Dom Del Nano <[email protected]>
1 parent d12b805 commit 534b892

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

k8s/cloud/public/base/artifact_tracker_versions.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ spec:
1010
- name: artifact-tracker-server
1111
env:
1212
- name: PL_VIZIER_VERSION
13-
value: "0.14.9"
13+
value: "0.14.14"
1414
- name: PL_CLI_VERSION
15-
value: "0.7.17"
15+
value: "0.8.5"
1616
- name: PL_OPERATOR_VERSION
17-
value: "0.0.37"
17+
value: "0.1.7"

0 commit comments

Comments
 (0)