Skip to content

Commit

Permalink
[GHA] Update go-monorepo chart
Browse files Browse the repository at this point in the history
  • Loading branch information
krzwiatrzyk committed Aug 20, 2024
1 parent 70b40f8 commit e063dc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/go-monorepo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiVersion: v2
name: go-monorepo
version: 0.0.14
version: 0.0.15
2 changes: 2 additions & 0 deletions charts/go-monorepo/templates/lib/initContainers.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{ define "common.initContainers" }}
{{ if .Values.init.enabled }}
- name: init
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
resources: {{ .Values.resources | toYaml | nindent 4 }}
Expand All @@ -17,3 +18,4 @@
env: {{ .Values.env | toYaml | nindent 2 }}
{{ end }}
{{ end }}
{{ end }}

0 comments on commit e063dc8

Please sign in to comment.