From b2af73ff6b7c537f532e13e0c5b5606aa9f697f1 Mon Sep 17 00:00:00 2001 From: Timo Notheisen <65653426+tnotheis@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:17:53 +0100 Subject: [PATCH] Upgrade helm subcharts (#428) * 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 --- helm/charts/adminui/Chart.yaml | 2 +- helm/charts/consumerapi/Chart.yaml | 2 +- helm/values.yaml | 30 +++++++++++++++--------------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/helm/charts/adminui/Chart.yaml b/helm/charts/adminui/Chart.yaml index f10cbd01df..d1e7fedb57 100644 --- a/helm/charts/adminui/Chart.yaml +++ b/helm/charts/adminui/Chart.yaml @@ -6,4 +6,4 @@ type: application version: "1.0.0" -appVersion: "v2.3.1" +appVersion: "v2.3.3" diff --git a/helm/charts/consumerapi/Chart.yaml b/helm/charts/consumerapi/Chart.yaml index d3b92d382c..af8771839b 100644 --- a/helm/charts/consumerapi/Chart.yaml +++ b/helm/charts/consumerapi/Chart.yaml @@ -6,4 +6,4 @@ type: application version: "1.0.0" -appVersion: "v4.1.0" +appVersion: "v4.1.3" diff --git a/helm/values.yaml b/helm/values.yaml index 4202d51233..a719f39d5c 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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