Skip to content

Commit 30ae659

Browse files
committed
EJBCAINTER-1186: Setting version 9.1.1
1 parent b5ea1a0 commit 30ae659

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/ejbca/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ type: application
55
# This is the chart version. This version number should be incremented each time you make changes
66
# to the chart and its templates, including the app version.
77
# Versions are expected to follow Semantic Versioning (https://semver.org/)
8-
version: "9.1.0"
8+
version: "9.1.1"
99
# This is the version number of the application being deployed. This version number should be
1010
# incremented each time you make changes to the application. Versions are not expected to
1111
# follow Semantic Versioning. They should reflect the version the application is using.
1212
# It is recommended to use it with quotes.
13-
appVersion: "9.1.0"
13+
appVersion: "9.1.1"
1414
home: https://www.ejbca.org
1515
icon: https://raw.githubusercontent.com/Keyfactor/ejbca-ce/main/.github/images/community-ejbca-icon.png
1616
keywords: ["pki", "security", "encryption", "certificates", "management", "automation", "infrastructure", "pqc", "protocol", "tls"]

charts/ejbca/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ image:
112112
# Application variant: not set for full EJBCA, "ra" or "va"
113113
#variant: ra
114114
repository: keyfactor/ejbca-ce
115-
tag: 9.1.0
115+
tag: 9.1.1
116116
pullPolicy: IfNotPresent
117117
imagePullSecrets: []
118118
nameOverride: ""

src/internal.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# 3. Set community-version to:
2323
#
2424
# community.version=EJBCA ${app.version.number} ${community.edition.verbose} (${git.revision})
25-
app.version.number=9.1.0
25+
app.version.number=9.1.1
2626
app.build=0
2727
git.revision=working copy
2828
app.edition.verbose=Enterprise

0 commit comments

Comments
 (0)