Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Elliott <[email protected]>
  • Loading branch information
joe-elliott committed Aug 9, 2024
1 parent e1b20f2 commit 2eaed33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/cert-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
serviceAccountName: cert-exporter
containers:
- image: joeelliott/cert-exporter:v2.12.0
- image: joeelliott/cert-exporter:v2.13.0
name: cert-exporter
command: ["./app"]
args:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/custom-secrets/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
serviceAccountName: cert-exporter
containers:
- image: joeelliott/cert-exporter:v2.12.0
- image: joeelliott/cert-exporter:v2.13.0
name: cert-exporter
command: ["./app"]
args:
Expand Down
2 changes: 1 addition & 1 deletion docs/kops-masters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- key: node-role.kubernetes.io/master
effect: NoSchedule
containers:
- image: joeelliott/cert-exporter:v2.12.0
- image: joeelliott/cert-exporter:v2.13.0
name: cert-exporter-masters
command: ["./app"]
args:
Expand Down

0 comments on commit 2eaed33

Please sign in to comment.