@@ -400,7 +400,7 @@ func TestPodExtractContent(t *testing.T) {
400400 ObjectMeta : metav1.ObjectMeta {
401401 GenerateName : "test-" ,
402402 Namespace : "testns" ,
403- Labels : map [string ]string {"olm.pod-spec-hash" : "b0yrMl85J8bFjFWNl1O2XxsX698iPAjbpNhRIT " , "olm.managed" : "true" },
403+ Labels : map [string ]string {"olm.pod-spec-hash" : "b4ns9MTvaRBYOarmuFe6PLYK0r2kxj5Vo06WTU " , "olm.managed" : "true" },
404404 Annotations : map [string ]string {"cluster-autoscaler.kubernetes.io/safe-to-evict" : "true" },
405405 },
406406 Spec : corev1.PodSpec {
@@ -444,7 +444,7 @@ func TestPodExtractContent(t *testing.T) {
444444 Name : "name" ,
445445 Image : "opmImage" ,
446446 Command : []string {"/bin/opm" },
447- Args : []string {"serve" , "/extracted-catalog/catalog" , "--cache-dir=/extracted-catalog/cache" },
447+ Args : []string {"serve" , "/extracted-catalog/catalog" },
448448 Ports : []corev1.ContainerPort {{Name : "grpc" , ContainerPort : 50051 }},
449449 ReadinessProbe : & corev1.Probe {
450450 ProbeHandler : corev1.ProbeHandler {
@@ -719,7 +719,7 @@ func TestPodExtractContent(t *testing.T) {
719719 ObjectMeta : metav1.ObjectMeta {
720720 GenerateName : "test-" ,
721721 Namespace : "testns" ,
722- Labels : map [string ]string {"olm.pod-spec-hash" : "3qxzUcTKDfq8QwZPoXteAv35FSwRho7vyYkv4d " , "olm.managed" : "true" },
722+ Labels : map [string ]string {"olm.pod-spec-hash" : "cO4moUo3vz6jZlcoBcxY4BB8o8a4E7m5GXCzI " , "olm.managed" : "true" },
723723 Annotations : map [string ]string {"cluster-autoscaler.kubernetes.io/safe-to-evict" : "true" },
724724 },
725725 Spec : corev1.PodSpec {
@@ -771,7 +771,7 @@ func TestPodExtractContent(t *testing.T) {
771771 Name : "name" ,
772772 Image : "opmImage" ,
773773 Command : []string {"/bin/opm" },
774- Args : []string {"serve" , "/extracted-catalog/catalog" , "--cache-dir=/extracted-catalog/cache" },
774+ Args : []string {"serve" , "/extracted-catalog/catalog" },
775775 Ports : []corev1.ContainerPort {{Name : "grpc" , ContainerPort : 50051 }},
776776 ReadinessProbe : & corev1.Probe {
777777 ProbeHandler : corev1.ProbeHandler {
0 commit comments