Skip to content

Commit e399569

Browse files
authored
Merge pull request #47 from consideRatio/pr/bump-pebble
Bump pebble (2.6.0 to 2.8.0), coredns, and openssl
2 parents ba1b890 + f08337d commit e399569

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DEVELOPMENT_HISTORY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ To facilitate testing against an ACME server, we need partial control over DNS r
3838
1. **ACME client independent configuration**
3939

4040
Many ways to configuring Pebble and a DNS requires information about the ACME client's Kubernetes Service's ClusterIP. This information in turn can require _hardcoding_ of a ClusterIP or _first installing the ACME client_.
41-
4241
- Hardcoding the ACME clients ClusterIP isn't great because it requires you to be able to do it, as well as knowledge about the Kubernetes clusters allowed network ranges for Services.
4342
- First installing the ACME client isn't great because it will then startup without the ACME server ready, which may put it in a failure state which needs to be cleared.
4443

pebble/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.0.1-set.by.chartpress
44
## appVersion should be updated along with pebble releases
55
## ref: https://github.com/letsencrypt/pebble/releases
66
##
7-
appVersion: "2.6.0"
7+
appVersion: "2.8.0"
88
description: |
99
This Helm chart bootstraps Pebble: an ACME server (like Let's Encrypt) meant
1010
for testing. Pebble is also coupled to rely on pebble-challtestsrv as a DNS

pebble/values.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ pebble:
77
repository: ghcr.io/letsencrypt/pebble
88
tag: "" # default is the chart's appVersion, this is an override
99

10-
# Image for creating certificates
10+
## Image for creating certificates
11+
## ref: https://hub.docker.com/r/alpine/openssl/tags
1112
openssl:
1213
repository: docker.io/alpine/openssl
13-
tag: "3.3.2"
14+
tag: "3.5.1"
1415

1516
## config ref: https://github.com/letsencrypt/pebble/blob/52b92744eaad895ac25b19dae429c0bdd134b764/cmd/pebble/main.go#L17
1617
config:
@@ -57,7 +58,7 @@ coredns:
5758
## image ref: https://hub.docker.com/r/coredns/coredns/tags
5859
image:
5960
repository: coredns/coredns
60-
tag: "1.11.3"
61+
tag: "1.12.2"
6162

6263
## corefileSegment allow you to inject logic into CoreDNS's configuration
6364
## file, called a Corefile. The example below will resolve all lookups of

0 commit comments

Comments
 (0)