Add flow-0.10.86 and update documentation
This commit is contained in:
@@ -10,17 +10,17 @@
|
||||
# Or use your own deployments/operators.
|
||||
#
|
||||
# HARBOR CREDENTIALS:
|
||||
# Pass Harbor credentials during install:
|
||||
# Pass ACR credentials during install:
|
||||
# helm install flow ./helm/flow -f values-dev.yaml \
|
||||
# --set global.imageCredentials.enabled=true \
|
||||
# --set global.imageCredentials.username=$HARBOR_USER \
|
||||
# --set global.imageCredentials.password=$HARBOR_PASSWORD
|
||||
|
||||
global:
|
||||
imageRegistry: "cr.kn.entit.eu"
|
||||
imageRegistry: "entit.azurecr.io"
|
||||
|
||||
# Harbor registry credentials - creates dockerconfigjson secret automatically
|
||||
# Harbor requires authentication even for public repositories
|
||||
# ACR credentials - creates dockerconfigjson secret automatically
|
||||
# ACR requires authentication to pull images
|
||||
# Enable and set credentials via --set flags during install:
|
||||
# --set global.imageCredentials.enabled=true
|
||||
# --set global.imageCredentials.username=$HARBOR_USER
|
||||
@@ -221,6 +221,12 @@ awsS3Activity:
|
||||
awsSqsActivity:
|
||||
enabled: false
|
||||
|
||||
databaseCdcActivity:
|
||||
enabled: false
|
||||
|
||||
dataStoreActivity:
|
||||
enabled: false
|
||||
|
||||
# External infrastructure - not deployed by this chart
|
||||
rabbitmq:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user