Skip to content

Commit

Permalink
feat :: cert manager version up
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Mar 1, 2024
1 parent 3cc7d7d commit f265478
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: cert-manager
# The version and appVersion fields are set automatically by the release tool
version: v1.12.13
version: v1.12.14
appVersion: v1.12.4
kubeVersion: ">= 1.22.0-0"
description: A Helm chart for cert-manager
Expand Down
9 changes: 8 additions & 1 deletion charts/cert-manager/values.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
cert-manager: {}
cert-manager: {}

global:
tolerations:
- effect: "NoSchedule"
key: "xquare/platform"
operator: "Equal"
value: "true"

0 comments on commit f265478

Please sign in to comment.