@@ -400,7 +400,7 @@ func TestPodExtractContent(t *testing.T) {
400
400
ObjectMeta : metav1.ObjectMeta {
401
401
GenerateName : "test-" ,
402
402
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" },
404
404
Annotations : map [string ]string {"cluster-autoscaler.kubernetes.io/safe-to-evict" : "true" },
405
405
},
406
406
Spec : corev1.PodSpec {
@@ -444,7 +444,7 @@ func TestPodExtractContent(t *testing.T) {
444
444
Name : "name" ,
445
445
Image : "opmImage" ,
446
446
Command : []string {"/bin/opm" },
447
- Args : []string {"serve" , "/extracted-catalog/catalog" , "--cache-dir=/extracted-catalog/cache" },
447
+ Args : []string {"serve" , "/extracted-catalog/catalog" },
448
448
Ports : []corev1.ContainerPort {{Name : "grpc" , ContainerPort : 50051 }},
449
449
ReadinessProbe : & corev1.Probe {
450
450
ProbeHandler : corev1.ProbeHandler {
@@ -719,7 +719,7 @@ func TestPodExtractContent(t *testing.T) {
719
719
ObjectMeta : metav1.ObjectMeta {
720
720
GenerateName : "test-" ,
721
721
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" },
723
723
Annotations : map [string ]string {"cluster-autoscaler.kubernetes.io/safe-to-evict" : "true" },
724
724
},
725
725
Spec : corev1.PodSpec {
@@ -771,7 +771,7 @@ func TestPodExtractContent(t *testing.T) {
771
771
Name : "name" ,
772
772
Image : "opmImage" ,
773
773
Command : []string {"/bin/opm" },
774
- Args : []string {"serve" , "/extracted-catalog/catalog" , "--cache-dir=/extracted-catalog/cache" },
774
+ Args : []string {"serve" , "/extracted-catalog/catalog" },
775
775
Ports : []corev1.ContainerPort {{Name : "grpc" , ContainerPort : 50051 }},
776
776
ReadinessProbe : & corev1.Probe {
777
777
ProbeHandler : corev1.ProbeHandler {
0 commit comments