diff --git a/charts/guacd/Chart.yaml b/charts/guacd/Chart.yaml index 392df65..15b68d8 100644 --- a/charts/guacd/Chart.yaml +++ b/charts/guacd/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.1.2 +version: 0.1.3 # 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/guacd/values.yaml b/charts/guacd/values.yaml index 618aa06..70f1de4 100644 --- a/charts/guacd/values.yaml +++ b/charts/guacd/values.yaml @@ -53,7 +53,7 @@ resources: {} # memory: 128Mi autoscaling: - enabled: true + enabled: false minReplicas: 1 maxReplicas: 10 targetCPUUtilizationPercentage: 80