chore: Bump version to 0.0.1.

This commit is contained in:
Arne Diekmann 2020-05-27 09:31:10 +02:00
parent 6496c7d24e
commit cda293d393
2 changed files with 13 additions and 23 deletions

View file

@ -1,5 +1,5 @@
apiVersion: v1 apiVersion: v1
appVersion: "0.0.0" appVersion: 0.0.1
description: A Helm chart for Kubernetes description: A Helm chart for Kubernetes
name: cert-manager-webhook-dnsimple name: cert-manager-webhook-dnsimple
version: 0.0.0 version: 0.0.1

View file

@ -7,36 +7,28 @@
# This group name should be **unique**, hence using your own company's domain # This group name should be **unique**, hence using your own company's domain
# here is recommended. # here is recommended.
groupName: acme.neoskop.de groupName: acme.neoskop.de
certManager: certManager:
namespace: cert-manager namespace: cert-manager
serviceAccountName: cert-manager serviceAccountName: cert-manager
# logLevel: 3 # logLevel: 3
dnsimple: dnsimple:
account: "" account: ""
token: "" token: ""
clusterIssuer: clusterIssuer:
email: name@example.com email: name@example.com
staging: staging:
create: false create: false
production: production:
create: false create: false
image: image:
repository: neoskop/cert-manager-webhook-dnsimple repository: neoskop/cert-manager-webhook-dnsimple
tag: latest tag: 0.0.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""
service: service:
type: ClusterIP type: ClusterIP
port: 443 port: 443
resources: {} resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious # 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 # choice for the user. This also increases chances charts run on environments with little
@ -50,7 +42,5 @@ resources: {}
# memory: 128Mi # memory: 128Mi
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
affinity: {} affinity: {}