Skip to content

Commit

Permalink
go mod tidy; replace bound-service-account-token test image with corr…
Browse files Browse the repository at this point in the history
…ect merged ghcr test image

Signed-off-by: Max Cao <[email protected]>
  • Loading branch information
maxcao13 committed Jan 2, 2025
1 parent 261a7fe commit 42ea3fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 42ea3fb

Please sign in to comment.