Skip to content

Commit a83a44a

Browse files
committed
Update tags for Flow Manager April 25 and upgrade MongoDB to 7.0 for k8s
1 parent f39342f commit a83a44a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docker-compose/env.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Version
77
FLOWMANAGER_IMAGE_URL="docker.repository.axway.com/flowmanager-docker-prod/2.0/flowmanager_release"
8-
FLOWMANAGER_VERSION="2.0.20250207"
8+
FLOWMANAGER_VERSION="2.0.20250404"
99

1010
## General parameters
1111
ACCEPT_EULA="false"
@@ -118,7 +118,7 @@ MONGO_PEM_KEY_FILE=""
118118
### SecureTransport Plugin
119119
## Version
120120
ST_FM_PLUGIN_IMAGE_URL="docker.repository.axway.com/flowmanager-stplugin-docker-prod/2.0/st-fm-plugin"
121-
ST_FM_PLUGIN_IMAGE_VERSION="2.0.20250207"
121+
ST_FM_PLUGIN_IMAGE_VERSION="2.0.20250404"
122122

123123
## Plugin general settings
124124
ST_FM_PLUGIN_HOST="st-fm-plugin"
@@ -160,7 +160,7 @@ ST_FM_PLUGIN_BRIDGE_PORT="8080"
160160
### Monitoring Plugin
161161
## Version
162162
MONITORING_PLUGIN_IMAGE_URL="docker.repository.axway.com/flowmanager-monitoringplugin-docker-prod/2.0/monitoring-fm-plugin"
163-
MONITORING_PLUGIN_IMAGE_VERSION="2.0.20250207"
163+
MONITORING_PLUGIN_IMAGE_VERSION="2.0.20250404"
164164

165165
## Plugin settings
166166
MONITORING_PLUGIN_HOST="monitoring-fm-plugin"
@@ -194,7 +194,7 @@ MONITORING_PLUGIN_DB_REPLICA_SET=""
194194

195195
## Bridge
196196
BRIDGE_IMAGE_URL="docker.repository.axway.com/flowmanager-bridge-docker-prod/2.0/release"
197-
BRIDGE_IMAGE_VERSION="2.0.20250131"
197+
BRIDGE_IMAGE_VERSION="2.0.20250404"
198198
PROXY_AUTHN_CLAIMS="iss:BRIDGE,iss:FM;iss:ST,iss:CFTPLUGIN"
199199
JWT_KEY="fm-bridge-jwt-private-key.pem"
200200
JWT_KEY_PASSWORD=""

kubernetes/terraform.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ image-mft-fm-bridge-tag = "REPLACEME"
2525
external-mongodb = false
2626

2727
#Managed MongoDB
28-
image-bitnami-mongodb-tag = "6.0.13-debian-11-r21"
28+
image-bitnami-mongodb-tag = "7.0.15-debian-12-r2"
2929
mft-mongodb-helm-release-name = "mft-mongodb-release"
3030
helmchart-bitnami-mongodb-repo = "https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami"
3131
helmchart-bitnami-mongodb-tag = "13.5.0"

podman/flowmanager.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
- mountPath: /data/db
3838
name: data
3939

40-
- image: docker.repository.axway.com/flowmanager-docker-prod/2.0/flowmanager_release:2.0.20241104
40+
- image: docker.repository.axway.com/flowmanager-docker-prod/2.0/flowmanager_release:2.0.20250404
4141
name: flowmanager
4242
ports:
4343
- name: fmport
@@ -133,7 +133,7 @@ spec:
133133
- mountPath: /opt/axway/FlowManager/monitoring-fm-plugin
134134
name: monitoring-fm-plugin
135135

136-
- image: docker.repository.axway.com/flowmanager-stplugin-docker-prod/2.0/st-fm-plugin:2.0.20241104
136+
- image: docker.repository.axway.com/flowmanager-stplugin-docker-prod/2.0/st-fm-plugin:2.0.20250404
137137
name: st-fm-plugin
138138
ports:
139139
- name: stport
@@ -187,7 +187,7 @@ spec:
187187
- mountPath: /usr/src/app/src
188188
name: st-fm-plugin
189189

190-
- image: docker.repository.axway.com/flowmanager-monitoringplugin-docker-prod/2.0/monitoring-fm-plugin:2.0.20241104
190+
- image: docker.repository.axway.com/flowmanager-monitoringplugin-docker-prod/2.0/monitoring-fm-plugin:2.0.20250404
191191
name: monitoring-fm-plugin
192192
ports:
193193
- name: monitoringport

0 commit comments

Comments
 (0)