Skip to content

Commit

Permalink
Rename default stack contianer
Browse files Browse the repository at this point in the history
part of FlowFuse/admin#212

Rename from flowforge/node-red to flowfuse/node-red
  • Loading branch information
hardillb committed Feb 19, 2024
1 parent 38e6cc4 commit 80668e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ module.exports = {
const properties = {
cpu: 10,
memory: 256,
container: 'flowforge/node-red',
container: 'flowfuse/node-red',
...this._app.config.driver.options?.default_stack
}

Expand Down

0 comments on commit 80668e5

Please sign in to comment.