Skip to content

Commit

Permalink
Upgrade helm subcharts (#428)
Browse files Browse the repository at this point in the history
* chore: set adminui version to v2.3.3

* feat: set consumerapi version to v4.1.3

* chore: comment out default values for blob storage configuration to allow not configuring any connection
  • Loading branch information
tnotheis authored Dec 5, 2023
1 parent 88f2015 commit b2af73f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion helm/charts/adminui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ type: application

version: "1.0.0"

appVersion: "v2.3.1"
appVersion: "v2.3.3"
2 changes: 1 addition & 1 deletion helm/charts/consumerapi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ type: application

version: "1.0.0"

appVersion: "v4.1.0"
appVersion: "v4.1.3"
30 changes: 15 additions & 15 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,11 @@ global:
connectionString: ""
blobStorage:
# cloudProvider - possible values: "GoogleCloud"/"Azure"
cloudProvider: ""
# cloudProvider: ""
# connectionInfo - should be set via environment variable
connectionInfo: ""
# connectionInfo: ""
# containerName - the name of the Bucket if CloudProvider=GoogleCloud; the name of the Container if CloudProvider=Azure
containerName: ""
# containerName: ""
messages:
application:
# maxNumberOfUnreceivedMessagesFromOneSender - if this number is exceeded, the Consumer API will not accept any more messages from the sender to the recipient in order to prevent spam
Expand All @@ -378,11 +378,11 @@ global:
connectionString: ""
blobStorage:
# cloudProvider - possible values: "GoogleCloud"/"Azure"
cloudProvider: ""
# cloudProvider: ""
# connectionInfo - should be set via environment variable
connectionInfo: ""
# connectionInfo: ""
# containerName - the name of the Bucket if CloudProvider=GoogleCloud; the name of the Container if CloudProvider=Azure
containerName: ""
# containerName: ""
quotas:
application:
# pagination - the following options describe the default and maximum page size for the different endpoints
Expand All @@ -409,11 +409,11 @@ global:
connectionString: ""
blobStorage:
# cloudProvider - possible values: "GoogleCloud"/"Azure"
cloudProvider: ""
# cloudProvider: ""
# connectionInfo - should be set via environment variable
connectionInfo: ""
# connectionInfo: ""
# containerName - the name of the Bucket if CloudProvider=GoogleCloud; the name of the Container if CloudProvider=Azure
containerName: ""
# containerName: ""
synchronization:
application:
# pagination - the following options describe the default and maximum page size for the different endpoints
Expand All @@ -428,11 +428,11 @@ global:
connectionString: ""
blobStorage:
# cloudProvider - possible values: "GoogleCloud"/"Azure"
cloudProvider: ""
# cloudProvider: ""
# connectionInfo - should be set via environment variable
connectionInfo: ""
# connectionInfo: ""
# containerName - the name of the Bucket if CloudProvider=GoogleCloud; the name of the Container if CloudProvider=Azure
containerName: ""
# containerName: ""
tokens:
application:
# pagination - the following options describe the default and maximum page size for the different endpoints
Expand All @@ -447,11 +447,11 @@ global:
connectionString: ""
blobStorage:
# cloudProvider - possible values: "GoogleCloud"/"Azure"
cloudProvider: ""
# cloudProvider: ""
# connectionInfo - should be set via environment variable
connectionInfo: ""
# connectionInfo: ""
# containerName - the name of the Bucket if CloudProvider=GoogleCloud; the name of the Container if CloudProvider=Azure
containerName: ""
# containerName: ""
logging:
minimumLevel:
default: Error
Expand Down

0 comments on commit b2af73f

Please sign in to comment.