Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9a7630c34f
commit
8ddcde76ae
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [cert-manager-1.0.4](https://github.com/truecharts/charts/compare/cert-manager-1.0.3...cert-manager-1.0.4) (2023-03-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump common and dependencies ([#7751](https://github.com/truecharts/charts/issues/7751))
|
||||
|
||||
|
Binary file not shown.
|
@ -4,6 +4,11 @@
|
|||
|
||||
|
||||
|
||||
## [cert-manager-1.0.5](https://github.com/truecharts/charts/compare/cert-manager-1.0.4...cert-manager-1.0.5) (2023-03-07)
|
||||
|
||||
|
||||
|
||||
|
||||
## [cert-manager-1.0.4](https://github.com/truecharts/charts/compare/cert-manager-1.0.3...cert-manager-1.0.4) (2023-03-06)
|
||||
|
||||
### Chore
|
||||
|
@ -92,8 +97,3 @@
|
|||
|
||||
## [cert-manager-0.0.1]cert-manager-0.0.1 (2023-01-17)
|
||||
|
||||
### Feat
|
||||
|
||||
- add Cert-Manager configuration App ([#6378](https://github.com/truecharts/charts/issues/6378))
|
||||
|
||||
|
|
@ -10,7 +10,7 @@ keywords:
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.2.19
|
||||
version: 12.2.20
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/cert-manager
|
||||
- https://cert-manager.io/
|
||||
type: application
|
||||
version: 1.0.4
|
||||
version: 1.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- core
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [cert-manager-1.0.5](https://github.com/truecharts/charts/compare/cert-manager-1.0.4...cert-manager-1.0.5) (2023-03-07)
|
||||
|
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
{{- define "certmanager.clusterissuer.acme" -}}
|
||||
{{- range .Values.clusterIssuer.acme }}
|
||||
{{- range .Values.clusterIssuer.ACME }}
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
|
@ -25,6 +25,7 @@ spec:
|
|||
name: {{ .name }}-clusterissuer-secret
|
||||
key: cf-api-token
|
||||
{{- else if .cfapikey }}
|
||||
apiKeySecretRef:
|
||||
name: {{ .name }}-clusterissuer-secret
|
||||
key: cf-api-key
|
||||
{{ else }}
|
Loading…
Reference in New Issue