Skip to content

Commit

Permalink
Merge pull request #180 from The-smooth-operator/pin_container_versions
Browse files Browse the repository at this point in the history
Ensure we are not using :latest tag in important components. Closes #142
  • Loading branch information
the-smooth-operator committed Mar 20, 2019
2 parents 8a0837a + b370ba6 commit 2d3a64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-conf/prod/us-west-2/kube2iam/kube2iam.yaml
Expand Up @@ -45,7 +45,7 @@ spec:
serviceAccountName: kube2iam
hostNetwork: true
containers:
- image: jtblin/kube2iam:latest
- image: jtblin/kube2iam:0.10.4
imagePullPolicy: Always
name: kube2iam
args:
Expand Down

0 comments on commit 2d3a64b

Please sign in to comment.