Skip to content

Commit

Permalink
Update testrunner to latest released version
Browse files Browse the repository at this point in the history
Signed-off-by: levobot <[email protected]>
  • Loading branch information
levobot committed Jul 4, 2024
1 parent b380437 commit 67e7bfb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions levoai/testrunner/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 2.0.4
appVersion: 2.0.5
description: A Helm chart for Kubernetes
name: testrunner
type: application
version: 2.0.4
version: 2.0.5
12 changes: 5 additions & 7 deletions levoai/testrunner/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: testrunner
labels:
app: testrunner
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
selector:
matchLabels:
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
app: testrunner
template:
metadata:
labels:
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
app: testrunner
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand All @@ -36,17 +38,13 @@ spec:
[
"start",
"--key",
"{{ .Values.refreshToken }}",
"{{ .Values.key }}",
"--organization",
"{{ .Values.orgId }}"
]
workingDir: /home/levo/work
resources:
{{- toYaml .Values.resources | nindent 12 }}
# volumes:
# - name: configstore
# hostPath:
# path: {{ .Values.configstorePath }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down
2 changes: 1 addition & 1 deletion levoai/testrunner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
imagePullSecrets: []

levoBaseUrl: "https://api.levo.ai"
refreshToken: ""
key: ""
orgId: ""
localUserId: "1000" # Replace with your actual user ID
localGroupId: "1000" # Replace with your actual group ID
Expand Down

0 comments on commit 67e7bfb

Please sign in to comment.