Skip to content

Commit

Permalink
Fix self hosted cloud image pull error for plugin db updater Job (#2026)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ddelnano authored Sep 18, 2024
1 parent 1f96cff commit 777c3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/cloud/public/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ images:
- name: cloud-vzmgr_server_image
newName: gcr.io/pixie-oss/pixie-prod/cloud-vzmgr_server_image
newTag: latest
- name: cloud-plugin/load_db
newName: gcr.io/pixie-oss/pixie-prod/cloud-plugin/load_db
- name: cloud-plugin-load_db
newName: gcr.io/pixie-oss/pixie-prod/cloud-plugin-load_db
newTag: latest

0 comments on commit 777c3f9

Please sign in to comment.