From 1d4b4b0b346e1a7f4d0d9d7298ac0af98dc07657 Mon Sep 17 00:00:00 2001 From: orakl-bot Date: Tue, 26 Mar 2024 09:31:43 +0000 Subject: [PATCH] feat: deploy v0.0.1.20240326.0927.a8a6135 --- delegator/Chart.yaml | 5 +---- delegator/values.yaml | 12 +----------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/delegator/Chart.yaml b/delegator/Chart.yaml index 80e1bc6c..38084678 100644 --- a/delegator/Chart.yaml +++ b/delegator/Chart.yaml @@ -1,7 +1,6 @@ apiVersion: v2 name: orakl-delegator 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.1.5 - # 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.0.1.20231211.0735.867d885" +appVersion: "v0.0.1.20240326.0927.a8a6135" diff --git a/delegator/values.yaml b/delegator/values.yaml index 757435cf..67c56079 100644 --- a/delegator/values.yaml +++ b/delegator/values.yaml @@ -5,23 +5,19 @@ global: image: repository: public.ecr.aws/bisonai/orakl-delegator #repository url pullPolicy: IfNotPresent - tag: "v0.0.1.20231211.0735.867d885" + tag: "v0.0.1.20240326.0927.a8a6135" imagePullPolicy: IfNotPresent # -- If defined, uses a Secret to pull an image from a private Docker registry or repository imagePullSecrets: [] - secretManager: enabled: false secretId: versionId: - affinity: enabled: false key: kubernetes.io/hostname value: - podAnnotations: - livenessProbe: enabled: true path: /api/v1/ @@ -30,7 +26,6 @@ global: timeoutSeconds: 5 successThreshold: 1 failureThreshold: 5 - readinessProbe: enabled: true path: /api/v1/ @@ -39,7 +34,6 @@ global: timeoutSeconds: 1 successThreshold: 1 failureThreshold: 5 - delegator: enabled: true replicas: 1 @@ -52,11 +46,8 @@ delegator: annotations: {} # -- Automount API credentials for the Service Account automountServiceAccountToken: true - podSecurityContext: {} - containerSecurityContext: {} - resources: limits: cpu: 500m @@ -64,7 +55,6 @@ delegator: requests: cpu: 500m memory: 1Gi - nodeSelector: {} tolerations: [] dotenv: {}