Skip to content

Commit e45705f

Browse files
another fix for cert manager certs
1 parent 3e68c78 commit e45705f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: runtime
33
description: Sets up the basic dependencies needed to get a network stack running
44
type: application
5-
version: 0.1.13
5+
version: 0.1.14
66
appVersion: "0.1.0"
77
dependencies:
88
- name: external-dns

charts/runtime/charts/plural-certmanager-webhook/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ groupName: acme.plural.sh
1010

1111
certManager:
1212
namespace: cert-manager
13-
serviceAccountName: certmanager
13+
serviceAccountName: cert-manager
1414

1515
image:
1616
repository: dkr.plural.sh/bootstrap/plural-certmanager-webhook

templates/setup/console.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ resource "helm_release" "runtime" {
4747
namespace = "plural-runtime"
4848
chart = "runtime"
4949
repository = "https://pluralsh.github.io/bootstrap"
50-
version = "0.1.13"
50+
version = "0.1.14"
5151
create_namespace = true
5252
timeout = 300
5353
wait = false

0 commit comments

Comments
 (0)