Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
  • Loading branch information
ilya-lesikov committed May 7, 2024
1 parent 3058e6e commit c705f0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions docs/.helm/templates/10-app.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{{- $refs := .Values.global.github_refs }}
{{- $refs := list $.Values.global.github_refs }}
{{- if eq $.Values.werf.env "test" }}
{{- $refs = append $refs "v2.0.3" }}
{{- $refs = append $refs "v1.2.294+fix1" }}
{{- $refs = concat $refs (list "v2.0.3" "v1.2.294+fix1") }}
{{- end }}


Expand Down
5 changes: 2 additions & 3 deletions docs/.helm/templates/20-ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{{- $refs := .Values.global.github_refs }}
{{- $refs := list $.Values.global.github_refs }}
{{- if eq $.Values.werf.env "test" }}
{{- $refs = append $refs "v2.0.3" }}
{{- $refs = append $refs "v1.2.294+fix1" }}
{{- $refs = concat $refs (list "v2.0.3" "v1.2.294+fix1") }}
{{- end }}


Expand Down

0 comments on commit c705f0a

Please sign in to comment.