Compare commits

...

2 Commits

Author SHA1 Message Date
Pavel Vitouš
f68a0d56d3 Update Chart.yaml
raise chart version
2022-08-15 15:06:08 +02:00
Pavel Vitouš
2ee7d2d62a Update cert.yaml
add missing apiVersion
2022-08-15 15:03:43 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.27
version: 0.0.28
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

View File

@@ -1,3 +1,4 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: {{ include "imagepullsecret-injector.certificateName" . }}
@@ -9,4 +10,4 @@ spec:
issuerRef:
kind: ClusterIssuer
name: {{ .Values.clusterIssuer }}
secretName: {{ include "imagepullsecret-injector.certificateSecretName" . | quote }}
secretName: {{ include "imagepullsecret-injector.certificateSecretName" . | quote }}