diff options
Diffstat (limited to 'kubernetes/common/cert-wrapper/Chart.yaml')
-rw-r--r-- | kubernetes/common/cert-wrapper/Chart.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/common/cert-wrapper/Chart.yaml b/kubernetes/common/cert-wrapper/Chart.yaml index fbafd9a4f8..c42a319d7c 100644 --- a/kubernetes/common/cert-wrapper/Chart.yaml +++ b/kubernetes/common/cert-wrapper/Chart.yaml @@ -17,9 +17,9 @@ apiVersion: v2 description: Wrapper chart to allow truststore to be shared among cert-initializer instances name: cert-wrapper -version: 11.0.0 +version: 12.0.0 dependencies: - name: certInitializer - version: ~11.x-0 + version: ~12.x-0 repository: 'file://../certInitializer' |