diff --git a/VERSION b/VERSION index c3d06e92..2165f8f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.4-dev +2.0.4 diff --git a/deployment/charts/cluster-manager/Chart.yaml b/deployment/charts/cluster-manager/Chart.yaml index 3fb645bd..8b5a2baf 100644 --- a/deployment/charts/cluster-manager/Chart.yaml +++ b/deployment/charts/cluster-manager/Chart.yaml @@ -16,6 +16,6 @@ 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: 2.0.4-dev -appVersion: 2.0.4-dev +version: 2.0.4 +appVersion: 2.0.4 annotations: {} diff --git a/deployment/charts/cluster-manager/values.yaml b/deployment/charts/cluster-manager/values.yaml index c59f5cf9..9475b637 100644 --- a/deployment/charts/cluster-manager/values.yaml +++ b/deployment/charts/cluster-manager/values.yaml @@ -45,8 +45,8 @@ clusterManager: port: 8080 clientRateLimiter: - qps: "30" - burst: "100" + qps: "50" + burst: "200" # This is for setting Kubernetes Annotations to a Pod. podAnnotations: {} diff --git a/deployment/charts/cluster-template-crd/Chart.yaml b/deployment/charts/cluster-template-crd/Chart.yaml index ace3351f..d2ff4bca 100644 --- a/deployment/charts/cluster-template-crd/Chart.yaml +++ b/deployment/charts/cluster-template-crd/Chart.yaml @@ -6,6 +6,6 @@ apiVersion: v2 name: cluster-template-crd description: A Helm chart for the ClusterTemplate CRD type: application -version: 2.0.4-dev -appVersion: 2.0.4-dev +version: 2.0.4 +appVersion: 2.0.4 annotations: {}