diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index 4ef1b0e0..8ef7e797 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/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: 1.1.5 +version: 1.1.6 # 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/agent/values.yaml b/charts/agent/values.yaml index 2643bf52..c786a2b1 100644 --- a/charts/agent/values.yaml +++ b/charts/agent/values.yaml @@ -43,7 +43,7 @@ service: port: 80 git_bridge: - enabled: false + enabled: true image: repository: ghcr.io/intelops/kubviz/git-agent pullPolicy: Always @@ -77,7 +77,7 @@ git_bridge: container_bridge: - enabled: false + enabled: true image: repository: ghcr.io/intelops/kubviz/container-agent pullPolicy: Always @@ -125,9 +125,11 @@ resources: limits: cpu: 2 memory: 2Gi + ephemeral-storage: 1Gi requests: cpu: 200m memory: 256Mi + ephemeral-storage: 256Mi autoscaling: enabled: false