Updated prometheus adapter deployment to use a multi arch image repo

This commit is contained in:
Tom Quinn
2020-06-22 13:57:41 +01:00
parent 6f488250fd
commit e82acdb253
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
},
imageRepos+:: {
prometheusAdapter: 'quay.io/coreos/k8s-prometheus-adapter-amd64',
prometheusAdapter: 'directxman12/k8s-prometheus-adapter',
},
prometheusAdapter+:: {