Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading JFrog products to latest chart version might fail with error "couldn't find key <KEY-NAME> in Secret" #1819

Closed
gitta-jfrog opened this issue Sep 14, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@gitta-jfrog
Copy link
Collaborator

gitta-jfrog commented Sep 14, 2023

Problem description:

Following the release of the latest Helm Charts for JFrog Products, the following flag is turned on by default:
unifiedSecretInstallation: true.

In cases where objects like joinKey and masterKey are defined as custom secrets (joinKeySecretName,masterKeySecretName), application pods might fail to run after upgrading to the latest version with the error:

Error: couldn't find key <KEY-NAME> in Secret artifactory/artifactory-unified-secret

Workaround:
Disabling unifiedSecretInstallation flag and running the Helm upgrade command.

artifactory / artifactory-ha

artifactory:
  unifiedSecretInstallation: false

distribution

distribution:
  unifiedSecretInstallation: false

xray

xray:
  unifiedSecretInstallation: false

insight

insightServer:
  unifiedSecretInstallation: false
@chukka chukka added the bug Something isn't working label Sep 15, 2023
@chukka
Copy link
Collaborator

chukka commented Sep 15, 2023

Fixed via #1820

@chukka
Copy link
Collaborator

chukka commented Sep 15, 2023

Please upgrade to artifactory charts - 107.68.8 and platform chart 10.15.1

@chukka chukka closed this as completed Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants