Skip to content

Commit

Permalink
feat: deployment rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
exu committed Nov 27, 2024
1 parent 6476f71 commit ad6a88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/testkube-cloud-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
containers:
- name: {{ .Chart.Name }}
securityContext: {{ include "testkube-cloud-api.containerSecurityContext" . | nindent 12 }}
image: {{ include "testkube-migration.image" . }}
image: {{ include "testkube-api.image" . }}
imagePullPolicy: {{ .Values.global.imagePullPolicy | default .Values.image.pullPolicy }}
env:
- name: DEMO_ORGANIZATION_ID
Expand Down

0 comments on commit ad6a88c

Please sign in to comment.