cilium / hubble-otel

Hubble adaptor for OpenTelemetry
Other
69 stars 23 forks source link

Fix tests by updating certificates #97

Closed AwesomePatrol closed 1 year ago

AwesomePatrol commented 1 year ago

Tests didn't pass because generated certificates expired. Update them for now, later I will generate certs on the fly instead of using static files.

kaworu commented 1 year ago

@lambdanis any idea about

error: failed to solve: rpc error: code = Unknown desc = failed to push ghcr.io/cilium/hubble-otel/hubble-otel:a904068-dev: unexpected status: 403 Forbidden
lambdanis commented 1 year ago

@lambdanis any idea about error: failed to solve: rpc error: code = Unknown desc = failed to push ghcr.io/cilium/hubble-otel/hubble-otel:a904068-dev: unexpected status: 403 Forbidden

Yes, it is a known issue actually that pushing images in PRs fails: https://github.com/cilium/hubble-otel/issues/87 Can be ignored here I think.