We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a285c commit b1a480cCopy full SHA for b1a480c
1 file changed
modules/artifactories/default/0.1/ecr-token-refresher.tf
@@ -46,7 +46,7 @@ resource "kubernetes_cron_job_v1" "ecr-token-refresher-cron" {
46
}
47
container {
48
name = "kubectl"
49
- image = "xynova/aws-kubectl"
+ image = "facetscloud/aws-kubectl:1.31.0"
50
image_pull_policy = "Always"
51
command = ["/bin/sh", "-c", file("${path.module}/ecr-token-refresher-command")]
52
env {
0 commit comments