Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vizier operator pod still uses default image #1

Open
maxlemieux opened this issue Nov 3, 2022 · 0 comments
Open

Vizier operator pod still uses default image #1

maxlemieux opened this issue Nov 3, 2022 · 0 comments

Comments

@maxlemieux
Copy link
Owner

maxlemieux commented Nov 3, 2022

Vizier operator pod still uses default image after running the script and applying the chart setting, so there is a step missing somewhere. All other pods are using the custom registry specified in REGISTRY_URL. This may be an issue with the chart setting, or more likely a bug in the script.

kubectl get pod -n px-operator vizier-operator-bcbd7bc67-gvfr6 -o yaml | grep 'image: gcr.io' | uniq
    image: gcr.io/pixie-oss/pixie-prod/operator/operator_image:0.0.32

helm get values -n newrelic newrelic-bundle | grep registry
  registry: XYZ.dkr.ecr.us-east-1.amazonaws.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant