You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump rukpak
* debugging tests
Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
* Use tar for manifests
Signed-off-by: Todd Short <tshort@redhat.com>
* fix e2e
Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
* Remove unpack
Signed-off-by: Todd Short <tshort@redhat.com>
* rebase with main
Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
* Fix webhooks package name and remove unstructured
Make the webhooks package name consistent with oterhs
Revert the use of unstructured
Signed-off-by: Todd Short <tshort@redhat.com>
* ext-dev-e2e passes
Signed-off-by: Todd Short <tshort@redhat.com>
* bump to latest rukpak
Signed-off-by: Todd Short <tshort@redhat.com>
* review fixups
Signed-off-by: Todd Short <tshort@redhat.com>
* Additional fixes from reviews
Signed-off-by: Todd Short <tshort@redhat.com>
* Remove DNS_NAME
Signed-off-by: Todd Short <tshort@redhat.com>
* Put back InsecureSkipTLSVerify: true for now
Signed-off-by: Todd Short <tshort@redhat.com>
* Add annotation to set insecureSkipTLSVerify
Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
* Rename back to package-with-webhooks
Signed-off-by: Todd Short <tshort@redhat.com>
* Used labeled rukpak
Signed-off-by: Todd Short <tshort@redhat.com>
* Fix error message for unknown unpack state
Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
---------
Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
Signed-off-by: Todd Short <tshort@redhat.com>
Co-authored-by: Todd Short <tshort@redhat.com>
test-e2e: run image-registry build-push-e2e-catalog kind-load-test-artifacts e2e e2e-coverage kind-clean #HELP Run e2e test suite on local kind cluster
155
+
test-e2e: run image-registry build-push-e2e-catalog registry-load-bundles e2e e2e-coverage kind-clean #HELP Run e2e test suite on local kind cluster
154
156
155
157
.PHONY: extension-developer-e2e
156
158
extension-developer-e2e: KIND_CLUSTER_NAME := operator-controller-ext-dev-e2e #EXHELP Run extension-developer e2e on local kind cluster
$(CONTAINER_RUNTIME) tag localhost/testdata/bundles/registry-v1/prometheus-operator:v1.0.0 localhost/testdata/bundles/registry-v1/prometheus-operator:v1.0.1
193
-
$(CONTAINER_RUNTIME) tag localhost/testdata/bundles/registry-v1/prometheus-operator:v1.0.0 localhost/testdata/bundles/registry-v1/prometheus-operator:v1.2.0
194
-
$(CONTAINER_RUNTIME) tag localhost/testdata/bundles/registry-v1/prometheus-operator:v1.0.0 localhost/testdata/bundles/registry-v1/prometheus-operator:v2.0.0
flag.StringVar(&metricsAddr, "metrics-bind-address", ":8080", "The address the metric endpoint binds to.")
@@ -89,7 +90,6 @@ func main() {
89
90
flag.StringVar(&cachePath, "cache-path", "/var/cache", "The local directory path used for filesystem based caching")
90
91
flag.BoolVar(&operatorControllerVersion, "version", false, "Prints operator-controller version information")
91
92
flag.StringVar(&systemNamespace, "system-namespace", "", "Configures the namespace that gets used to deploy system resources.")
92
-
flag.StringVar(&unpackImage, "unpack-image", defaultUnpackImage, "Configures the container image that gets used to unpack Bundle contents.")
93
93
flag.StringVar(&provisionerStorageDirectory, "provisioner-storage-dir", storage.DefaultBundleCacheDir, "The directory that is used to store bundle contents.")
0 commit comments