Skip to content

Commit

Permalink
Merge pull request #181 from flowforge/1.11.4-release
Browse files Browse the repository at this point in the history
Bump to 1.11.4 and include file-server fix
  • Loading branch information
hardillb authored Sep 21, 2023
2 parents 74b2248 + f4321fc commit 0141bf0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.3
1.11.4
4 changes: 2 additions & 2 deletions flowforge-container/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@flowforge/flowforge-k8s",
"version": "1.11.3",
"version": "1.11.4",
"description": "FlowForge in Docker",
"private": true,
"author": {
"name": "FlowForge Inc."
},
"dependencies": {
"@flowforge/flowforge": "^1.11.3",
"@flowforge/flowforge": "^1.11.4",
"@flowforge/kubernetes": "^1.11.0",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4"
Expand Down
4 changes: 2 additions & 2 deletions helm/flowforge/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: "v2"
name: "flowforge"
version: "1.11.3"
version: "1.11.4"
description: "FlowForge"
type: "application"
home: "https://flowforge.com"
Expand All @@ -16,4 +16,4 @@ dependencies:
maintainers:
- name: "FlowForge Inc"
url: "https://flowforge.com"
appVersion: "1.11.3"
appVersion: "1.11.4"
2 changes: 1 addition & 1 deletion helm/flowforge/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ data:
hubspot:
trackingcode: {{ .Values.forge.support.hubspot | int }}
{{- end }}
{{- if .Values.forge.fileStore }}
{{- if .Values.forge.fileStore.enabled }}
fileStore:
url: http://flowforge-file.{{ .Release.Namespace }}
{{- end }}
Expand Down

0 comments on commit 0141bf0

Please sign in to comment.