diff --git a/charts/api7/Chart.yaml b/charts/api7/Chart.yaml index 8ea83c6..ba0a874 100644 --- a/charts/api7/Chart.yaml +++ b/charts/api7/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.18.0 +version: 0.18.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/api7/README.md b/charts/api7/README.md index 051756f..d06d6dd 100644 --- a/charts/api7/README.md +++ b/charts/api7/README.md @@ -1,6 +1,6 @@ # api7ee3 -![Version: 0.18.0](https://img.shields.io/badge/Version-0.18.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.12](https://img.shields.io/badge/AppVersion-3.9.12-informational?style=flat-square) +![Version: 0.18.1](https://img.shields.io/badge/Version-0.18.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.12](https://img.shields.io/badge/AppVersion-3.9.12-informational?style=flat-square) A Helm chart for Kubernetes diff --git a/charts/api7/values.yaml b/charts/api7/values.yaml index 7f481d8..3a61eac 100644 --- a/charts/api7/values.yaml +++ b/charts/api7/values.yaml @@ -436,6 +436,8 @@ dashboard_configuration: # region: "ap-south-1" # resource_bucket: "to-push-resource-data" # config_bucket: "to-push-config-data" + # # optional, set to use an S3-compatible endpoint (e.g., MinIO, Ceph, Aliyun OSS) + # custom_endpoint: "" # azure_blob: # account_name: "$YOUR_ACCOUNT_NAME" # account_key: "$YOUR_ACCOUNT_KEY" diff --git a/charts/gateway/Chart.yaml b/charts/gateway/Chart.yaml index 5285197..da3ea48 100644 --- a/charts/gateway/Chart.yaml +++ b/charts/gateway/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.66 +version: 0.2.67 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/gateway/values.yaml b/charts/gateway/values.yaml index 3675694..406a95f 100644 --- a/charts/gateway/values.yaml +++ b/charts/gateway/values.yaml @@ -262,6 +262,8 @@ deployment: # region: "ap-south-1" # resource_bucket: "to-push-resource-data" # config_bucket: "to-push-config-data" + # # optional, set to use an S3-compatible endpoint (e.g., MinIO, Ceph, Aliyun OSS) + # endpoint: "" # # azure blob storage configuration, when account key is not set, will use the Managed Identity attached to the pod # azure_blob: # account_name: "$YOUR_ACCOUNT_NAME"