Skip to content

Commit

Permalink
attempt fix codefresh deployment issues
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Nov 22, 2024
1 parent 663a7e8 commit 7ce854d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deployment-configuration/helm/templates/auto-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ stringData:
{{- end }}{{- end }}
{{- range $subapp := $app }}
{{- if contains "map" (typeOf $subapp) }}
{{- if hasKey $subapp "harness" }}
{{- if hasKey $subapp "harness" }}{{- if $app.harness.secrets }}{{- if ne (len $app.harness.secrets) 0 }}
{{- include "deploy_utils.secret" (dict "root" $ "app" $subapp) }}
{{- end }}
{{- end }}{{- end }}{{- end }}
{{- end }}
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion deployment/codefresh-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ steps:
working_directory: ./${{CF_REPO_NAME}}
title: Installing chart
arguments:
helm_version: 3.6.2
helm_version: 3.11.0
chart_name: deployment/helm
release_name: test-${{NAMESPACE_BASENAME}}
kube_context: '${{CLUSTER_NAME}}'
Expand Down

0 comments on commit 7ce854d

Please sign in to comment.