Skip to content

Commit

Permalink
chore: pin gitops template (#137)
Browse files Browse the repository at this point in the history
* chore: pin gitops template

* fix: revert restart polict
  • Loading branch information
CristhianF7 authored Aug 28, 2023
1 parent a1f4440 commit 3d2b160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kubefirst-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ spec:
labels:
{{- include "kubefirst-api.selectorLabels" . | nindent 8 }}
spec:
restartPolicy: OnFailure
restartPolicy: Never
containers:
- name: {{ include "kubefirst-api.fullname" . }}-pi-hook
image: "{{ .Values.image.hook.repository }}:{{ .Values.image.hook.tag }}"
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
)

const (
gitopsTemplateVersion = "v2.2.10"
gitopsTemplateVersion = "v2.2.13"
)

type ClusterController struct {
Expand Down

0 comments on commit 3d2b160

Please sign in to comment.