diff --git a/deploy/dnsimple/Chart.yaml b/deploy/dnsimple/Chart.yaml index ac2b88c..99912ed 100644 --- a/deploy/dnsimple/Chart.yaml +++ b/deploy/dnsimple/Chart.yaml @@ -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 diff --git a/deploy/dnsimple/values.yaml b/deploy/dnsimple/values.yaml index 09c1e91..04f336f 100644 --- a/deploy/dnsimple/values.yaml +++ b/deploy/dnsimple/values.yaml @@ -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: {}