Skip to content

Commit

Permalink
📌 Pin specific versions, where there are residual "latest" docker ima…
Browse files Browse the repository at this point in the history
…ges being used - transition to bitnami/kubectl:1.20
  • Loading branch information
ndebuhr committed Sep 11, 2021
1 parent a38bfcc commit ddeee9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/templates/certbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
mountPath: /etc/ssl
containers:
- name: ssl-secret-creation
image: bitnami/kubectl:latest
image: bitnami/kubectl:1.20
command: ["/bin/sh", "-c"]
args:
- |
Expand Down Expand Up @@ -136,7 +136,7 @@ spec:
mountPath: /etc/ssl
containers:
- name: ssl-secret-creation
image: bitnami/kubectl:latest
image: bitnami/kubectl:1.20
command: ["/bin/sh", "-c"]
args:
- |
Expand Down Expand Up @@ -190,7 +190,7 @@ spec:
mountPath: /etc/ssl
containers:
- name: ssl-secret-creation
image: bitnami/kubectl:latest
image: bitnami/kubectl:1.20
command: ["/bin/sh", "-c"]
args:
- |
Expand Down

0 comments on commit ddeee9b

Please sign in to comment.