From 9fd83b4a461234a9c4e486542e6849300da695eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 01:38:55 +0000 Subject: [PATCH] feat(container): update image registry.k8s.io/pause to v3.10 --- .../storage/longhorn/prereq/longhorn-iscsi-installation.yaml | 2 +- .../storage/longhorn/prereq/longhorn-iscsi-installation.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/test-cluster/apps/storage/longhorn/prereq/longhorn-iscsi-installation.yaml b/kubernetes/test-cluster/apps/storage/longhorn/prereq/longhorn-iscsi-installation.yaml index 732710d84..bd09ac1d2 100644 --- a/kubernetes/test-cluster/apps/storage/longhorn/prereq/longhorn-iscsi-installation.yaml +++ b/kubernetes/test-cluster/apps/storage/longhorn/prereq/longhorn-iscsi-installation.yaml @@ -35,6 +35,6 @@ spec: privileged: true containers: - name: sleep - image: registry.k8s.io/pause:3.9 + image: registry.k8s.io/pause:3.10 updateStrategy: type: RollingUpdate diff --git a/kubernetes/tpi/apps/storage/longhorn/prereq/longhorn-iscsi-installation.yaml b/kubernetes/tpi/apps/storage/longhorn/prereq/longhorn-iscsi-installation.yaml index 732710d84..bd09ac1d2 100644 --- a/kubernetes/tpi/apps/storage/longhorn/prereq/longhorn-iscsi-installation.yaml +++ b/kubernetes/tpi/apps/storage/longhorn/prereq/longhorn-iscsi-installation.yaml @@ -35,6 +35,6 @@ spec: privileged: true containers: - name: sleep - image: registry.k8s.io/pause:3.9 + image: registry.k8s.io/pause:3.10 updateStrategy: type: RollingUpdate