Skip to content

Commit

Permalink
chore: use new k8s registry (#4248)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
  • Loading branch information
JorTurFer authored Feb 17, 2023
1 parent 41e10f1 commit 66cf4aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/internals/custom_hpa_name/custom_hpa_name_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
spec:
containers:
- name: {{.DeploymentName}}
image: k8s.gcr.io/hpa-example
image: registry.k8s.io/hpa-example
ports:
- containerPort: 80
resources:
Expand Down
2 changes: 1 addition & 1 deletion tests/scalers/cpu/cpu_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
spec:
containers:
- name: {{.DeploymentName}}
image: k8s.gcr.io/hpa-example
image: registry.k8s.io/hpa-example
ports:
- containerPort: 80
resources:
Expand Down
2 changes: 1 addition & 1 deletion tests/scalers/graphite/graphite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
spec:
containers:
- name: php-apache-graphite
image: k8s.gcr.io/hpa-example
image: registry.k8s.io/hpa-example
ports:
- containerPort: 80
`
Expand Down
2 changes: 1 addition & 1 deletion tests/scalers/memory/memory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
spec:
containers:
- name: {{.DeploymentName}}
image: k8s.gcr.io/hpa-example
image: registry.k8s.io/hpa-example
ports:
- containerPort: 80
resources:
Expand Down

0 comments on commit 66cf4aa

Please sign in to comment.