Skip to content

Commit e3961c2

Browse files
author
jenkins.xbot
committed
chore: bump version
1 parent 0e5c22b commit e3961c2

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

charts/ejbca/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: "0.0.0"
16+
version: "9.0.0"
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
# It is recommended to use it with quotes.
21-
appVersion: "latest"
21+
appVersion: "9.0.0"
2222
#dependencies:
2323
#- name: postgresql
2424
# repository: "https://charts.bitnami.com/bitnami"

charts/ejbca/values.yaml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ ejbca:
1515
configMapName: # Option 1: Specify a ConfigMap containing your EJBCA ConfigDump JSON data
1616
configMapKey: # (Optional) The key in the ConfigMap where the EJBCA ConfigDump data is found (default: "configdump.json")
1717
inlineConfigdump: # Option 2: Directly insert your EJBCA ConfigDump JSON data here
18-
1918
## not recommended: applicable only when direct HTTP access to EJBCA is enabled
2019
importAppserverKeystore: false
2120
#appserverKeystoreSecret: keystore-secret
@@ -40,18 +39,15 @@ ejbca:
4039
# INFO, DEBUG, TRACE, ERROR
4140
LOG_LEVEL_APP: "INFO"
4241
LOG_LEVEL_SERVER: "INFO"
43-
4442
## Observability
4543
# The IP address where port 8090 will listen for requests to /health, /health/ready,
4644
# /health/live and /metrics . Set this to 0.0.0.0 to bind to all container interfaces.
4745
OBSERVABLE_BIND: "127.0.0.1"
4846
# Set this to "true" to collect metrics and expose them at the /metrics endpoint for scraping.
4947
METRICS_ENABLED: false
50-
5148
## Global OCSP configurations
5249
OCSP_CHECK_SIGN_CERT_VALIDITY: true
5350
OCSP_NON_EXISTING_IS_GOOD: false
54-
5551
## SMTP configuration
5652
# Specify the FQDN or IP Address of the SMTP host for EJBCA to send email notifications.
5753
SMTP_DESTINATION: "localhost"
@@ -64,7 +60,6 @@ ejbca:
6460
SMTP_USERNAME: ejbca-mail
6561
# SMTP password should be given as secrets, see SMTP_PASSWORD secret in envRaw
6662
#SMTP_PASSWORD: ejbca
67-
6863
#envRaw:
6964
# - name: DATABASE_USER
7065
# valueFrom:
@@ -104,9 +99,7 @@ ejbca:
10499
volumes: []
105100
# Extra volume mounts to be added to the deployment
106101
volumeMounts: []
107-
108102
replicaCount: 1
109-
110103
# https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
111104
updateStrategy: {}
112105
# type: RollingUpdate
@@ -116,7 +109,7 @@ image:
116109
# Application variant: not set for full EJBCA, "ra" or "va"
117110
#variant: ra
118111
repository: keyfactor/ejbca-ce
119-
tag: latest
112+
tag: 9.0.0
120113
pullPolicy: IfNotPresent
121114
imagePullSecrets: []
122115
nameOverride: ""
@@ -135,7 +128,6 @@ podSecurityContext: {}
135128
# fsGroup: 2000
136129
# Annotations to add to the service EJBCA and nginx
137130
serviceAnnotations: {}
138-
139131
securityContext: {}
140132
# capabilities:
141133
# drop:
@@ -167,7 +159,6 @@ services:
167159
# Extra sidecar ports to be added to the service, optionally used when sidecarContainers
168160
# are defined and need to expose ports
169161
sidecarPorts: []
170-
171162
# Recommended for cluster internal communications
172163
# Requires services.proxyHttp to be enabled
173164
nginx:
@@ -190,7 +181,6 @@ nginx:
190181
# create a load balancer service for each Pod with separate IP address
191182
enableReplicaSpecificAccess: false
192183
additionalHosts:
193-
194184
# External communication from cluster
195185
# Requires services.proxyAJP or services.proxyHttp to be enabled for adminweb access
196186
ingress:
@@ -238,28 +228,21 @@ autoscaling:
238228
# value: 4
239229
# periodSeconds: 15
240230
# selectPolicy: Max
241-
242231
# https://kubernetes.io/docs/tasks/run-application/configure-pdb/
243232
podDisruptionBudget:
244233
create: false
245234
minAvailable: 1
246235
maxUnavailable: ""
247-
248236
# https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
249237
nodeSelector: {}
250238
affinity: {}
251-
252239
# https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/
253240
tolerations: []
254-
255241
# https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/
256242
topologySpreadConstraints: []
257-
258243
# https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
259244
priorityClassName: ""
260-
261245
# https://kubernetes.io/docs/concepts/scheduling-eviction/kube-scheduler/
262246
schedulerName: ""
263-
264247
# https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/
265248
terminationGracePeriodSeconds: ""

0 commit comments

Comments
 (0)