From 848285ba80344fc0ae514632d53152509f4d8549 Mon Sep 17 00:00:00 2001 From: orakl-bot Date: Fri, 24 May 2024 06:48:30 +0000 Subject: [PATCH] feat: deploy v0.5.1.20240524.0447.988d92d --- aggregator/Chart.yaml | 5 +---- aggregator/values.yaml | 22 +--------------------- 2 files changed, 2 insertions(+), 25 deletions(-) diff --git a/aggregator/Chart.yaml b/aggregator/Chart.yaml index e80db6cf..5ccbcadd 100644 --- a/aggregator/Chart.yaml +++ b/aggregator/Chart.yaml @@ -1,7 +1,6 @@ apiVersion: v2 name: orakl-aggregator description: A Helm chart for Kubernetes - # A chart can be either an 'application' or a 'library' chart. # # Application charts are a collection of templates that can be packaged into versioned archives @@ -11,14 +10,12 @@ description: A Helm chart for Kubernetes # a dependency of application charts to inject those utilities and functions into the rendering # pipeline. Library charts do not define any templates and therefore cannot be deployed. 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.3.14 - # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.5.1.20240223.0352.eec1c2d" +appVersion: "v0.5.1.20240524.0447.988d92d" diff --git a/aggregator/values.yaml b/aggregator/values.yaml index ede4e057..949a20cd 100644 --- a/aggregator/values.yaml +++ b/aggregator/values.yaml @@ -14,19 +14,16 @@ global: imagePullPolicy: IfNotPresent # -- If defined, uses a Secret to pull an image from a private Docker registry or repository imagePullSecrets: [] - + tag: v0.5.1.20240524.0447.988d92d secretManager: enabled: false secretId: versionId: - affinity: enabled: false key: kubernetes.io/hostname value: - podAnnotations: {} - livenessProbe: enabled: true path: / @@ -35,7 +32,6 @@ global: timeoutSeconds: 5 successThreshold: 1 failureThreshold: 5 - readinessProbe: enabled: true path: / @@ -44,7 +40,6 @@ global: timeoutSeconds: 1 successThreshold: 1 failureThreshold: 5 - listener: enabled: true replicas: 1 @@ -57,13 +52,9 @@ listener: annotations: {} # -- Automount API credentials for the Service Account automountServiceAccountToken: true - APP_PORT: 4000 - podSecurityContext: {} - containerSecurityContext: {} - resources: limits: cpu: 1000m @@ -71,7 +62,6 @@ listener: requests: cpu: 1000m memory: 2Gi - worker: enabled: true replicas: 1 @@ -84,13 +74,9 @@ worker: annotations: {} # -- Automount API credentials for the Service Account automountServiceAccountToken: true - APP_PORT: 5000 - podSecurityContext: {} - containerSecurityContext: {} - resources: limits: cpu: 1000m @@ -98,7 +84,6 @@ worker: requests: cpu: 1000m memory: 2Gi - reporter: enabled: true replicas: 1 @@ -111,13 +96,9 @@ reporter: annotations: {} # -- Automount API credentials for the Service Account automountServiceAccountToken: true - APP_PORT: 6000 - podSecurityContext: {} - containerSecurityContext: {} - resources: limits: cpu: 500m @@ -125,7 +106,6 @@ reporter: requests: cpu: 500m memory: 1Gi - nodeSelector: {} tolerations: [] dotenv: {}