diff --git a/charts/akto-runtime/Chart.yaml b/charts/akto-runtime/Chart.yaml index 9b21fa7..c5fb6ab 100644 --- a/charts/akto-runtime/Chart.yaml +++ b/charts/akto-runtime/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: akto-runtime description: Helm chart for installing Akto type: application -version: 0.1.6 -appVersion: "0.1.6" +version: 0.1.7 +appVersion: "0.1.7" home: https://www.akto.io icon: https://akto-setup.s3.amazonaws.com/templates/128x128.png sources: diff --git a/charts/akto-runtime/templates/deployment.yaml b/charts/akto-runtime/templates/deployment.yaml index 34ca52f..e467d4a 100644 --- a/charts/akto-runtime/templates/deployment.yaml +++ b/charts/akto-runtime/templates/deployment.yaml @@ -240,13 +240,6 @@ spec: value: "normal" - name: AKTO_MONGO_CONN value: {{ quote .Values.mongo.aktoMongoConn }} - - name: AKTO_THREAT_DETECTION_POSTGRES - value: {{ quote .Values.threat_client.aktoApiSecurityThreatClient.env.postgresUrl }} - - name: AKTO_THREAT_DETECTION_POSTGRES_USER - value: {{ quote .Values.threat_client.aktoApiSecurityThreatClient.env.postgresUser }} - - name: AKTO_THREAT_DETECTION_POSTGRES_PASSWORD - value: {{ quote .Values.threat_client.aktoApiSecurityThreatClient.env.postgresPassword - }} - name: AKTO_TRAFFIC_KAFKA_BOOTSTRAP_SERVER value: {{ quote .Values.threat_client.aktoApiSecurityThreatClient.env.aktoKafkaTrafficBrokerUrl }} diff --git a/charts/akto-runtime/values.yaml b/charts/akto-runtime/values.yaml index c23f545..d4f7eb3 100644 --- a/charts/akto-runtime/values.yaml +++ b/charts/akto-runtime/values.yaml @@ -126,9 +126,6 @@ threat_client: env: enabled: false aggregationRulesEnabled: false - postgresUrl: jdbc:postgresql://postgres.default.svc.cluster.local:5432/akto - postgresUser: akto - postgresPassword: akto aktoAccountName: Helios aktoConfigName: staging aktoInstanceType: DASHBOARD