Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
|
||||
|
||||
## [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.
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [cert-manager-1.0.6](https://github.com/truecharts/charts/compare/cert-manager-1.0.5...cert-manager-1.0.6) (2023-03-07)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure acme secret(s) are in the cert-manager namespace
|
||||
|
||||
|
||||
|
||||
|
||||
## [cert-manager-1.0.5](https://github.com/truecharts/charts/compare/cert-manager-1.0.4...cert-manager-1.0.5) (2023-03-07)
|
||||
|
||||
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
## [cert-manager-0.0.2](https://github.com/truecharts/charts/compare/cert-manager-0.0.1...cert-manager-0.0.2) (2023-01-18)
|
||||
|
||||
### Fix
|
||||
|
||||
- try to fix GUI ([#6442](https://github.com/truecharts/charts/issues/6442))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cert-manager-0.0.1]cert-manager-0.0.1 (2023-01-17)
|
||||
|
||||
@@ -10,7 +10,7 @@ keywords:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.2.20
|
||||
version: 12.2.22
|
||||
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.5
|
||||
version: 1.0.6
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- core
|
||||
9
enterprise/cert-manager/1.0.6/app-changelog.md
Normal file
9
enterprise/cert-manager/1.0.6/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [cert-manager-1.0.6](https://github.com/truecharts/charts/compare/cert-manager-1.0.5...cert-manager-1.0.6) (2023-03-07)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure acme secret(s) are in the cert-manager namespace
|
||||
|
||||
|
||||
BIN
enterprise/cert-manager/1.0.6/charts/common-12.2.22.tgz
Normal file
BIN
enterprise/cert-manager/1.0.6/charts/common-12.2.22.tgz
Normal file
Binary file not shown.
@@ -74,6 +74,7 @@ spec:
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
namespace: cert-manager
|
||||
name: {{ .name }}-clusterissuer-secret
|
||||
type: Opaque
|
||||
stringData:
|
||||
Reference in New Issue
Block a user