Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MissedTheMark committed Sep 16, 2024
1 parent f32746f commit eeb93fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/worker-upgrade-v2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ maintainers:
email: "[email protected]"
url: "https://octopus.com"
type: application
version: "2.3.1"
version: "2.3.2"
# This version number should be the same as the agent.image.tag value as this is the primary application version
appVersion: "8.2.2165"
4 changes: 3 additions & 1 deletion charts/worker-upgrade-v2/value-migrations/to-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ agent:
name: "{{ .agent.targetName }}"
deploymentTarget:
enabled: true
image: {{ .agent.scriptPods.image }}
{{- if .agent.scriptPods.image }}
image: "{{ .agent.scriptPods.image }}"
{{- end }}
initial:
environments: [{{ quoteEach .agent.targetEnvironments }}]
tags: [{{ quoteEach .agent.targetRoles }} ]
Expand Down

0 comments on commit eeb93fc

Please sign in to comment.