pixie-io / pixie

Instant Kubernetes-Native Application Observability
https://px.dev
Apache License 2.0
5.38k stars 416 forks source link

Update px-k8ssandra demo to use ghcr.io mirrored images #1929

Closed ddelnano closed 1 month ago

ddelnano commented 1 month ago

Summary: Update px-k8ssandra demo to use ghcr.io mirrored images

Relevant Issues: N/A

Type of change: /kind infra

Test Plan: Deployed the demo by building and serving the px-k8ssandra tar.gz locally

$ bazel build //demos:px-k8ssandra
$ cp bazel-bin/demos/px-k8ssandra.tar.gz demos/ && cd demos && python -m http.server
$ px demo deploy  --artifacts http://localhost:8000 px-k8ssandra

screen02

Changelog Message: Moved hosting of px-k8ssandra demo container images from gcr.io to ghcr.io