mirror of
https://github.com/ysoftdevs/imagepullsecret-injector.git
synced 2026-01-13 15:23:50 +01:00
Compare commits
2 Commits
imagepulls
...
cert-manag
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f68a0d56d3 | ||
|
|
2ee7d2d62a |
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user