Skip to content

Commit

Permalink
another fix for cert manager certs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 6, 2024
1 parent 3e68c78 commit e45705f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: runtime
description: Sets up the basic dependencies needed to get a network stack running
type: application
version: 0.1.13
version: 0.1.14
appVersion: "0.1.0"
dependencies:
- name: external-dns
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ groupName: acme.plural.sh

certManager:
namespace: cert-manager
serviceAccountName: certmanager
serviceAccountName: cert-manager

image:
repository: dkr.plural.sh/bootstrap/plural-certmanager-webhook
Expand Down
2 changes: 1 addition & 1 deletion templates/setup/console.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ resource "helm_release" "runtime" {
namespace = "plural-runtime"
chart = "runtime"
repository = "https://pluralsh.github.io/bootstrap"
version = "0.1.13"
version = "0.1.14"
create_namespace = true
timeout = 300
wait = false
Expand Down

0 comments on commit e45705f

Please sign in to comment.