From 0459a27cc345b26a0a714fdb5a99d0ea08ff4e5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 21:59:14 +0000 Subject: [PATCH] Update registry.k8s.io/git-sync/git-sync Docker tag to v4.3.0 --- helm/sloth/tests/testdata/output/deployment_custom.yaml | 2 +- helm/sloth/tests/testdata/output/deployment_default.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/sloth/tests/testdata/output/deployment_custom.yaml b/helm/sloth/tests/testdata/output/deployment_custom.yaml index 2a0437b..5d84bb4 100644 --- a/helm/sloth/tests/testdata/output/deployment_custom.yaml +++ b/helm/sloth/tests/testdata/output/deployment_custom.yaml @@ -68,7 +68,7 @@ spec: cpu: 5m memory: 75Mi - name: git-sync-plugins - image: registry.k8s.io/git-sync/git-sync:v4.2.4 + image: registry.k8s.io/git-sync/git-sync:v4.3.0 args: - --repo=https://github.com/slok/sloth-test-common-sli-plugins - --branch=main diff --git a/helm/sloth/tests/testdata/output/deployment_default.yaml b/helm/sloth/tests/testdata/output/deployment_default.yaml index 933bdef..2145d8a 100644 --- a/helm/sloth/tests/testdata/output/deployment_default.yaml +++ b/helm/sloth/tests/testdata/output/deployment_default.yaml @@ -52,7 +52,7 @@ spec: cpu: 5m memory: 75Mi - name: git-sync-plugins - image: registry.k8s.io/git-sync/git-sync:v4.2.4 + image: registry.k8s.io/git-sync/git-sync:v4.3.0 args: - --repo=https://github.com/slok/sloth-common-sli-plugins - --branch=main