Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 6748fe4

Browse files
author
Chris Wiechmann
committed
[skip ci] Update values.yaml to include v3.0.0 docker-image
1 parent a032f76 commit 6748fe4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DEVELOPMENT.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
2. Bump version number
77

8+
- helm/values.yaml
9+
- `"imageTag": "v3.0.0",`
810
- docker-compose.yml
911
- `image: cwiechmann/apibuilder4elastic:v2.0.0`
1012
- apibuilder4elastic/package.json
@@ -14,8 +16,6 @@
1416
- Adjust/Verify version table
1517
- README.md
1618
- `"version": "v2.0.0",`
17-
- helm/README.md
18-
- `"version": "v2.0.0",`
1919

2020
3. Modify the CHANGELOG.md
2121
- Add/Verify recent changes

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apibuilder4elastic:
2525
# Enables the APIBuilder4Elastic, which is required for the solution to work. So very unlikely to disable
2626
enabled: true
2727
image: "cwiechmann/apibuilder4elastic"
28-
imageTag: "v2.4.2"
28+
imageTag: "v3.0.0"
2929
imagePullPolicy: IfNotPresent
3030
nameOverride: "apibuilder4leastic"
3131
fullnameOverride: "Axway API-Builder4Elastic"

0 commit comments

Comments
 (0)