@flowfuse/driver-kubernetes 2.23.0 → 2.23.1-7bf40da-202510241554.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/kubernetes.js +1 -1
  2. package/package.json +1 -1
package/kubernetes.js CHANGED
@@ -322,7 +322,7 @@ const createIngress = async (project, options) => {
322
322
 
323
323
  // process annotations with potential replacements
324
324
  Object.keys(localIngress.metadata.annotations).forEach((key) => {
325
- localIngress.metadata.annotations[key] = mustache(localIngress.metadata.annotations[key], exposedData)
325
+ localIngress.metadata.annotations[key] = mustache(`${localIngress.metadata.annotations[key]}`, exposedData)
326
326
  })
327
327
 
328
328
  if (this._app.config.driver.options?.projectLabels) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/driver-kubernetes",
3
- "version": "2.23.0",
3
+ "version": "2.23.1-7bf40da-202510241554.0",
4
4
  "description": "Kubernetes driver for FlowFuse",
5
5
  "main": "kubernetes.js",
6
6
  "scripts": {