diff --git a/examples/ksonnet/components/10-configmaps.jsonnet b/examples/ksonnet/components/10-configmaps.jsonnet index cdb10e750..ce265f1b2 100644 --- a/examples/ksonnet/components/10-configmaps.jsonnet +++ b/examples/ksonnet/components/10-configmaps.jsonnet @@ -55,7 +55,6 @@ local sonobuoyConfigData = { "LimitRanges", "PersistentVolumeClaims", "Pods", - "PodLogs", "PodDisruptionBudgets", "PodPresets", "PodTemplates", @@ -234,7 +233,7 @@ local e2eConfig = { containers: [ { name: "e2e", - image: "gcr.io/heptio-images/kube-conformance:latest", + image: "gcr.io/heptio-images/kube-conformance:v1.8.0", imagePullPolicy: "Always", # NOTE: Full conformance can take a while depending on your cluster size. # As a result, only a single test is set atm to verify correctness. diff --git a/examples/quickstart/aggregate.yaml b/examples/quickstart/aggregate.yaml index 11bc996e3..c400443d8 100644 --- a/examples/quickstart/aggregate.yaml +++ b/examples/quickstart/aggregate.yaml @@ -82,7 +82,6 @@ data: "LimitRanges", "PersistentVolumeClaims", "Pods", - "PodLogs", "PodDisruptionBudgets", "PodPresets", "PodTemplates", @@ -123,7 +122,7 @@ data: - env: - name: E2E_FOCUS value: Pods should be submitted and removed - image: gcr.io/heptio-images/kube-conformance:latest + image: gcr.io/heptio-images/kube-conformance:v1.8.0 imagePullPolicy: Always name: e2e volumeMounts: diff --git a/examples/quickstart/components/10-configmaps.yaml b/examples/quickstart/components/10-configmaps.yaml index 26bb0cb65..f4caa4361 100644 --- a/examples/quickstart/components/10-configmaps.yaml +++ b/examples/quickstart/components/10-configmaps.yaml @@ -39,7 +39,6 @@ data: "LimitRanges", "PersistentVolumeClaims", "Pods", - "PodLogs", "PodDisruptionBudgets", "PodPresets", "PodTemplates", @@ -80,7 +79,7 @@ data: - env: - name: E2E_FOCUS value: Pods should be submitted and removed - image: gcr.io/heptio-images/kube-conformance:latest + image: gcr.io/heptio-images/kube-conformance:v1.8.0 imagePullPolicy: Always name: e2e volumeMounts: