Skip to content

Commit

Permalink
bump runtime chart again
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 6, 2024
1 parent b051d97 commit 09385c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.12
version: 0.1.13
appVersion: "0.1.0"
dependencies:
- name: external-dns
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ subjects:
- apiGroup: ""
kind: ServiceAccount
name: {{ .Values.certManager.serviceAccountName }}
namespace: {{ .Release.Namespace }}
namespace: {{ .Values.certManager.namespace | default .Release.Namespace }}
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit 09385c7

Please sign in to comment.