Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MissedTheMark committed Sep 16, 2024
1 parent 792646c commit fcb6e4b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 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.4"
version: "2.3.5"
# This version number should be the same as the agent.image.tag value as this is the primary application version
appVersion: "8.2.2165"
15 changes: 12 additions & 3 deletions charts/worker-upgrade-v2/value-migrations/to-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,20 @@ agent:
{{- end }}
targetName: null
targetEnvironments: null
{{- if .agent.defaultNamespace }}
defaultNamespace: null
{{- end}}
targetRoles: null
{{- if .agent.targetTenantTags }}
targetTenantTags: null
{{- end}}
{{- if .agent.targetTenants }}
targetTenants: null
{{- end}}
{{- if .agent.targetTenantedDeploymentParticipation }}
targetTenantedDeploymentParticipation: null
scriptPods: null


{{- end}}
{{- if .agent.scriptPods.image }}
scriptPods:
image: null
{{- end}}

0 comments on commit fcb6e4b

Please sign in to comment.