diff --git a/helm/sloth/tests/testdata/output/deployment_custom.yaml b/helm/sloth/tests/testdata/output/deployment_custom.yaml index 1eb2a72..2a0437b 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.3 + image: registry.k8s.io/git-sync/git-sync:v4.2.4 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 cad70ae..933bdef 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.3 + image: registry.k8s.io/git-sync/git-sync:v4.2.4 args: - --repo=https://github.com/slok/sloth-common-sli-plugins - --branch=main