Skip to content

Commit

Permalink
Update Helm chart version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Sep 21, 2023
1 parent 0324a86 commit 982bb9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
2 changes: 1 addition & 1 deletion deploy/charts/godaddy-webhook/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "0.0.0"
appVersion: "0.2.0"
description: Cert Manager godaddy webhook Helm chart
name: godaddy-webhook
version: 0.1.0
19 changes: 4 additions & 15 deletions deploy/charts/godaddy-webhook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,27 @@
# Declare variables to be passed into your templates.

replicaCount: 1

image:
repository: quay.io/snowdrop/cert-manager-webhook-godaddy
tag: latest
tag: 0.2.0
pullPolicy: IfNotPresent

pod:
securePort:

logging:
level: info # Log level (trace, debug, info, warn, error, fatal, panic)
format: color # Log format (text, color, json)
timestamp: false # Timestamp in log output: true/false

level: info # Log level (trace, debug, info, warn, error, fatal, panic)
format: color # Log format (text, color, json)
timestamp: false # Timestamp in log output: true/false
groupName: acme.mycompany.com

certManager:
namespace: cert-manager
serviceAccountName: cert-manager

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

service:
type: ClusterIP
port: 443

resources: {}

nodeSelector: {}

tolerations: []

affinity: {}

0 comments on commit 982bb9b

Please sign in to comment.