mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +02:00
chore: Bump version to 0.0.1.
This commit is contained in:
parent
6496c7d24e
commit
cda293d393
2 changed files with 13 additions and 23 deletions
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v1
|
||||
appVersion: "0.0.0"
|
||||
appVersion: 0.0.1
|
||||
description: A Helm chart for Kubernetes
|
||||
name: cert-manager-webhook-dnsimple
|
||||
version: 0.0.0
|
||||
version: 0.0.1
|
||||
|
|
|
@ -7,50 +7,40 @@
|
|||
# This group name should be **unique**, hence using your own company's domain
|
||||
# here is recommended.
|
||||
groupName: acme.neoskop.de
|
||||
|
||||
certManager:
|
||||
namespace: cert-manager
|
||||
serviceAccountName: cert-manager
|
||||
|
||||
# logLevel: 3
|
||||
|
||||
dnsimple:
|
||||
account: ""
|
||||
token: ""
|
||||
|
||||
clusterIssuer:
|
||||
email: name@example.com
|
||||
staging:
|
||||
create: false
|
||||
production:
|
||||
create: false
|
||||
|
||||
image:
|
||||
repository: neoskop/cert-manager-webhook-dnsimple
|
||||
tag: latest
|
||||
tag: 0.0.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 443
|
||||
|
||||
resources: {}
|
||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||
# choice for the user. This also increases chances charts run on environments with little
|
||||
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
||||
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
||||
# limits:
|
||||
# cpu: 100m
|
||||
# memory: 128Mi
|
||||
# requests:
|
||||
# cpu: 100m
|
||||
# memory: 128Mi
|
||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||
# choice for the user. This also increases chances charts run on environments with little
|
||||
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
||||
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
||||
# limits:
|
||||
# cpu: 100m
|
||||
# memory: 128Mi
|
||||
# requests:
|
||||
# cpu: 100m
|
||||
# memory: 128Mi
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
tolerations: []
|
||||
|
||||
affinity: {}
|
||||
|
|
Loading…
Reference in a new issue