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)
|
## [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
|
### Chore
|
||||||
|
@ -92,8 +97,3 @@
|
||||||
|
|
||||||
## [cert-manager-0.0.1]cert-manager-0.0.1 (2023-01-17)
|
## [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:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 12.2.19
|
version: 12.2.20
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- email: info@truecharts.org
|
- email: info@truecharts.org
|
||||||
|
@ -21,7 +21,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/cert-manager
|
- https://github.com/truecharts/charts/tree/master/charts/enterprise/cert-manager
|
||||||
- https://cert-manager.io/
|
- https://cert-manager.io/
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.4
|
version: 1.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- core
|
- 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" -}}
|
{{- define "certmanager.clusterissuer.acme" -}}
|
||||||
{{- range .Values.clusterIssuer.acme }}
|
{{- range .Values.clusterIssuer.ACME }}
|
||||||
---
|
---
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
|
@ -25,6 +25,7 @@ spec:
|
||||||
name: {{ .name }}-clusterissuer-secret
|
name: {{ .name }}-clusterissuer-secret
|
||||||
key: cf-api-token
|
key: cf-api-token
|
||||||
{{- else if .cfapikey }}
|
{{- else if .cfapikey }}
|
||||||
|
apiKeySecretRef:
|
||||||
name: {{ .name }}-clusterissuer-secret
|
name: {{ .name }}-clusterissuer-secret
|
||||||
key: cf-api-key
|
key: cf-api-key
|
||||||
{{ else }}
|
{{ else }}
|
Loading…
Reference in New Issue