Skip to content

Commit 09385c7

Browse files
bump runtime chart again
1 parent b051d97 commit 09385c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.12
5+
version: 0.1.13
66
appVersion: "0.1.0"
77
dependencies:
88
- name: external-dns

charts/runtime/charts/plural-certmanager-webhook/templates/rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ subjects:
8787
- apiGroup: ""
8888
kind: ServiceAccount
8989
name: {{ .Values.certManager.serviceAccountName }}
90-
namespace: {{ .Release.Namespace }}
90+
namespace: {{ .Values.certManager.namespace | default .Release.Namespace }}
9191
---
9292
apiVersion: rbac.authorization.k8s.io/v1
9393
kind: ClusterRoleBinding

0 commit comments

Comments
 (0)