Finalizations and clean-up

This commit is contained in:
Jens-U. Mozdzen
2022-08-05 16:42:23 +02:00
parent db6a2f76d8
commit 45d0073087
7 changed files with 29 additions and 20 deletions

View File

@@ -15,11 +15,11 @@ 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.9.1
version: 0.9.2
# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.1.0"
appVersion: "2.0.1"

View File

@@ -1,6 +1,5 @@
# Default values for cert-manager-webhook-variomedia.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
@@ -8,17 +7,18 @@ certManager:
namespace: cert-manager
serviceAccountName: cert-manager
groupName: acme.cert-manager-webhook-variomedia.local
# remember to change "cluster.local" to your cluster's domain, in case it's set differently
groupName: cert-manager-webhook-variomedia.cluster.local
image:
repository: ''
image: cert-manager-webhook-variomedia
tag: "v1.1.0"
tag: "v2.0.1"
pullPolicy: IfNotPresent
imagePullSecrets: []
logLevel: 6
logLevel: 2
nameOverride: ""
fullnameOverride: ""
@@ -67,7 +67,7 @@ resources: {}
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
maxReplicas: 1
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80