Add flow-0.5.0 and update documentation
This commit is contained in:
@@ -242,7 +242,7 @@ workflowEngine:
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: flow/WorkflowEngine
|
||||
repository: flow/workflowengine
|
||||
tag: ""
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -300,7 +300,7 @@ activityRegistry:
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: flow/ActivityRegistry
|
||||
repository: flow/activityregistry
|
||||
tag: ""
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -347,7 +347,7 @@ definitionStore:
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: flow/DefinitionStore
|
||||
repository: flow/definitionstore
|
||||
tag: ""
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -394,7 +394,7 @@ workflowLogging:
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: flow/WorkflowLogging
|
||||
repository: flow/workflowlogging
|
||||
tag: ""
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -441,7 +441,7 @@ connectionStore:
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: flow/ConnectionStore
|
||||
repository: flow/connectionstore
|
||||
tag: ""
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -488,7 +488,7 @@ tenantRegistry:
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: flow/TenantRegistry
|
||||
repository: flow/tenantregistry
|
||||
tag: ""
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -609,175 +609,173 @@ httpRequestActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/HttpRequestActivity
|
||||
repository: flow/httprequestactivity
|
||||
tag: ""
|
||||
|
||||
sqlActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/SqlActivity
|
||||
repository: flow/sqlactivity
|
||||
tag: ""
|
||||
|
||||
redisActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/RedisActivity
|
||||
repository: flow/redisactivity
|
||||
tag: ""
|
||||
|
||||
blobStorageActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/BlobStorageActivity
|
||||
repository: flow/blobstorageactivity
|
||||
tag: ""
|
||||
|
||||
queueActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/QueueActivity
|
||||
repository: flow/queueactivity
|
||||
tag: ""
|
||||
|
||||
cosmosDbActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/CosmosDbActivity
|
||||
repository: flow/cosmosdbactivity
|
||||
tag: ""
|
||||
|
||||
mongoDbActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/MongoDbActivity
|
||||
repository: flow/mongodbactivity
|
||||
tag: ""
|
||||
|
||||
emailActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/EmailActivity
|
||||
repository: flow/emailactivity
|
||||
tag: ""
|
||||
|
||||
slackActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/SlackActivity
|
||||
repository: flow/slackactivity
|
||||
tag: ""
|
||||
|
||||
teamsActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/TeamsActivity
|
||||
repository: flow/teamsactivity
|
||||
tag: ""
|
||||
|
||||
twilioActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/TwilioActivity
|
||||
repository: flow/twilioactivity
|
||||
tag: ""
|
||||
|
||||
ftpActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/FtpActivity
|
||||
repository: flow/ftpactivity
|
||||
tag: ""
|
||||
|
||||
graphqlActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/GraphQLActivity
|
||||
repository: flow/graphqlactivity
|
||||
tag: ""
|
||||
|
||||
soapActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/SoapActivity
|
||||
repository: flow/soapactivity
|
||||
tag: ""
|
||||
|
||||
pdfActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/PdfActivity
|
||||
repository: flow/pdfactivity
|
||||
tag: ""
|
||||
|
||||
csvActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/CsvActivity
|
||||
repository: flow/csvactivity
|
||||
tag: ""
|
||||
|
||||
excelActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/ExcelActivity
|
||||
repository: flow/excelactivity
|
||||
tag: ""
|
||||
|
||||
oauthActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/OAuthActivity
|
||||
repository: flow/oauthactivity
|
||||
tag: ""
|
||||
|
||||
keyVaultActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/KeyVaultActivity
|
||||
repository: flow/keyvaultactivity
|
||||
tag: ""
|
||||
|
||||
eventHubActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/EventHubActivity
|
||||
repository: flow/eventhubactivity
|
||||
tag: ""
|
||||
|
||||
eventGridActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/EventGridActivity
|
||||
repository: flow/eventgridactivity
|
||||
tag: ""
|
||||
|
||||
awsS3Activity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/AwsS3Activity
|
||||
repository: flow/awss3activity
|
||||
tag: ""
|
||||
|
||||
awsSqsActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/AwsSqsActivity
|
||||
repository: flow/awssqsactivity
|
||||
tag: ""
|
||||
|
||||
m365Activity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/M365Activity
|
||||
repository: flow/m365activity
|
||||
tag: ""
|
||||
|
||||
# =============================================================================
|
||||
# Infrastructure Dependencies
|
||||
# =============================================================================
|
||||
# These services can be deployed internally by this chart or configured to use
|
||||
# external services that already exist in the cluster or externally.
|
||||
|
||||
# -- PostgreSQL internal deployment configuration
|
||||
# Only used when global.database.postgres.external=false
|
||||
|
||||
Reference in New Issue
Block a user