Skip to content

Commit

Permalink
📌 Pin the certbot kubectl container to version 1.20 and bump the cert…
Browse files Browse the repository at this point in the history
…bot role binding api version
  • Loading branch information
ndebuhr committed Aug 23, 2021
1 parent fe95014 commit 6b6acc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/templates/certbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 @@ -233,7 +233,7 @@ metadata:
namespace: cloud-native-workstation
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: ssl
namespace: cloud-native-workstation
Expand Down

0 comments on commit 6b6acc8

Please sign in to comment.