-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Labels
bug ??Something isn't workingSomething isn't working
Description
Environment
Device and OS: Linux / Ubuntu
App version: v0.59.0
Kubernetes distro being used: Kind
Other:
Steps to reproduce
- Create a custom-named init package with name other than
init
at version v0.58.0 - Deploy the custom init package
- Create a custom-named init package with name other than
init
at version v0.59.0 - Deploy the upgraded custom init package
Expected result
custom named init package upgrades as expected
Actual Result
upgrade fails on the zarf-agent
ERR failed to deploy package: unable to deploy component "zarf-agent": release: not found
unable to install chart after 3 attempts: All attempts fail:
#1: Unable to continue with install: ServiceAccount "zarf" in namespace "zarf" exists and cannot be imported into the current release: invalid ownership metadata; annotation validation error: key "meta.helm.sh/release-name" must equal "zarf-d2db14ef40305397791454e883b26fc94ad9615d": current value is "zarf-7628fdd392e8726264ce1f894b809ebf386b6acc"
#2: Unable to continue with install: ServiceAccount "zarf" in namespace "zarf" exists and cannot be imported into the current release: invalid ownership metadata; annotation validation error: key "meta.helm.sh/release-name" must equal "zarf-d2db14ef40305397791454e883b26fc94ad9615d": current value is "zarf-7628fdd392e8726264ce1f894b809ebf386b6acc"
#3: Unable to continue with install: ServiceAccount "zarf" in namespace "zarf" exists and cannot be imported into the current release: invalid ownership metadata; annotation validation error: key "meta.helm.sh/release-name" must equal "zarf-d2db14ef40305397791454e883b26fc94ad9615d": current value is "zarf-7628fdd392e8726264ce1f894b809ebf386b6acc": if you need to remove the failed chart, use `zarf package remove`
Severity/Priority
Medium
Additional Context
This is due to the recent changes to migrating the zarf-agent from manifests to a helm chart.
Metadata
Metadata
Assignees
Labels
bug ??Something isn't workingSomething isn't working
Type
Projects
Status
In progress