From c1de47a0dc0ea0567cf210689a6f3d4dffb9aeb8 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 18 Jan 2025 22:39:57 -0600 Subject: [PATCH] downgrade awscli --- clusters/cl01tl/platform/gitea/values.yaml | 2 +- clusters/cl01tl/platform/vault/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index 1fa1e84b5..0d449ae21 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -138,7 +138,7 @@ backup: s3: image: repository: amazon/aws-cli - tag: 2.23.2 + tag: 2.22.0 pullPolicy: IfNotPresent command: - /bin/sh diff --git a/clusters/cl01tl/platform/vault/values.yaml b/clusters/cl01tl/platform/vault/values.yaml index c00f942f3..657de1e41 100644 --- a/clusters/cl01tl/platform/vault/values.yaml +++ b/clusters/cl01tl/platform/vault/values.yaml @@ -208,7 +208,7 @@ snapshot: backup: image: repository: amazon/aws-cli - tag: 2.23.2 + tag: 2.22.0 pullPolicy: IfNotPresent command: - /bin/sh