Skip to content

Commit

Permalink
Update anz
Browse files Browse the repository at this point in the history
  • Loading branch information
egeback committed Jun 9, 2024
1 parent 049580b commit 24dc8f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/anxdns-webhook/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v1.0.1
description: Cert manager webhook for anx.se
name: cert-manager-webhook-anxdns
version: 1.0.7
version: 1.0.8
kubeVersion: ">=1.16.0-0"
keywords:
- anx.se
Expand Down
2 changes: 1 addition & 1 deletion charts/anxdns-webhook/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cert-manager-webhook-anxdns

![Version: 1.0.7](https://img.shields.io/badge/Version-1.0.7-informational?style=flat-square) ![AppVersion: v1.0.1](https://img.shields.io/badge/AppVersion-v1.0.1-informational?style=flat-square)
![Version: 1.0.8](https://img.shields.io/badge/Version-1.0.8-informational?style=flat-square) ![AppVersion: v1.0.1](https://img.shields.io/badge/AppVersion-v1.0.1-informational?style=flat-square)

Cert manager webhook for anx.se

Expand Down
2 changes: 1 addition & 1 deletion charts/anxdns-webhook/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: {{ include "cert-manager-webhook-anxdns.fullname" . }}:webhook-authentication-reader
namespace: {{ .Release.Namespace }}
namespace: kube-system
labels:
app: {{ include "cert-manager-webhook-anxdns.name" . }}
chart: {{ include "cert-manager-webhook-anxdns.chart" . }}
Expand Down

0 comments on commit 24dc8f9

Please sign in to comment.