Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
5 years agoAny special steps needed to upgrade from 1.2.0 to 1.4.0?
Hi,
I tried to upgrade from version 1.2.0 (which was previously upgraded from version 1.0.0) via the helm chart but the deployment couldn't be rolled out, because the secret op-credentials couldn...
Former Member
5 years agoHey @stmh ,
You should be able to upgrade without making any changes to the credentials file. We haven't changed the format or the fields inside that file since the initial release.
Couple questions:
1. Prior to running the upgrade, did you already create a Kubernetes secret named op-credentials?
2. Did you try providing the credentials file to the helm chart with this flag:
--set-file connect.credentials=<path/to/1password-credentials.json>
(src: https://github.com/1Password/connect-helm-charts/tree/main/charts/connect#values)