Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
Release version 1.2
Browse files Browse the repository at this point in the history
* Full-chain certificate file in the secret
* Source annotations for ACME CA on secrets
* Various minor improvements
  • Loading branch information
tazjin committed Sep 20, 2016
1 parent 3dfcf1a commit 15f1db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions letsencrypt-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ spec:
iam.amazonaws.com/role: "letsencrypt-controller"
spec:
containers:
- image: tazjin/letsencrypt-controller:1.2-SNAPSHOT
imagePullPolicy: Always
- image: tazjin/letsencrypt-controller:1.2
name: letsencrypt-controller
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<artifactId>letsencrypt-controller</artifactId>
<groupId>in.tazj.k8s</groupId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 15f1db5

Please sign in to comment.