diff --git a/examples/support/observability/assets/podtatohead-deployment-evaluation/manifest.yaml b/examples/support/observability/assets/podtatohead-deployment-evaluation/manifest.yaml index d4a51c4ae71..ab5f08ebc8c 100644 --- a/examples/support/observability/assets/podtatohead-deployment-evaluation/manifest.yaml +++ b/examples/support/observability/assets/podtatohead-deployment-evaluation/manifest.yaml @@ -29,7 +29,7 @@ spec: terminationGracePeriodSeconds: 5 initContainers: - name: init-myservice - image: busybox:1.36.0 + image: busybox:1.36.1 command: ['sh', '-c', 'sleep 30'] containers: - name: server diff --git a/test/integration/podtato-head-application-auto-app-discovery/00-install.yaml b/test/integration/podtato-head-application-auto-app-discovery/00-install.yaml index 255636461f2..0d9c78e535c 100644 --- a/test/integration/podtato-head-application-auto-app-discovery/00-install.yaml +++ b/test/integration/podtato-head-application-auto-app-discovery/00-install.yaml @@ -20,7 +20,7 @@ spec: terminationGracePeriodSeconds: 5 initContainers: - name: init-myservice - image: busybox:1.36.0 + image: busybox:1.36.1 command: ['sh', '-c', 'sleep 30'] containers: - name: server diff --git a/test/integration/podtato-head-application/00-install.yaml b/test/integration/podtato-head-application/00-install.yaml index 3282ad348dd..b8a6f95c688 100644 --- a/test/integration/podtato-head-application/00-install.yaml +++ b/test/integration/podtato-head-application/00-install.yaml @@ -52,7 +52,7 @@ spec: terminationGracePeriodSeconds: 5 initContainers: - name: init-myservice - image: busybox:1.36.0 + image: busybox:1.36.1 command: ['sh', '-c', 'sleep 30'] containers: - name: server diff --git a/test/integration/restartable-app/00-install.yaml b/test/integration/restartable-app/00-install.yaml index 40ba6a75d3a..5c2ea28dedc 100644 --- a/test/integration/restartable-app/00-install.yaml +++ b/test/integration/restartable-app/00-install.yaml @@ -45,7 +45,7 @@ spec: terminationGracePeriodSeconds: 5 initContainers: - name: init-myservice - image: busybox:1.36.0 + image: busybox:1.36.1 command: ['sh', '-c', 'sleep 30'] containers: - name: server diff --git a/test/integration/simple-deployment-annotated/00-install.yaml b/test/integration/simple-deployment-annotated/00-install.yaml index 2eb550a682f..76231e3a645 100644 --- a/test/integration/simple-deployment-annotated/00-install.yaml +++ b/test/integration/simple-deployment-annotated/00-install.yaml @@ -37,5 +37,5 @@ spec: command: ['sh', '-c', 'echo The app is running! && sleep infinity'] initContainers: - name: init-myservice - image: busybox:1.36.0 + image: busybox:1.36.1 command: ['sh', '-c', 'sleep 30'] diff --git a/test/integration/simple-deployment-evaluation/00-install.yaml b/test/integration/simple-deployment-evaluation/00-install.yaml index f0a22ddc8df..bc4f50f1900 100644 --- a/test/integration/simple-deployment-evaluation/00-install.yaml +++ b/test/integration/simple-deployment-evaluation/00-install.yaml @@ -55,5 +55,5 @@ spec: command: ['sh', '-c', 'echo The app is running! && sleep infinity'] initContainers: - name: init-myservice - image: busybox:1.36.0 + image: busybox:1.36.1 command: ['sh', '-c', 'sleep 10'] diff --git a/test/integration/simple-deployment/00-install.yaml b/test/integration/simple-deployment/00-install.yaml index 1374332978b..c96eff8c869 100644 --- a/test/integration/simple-deployment/00-install.yaml +++ b/test/integration/simple-deployment/00-install.yaml @@ -36,5 +36,5 @@ spec: command: ['sh', '-c', 'echo The app is running! && sleep infinity'] initContainers: - name: init-myservice - image: busybox:1.36.0 + image: busybox:1.36.1 command: ['sh', '-c', 'sleep 30'] diff --git a/test/integration/simple-statefulset-annotated/00-install.yaml b/test/integration/simple-statefulset-annotated/00-install.yaml index dd52f386fd8..66e8cc0b1ff 100644 --- a/test/integration/simple-statefulset-annotated/00-install.yaml +++ b/test/integration/simple-statefulset-annotated/00-install.yaml @@ -40,5 +40,5 @@ spec: command: ['sh', '-c', 'echo The app is running! && sleep infinity'] initContainers: - name: init-myservice - image: busybox:1.36.0 + image: busybox:1.36.1 command: ['sh', '-c', 'sleep 30'] diff --git a/test/integration/simple-statefulset-annotated/02-install.yaml b/test/integration/simple-statefulset-annotated/02-install.yaml index 560512bf7d1..566928e8357 100644 --- a/test/integration/simple-statefulset-annotated/02-install.yaml +++ b/test/integration/simple-statefulset-annotated/02-install.yaml @@ -27,5 +27,5 @@ spec: command: ['sh', '-c', 'echo The app is running! && sleep infinity'] initContainers: - name: init-myservice - image: busybox:1.36.0 + image: busybox:1.36.1 command: ['sh', '-c', 'sleep 30']