We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf50b8 commit 8493115Copy full SHA for 8493115
catalogd/test/e2e/unpack_test.go
@@ -19,11 +19,6 @@ import (
19
const (
20
catalogRefEnvVar = "TEST_CATALOG_IMAGE"
21
catalogName = "test-catalog"
22
- pkg = "prometheus"
23
- version = "0.47.0"
24
- channel = "beta"
25
- bundle = "prometheus-operator.0.47.0"
26
- bundleImage = "localhost/testdata/bundles/registry-v1/prometheus-operator:v0.47.0"
27
)
28
29
// catalogImageRef returns the image reference for the test catalog image, defaulting to the value of the environment
0 commit comments