Skip to content

Commit

Permalink
changed version of chart
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroEsc committed Jan 24, 2020
1 parent 0545fe2 commit 47c29f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion staging/cert-manager-setup/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: cert-manager-setup
home: https://github.com/mesosphere/charts
version: 0.2.0
version: 0.1.8
appVersion: 0.10.1
description: Install cert-manager and optionally add a ClusterIssuer
keywords:
Expand Down
1 change: 1 addition & 0 deletions staging/cert-manager-setup/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: ClusterRole
metadata:
name: read-apiservices
annotations:
helm.sh/hook: pre-install,pre-upgrade
helm.sh/hook-delete-policy: "before-hook-creation"
rules:
- apiGroups: ["apiregistration.k8s.io"]
Expand Down
3 changes: 3 additions & 0 deletions staging/cert-manager-setup/templates/clusterrolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: ClusterRoleBinding
metadata:
name: read-apiservices-rolebinding
namespace: {{ .Release.Namespace }}
annotations:
helm.sh/hook: pre-install,pre-upgrade
helm.sh/hook-delete-policy: "before-hook-creation"
subjects:
- kind: ServiceAccount
namespace: {{ .Release.Namespace }}
Expand Down

0 comments on commit 47c29f7

Please sign in to comment.