Skip to content

Commit

Permalink
Fixed azure agent image ref (kedacore#4641)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldarrin authored Jun 2, 2023
1 parent b5de66f commit 4ccbfc7
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
preStop:
exec:
command: ["/bin/sleep","60"]
image: eldarrin/azure:main
image: ghcr.io/kedacore/tests-azure-pipelines-advagent:latest
env:
- name: AZP_URL
value: {{.URL}}
Expand Down Expand Up @@ -128,7 +128,7 @@ spec:
spec:
containers:
- name: {{.ScaledJobName}}
image: eldarrin/azure:main
image: ghcr.io/kedacore/tests-azure-pipelines-advagent:latest
env:
- name: AZP_URL
value: {{.URL}}
Expand Down Expand Up @@ -168,7 +168,7 @@ spec:
spec:
containers:
- name: {{.ScaledJobName}}
image: eldarrin/azure:main
image: ghcr.io/kedacore/tests-azure-pipelines-advagent:latest
env:
- name: AZP_URL
value: {{.URL}}
Expand Down Expand Up @@ -210,7 +210,7 @@ spec:
spec:
containers:
- name: {{.ScaledJobName}}
image: eldarrin/azure:main
image: ghcr.io/kedacore/tests-azure-pipelines-advagent:latest
env:
- name: AZP_URL
value: {{.URL}}
Expand Down Expand Up @@ -250,7 +250,7 @@ spec:
spec:
containers:
- name: {{.ScaledJobName}}
image: eldarrin/azure:main
image: ghcr.io/kedacore/tests-azure-pipelines-advagent:latest
env:
- name: AZP_URL
value: {{.URL}}
Expand Down

0 comments on commit 4ccbfc7

Please sign in to comment.