Skip to content

Commit 777c3f9

Browse files
authored
Fix self hosted cloud image pull error for plugin db updater Job (#2026)
Summary: Fix self hosted cloud image pull error for plugin db updater Job During the 0.1.8 cloud prerelease testing, I noticed that the plugin db updater Job hits an image pull error. This was something that was also reported in the Community slack for the latest release (0.1.7). Relevant Issues: N/A Type of change: /kind bugfix Test Plan: The Job is successfully created without any additional manifest edits Changelog Message: Fixed an issue where the self-hosted cloud install hit an image pull error for the plugin db updater Job Signed-off-by: Dom Del Nano <[email protected]>
1 parent 1f96cff commit 777c3f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8s/cloud/public/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ images:
4646
- name: cloud-vzmgr_server_image
4747
newName: gcr.io/pixie-oss/pixie-prod/cloud-vzmgr_server_image
4848
newTag: latest
49-
- name: cloud-plugin/load_db
50-
newName: gcr.io/pixie-oss/pixie-prod/cloud-plugin/load_db
49+
- name: cloud-plugin-load_db
50+
newName: gcr.io/pixie-oss/pixie-prod/cloud-plugin-load_db
5151
newTag: latest

0 commit comments

Comments
 (0)