From 8719a606970c87644a1627d128b712f0042e9d46 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Fri, 10 Apr 2026 12:49:31 +0300 Subject: [PATCH] fix container name --- clusters/yc-k8s-test/infrastructure/patches/s3-proxy.yaml | 2 +- infrastructure/s3-proxy/base/helmrelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/yc-k8s-test/infrastructure/patches/s3-proxy.yaml b/clusters/yc-k8s-test/infrastructure/patches/s3-proxy.yaml index e3ce3cc..d6b4989 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/s3-proxy.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/s3-proxy.yaml @@ -9,7 +9,7 @@ spec: values: universal-chart: services: - s3Proxy: + s3proxy: envs: - name: AWS_API_ENDPOINT value: diff --git a/infrastructure/s3-proxy/base/helmrelease.yaml b/infrastructure/s3-proxy/base/helmrelease.yaml index 8a407dd..9b33869 100644 --- a/infrastructure/s3-proxy/base/helmrelease.yaml +++ b/infrastructure/s3-proxy/base/helmrelease.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: s3-proxy-contour - version: "0.0.1" + version: "0.0.2" sourceRef: kind: HelmRepository name: yc-oci-charts