Skip to content

Commit

Permalink
feat: deploy v0.6.1.20240315.0618.c907cbb
Browse files Browse the repository at this point in the history
  • Loading branch information
orakl-bot committed Mar 15, 2024
1 parent 0761927 commit f79dd33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion cli/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: orakl-cli
description: A Helm chart for Kubernetes
type: application
version: 0.1.2
appVersion: "v0.6.1.20240208.0505.ce676ce"
appVersion: "v0.6.1.20240315.0618.c907cbb"
15 changes: 1 addition & 14 deletions cli/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,49 +4,40 @@
global:
name: cli
namespace: orakl

image:
repository: public.ecr.aws/u6t6w0e4/orakl-cli
pullPolicy: IfNotPresent
tag: "v0.6.1.20240208.0505.ce676ce"
tag: "v0.6.1.20240315.0618.c907cbb"
imagePullPolicy: IfNotPresent
# -- If defined, uses a Secret to pull an image from a private Docker registry or repository
imagePullSecrets: []

secretManager:
enabled: false
secretId:
versionId:

hostPath:
enable: false
volumes:

volumeMounts:

affinity:
enabled: false
key: kubernetes.io/hostname
value:

podAnnotations: {}

livenessProbe:
enabled: true
initialDelaySeconds: 20
periodSeconds: 5
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 5

readinessProbe:
enabled: true
initialDelaySeconds: 20
periodSeconds: 5
timeoutSeconds: 1
successThreshold: 1
failureThreshold: 5

cli:
enabled: true
replicas: 1
Expand All @@ -59,19 +50,15 @@ cli:
annotations: {}
# -- Automount API credentials for the Service Account
automountServiceAccountToken: true

podSecurityContext: {}

containerSecurityContext: {}

resources:
limits:
cpu: 400m
memory: 1Gi
requests:
cpu: 400m
memory: 1Gi

nodeSelector: {}
tolerations: []
dotenv: {}

0 comments on commit f79dd33

Please sign in to comment.