diff --git a/go.mod b/go.mod index 3d53b2099c6..5fc7977aee5 100644 --- a/go.mod +++ b/go.mod @@ -211,7 +211,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 // indirect github.com/aws/aws-sdk-go-v2/service/sso v1.24.8 // indirect github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7 // indirect - github.com/aws/smithy-go v1.22.1 + github.com/aws/smithy-go v1.22.1 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/blang/semver/v4 v4.0.0 // indirect github.com/cenkalti/backoff/v4 v4.3.0 // indirect diff --git a/tests/secret-providers/trigger_auth_bound_service_account_token/trigger_auth_bound_service_account_token_test.go b/tests/secret-providers/trigger_auth_bound_service_account_token/trigger_auth_bound_service_account_token_test.go index 04bdd738f25..94a4dba01bb 100644 --- a/tests/secret-providers/trigger_auth_bound_service_account_token/trigger_auth_bound_service_account_token_test.go +++ b/tests/secret-providers/trigger_auth_bound_service_account_token/trigger_auth_bound_service_account_token_test.go @@ -149,7 +149,6 @@ subjects: name: default namespace: {{.TestNamespace}} ` - // TODO(macao): replace the image when https://github.com/kedacore/test-tools/pull/186 merged metricsServerDeploymentTemplate = ` apiVersion: apps/v1 kind: Deployment @@ -171,7 +170,7 @@ spec: spec: containers: - name: k8s-protected-metrics-api - image: quay.io/macao/metrics-api:latest + image: ghcr.io/kedacore/tests-bound-service-account-token:latest imagePullPolicy: Always securityContext: allowPrivilegeEscalation: false