You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if fullname should have been used here? or is there a good reason for using name instead?
I have 2 instances of artifactory installed on the same namesapce, and while doing an upgrade, I got a conflict because both releases are trying to create the same object.
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
This is a question at the moment, it could be seen as a BUG REPORT if the chart was supposed to support 2 releases on the same namespace
Version of Helm and Kubernetes:
Kubernetes: v1.28.7-gke.1226000
Helm: v3.14.4
Which chart:
jfrog/artifactory --version 107.84.10
Which product license (Enterprise/Pro/oss):
oss
JFrog support reference (if already raised with support team):
N/A
What happened:
2 helm releases on the same namespace fight over the object artifactory-unified-secret. We use fullnameOverride to avoid such thing, but this is not used for this object :(
What you expected to happen:
if the chart was supposed to support 2 releases on the same namespace then fullname should be used for artifactory-unified-secret
How to reproduce it (as minimally and precisely as possible):
try to deploy 2 releases on the same namespace while using fullnameOverride (but not using nameOverride)
Anything else we need to know:
A work around could be to use nameOverride
The text was updated successfully, but these errors were encountered:
baselbmz
changed the title
Shouldn't fullname be used for the new artifactory-unified-secret
Shouldn't fullname be used for the new artifactory-unified-secret?
May 14, 2024
I have noticed that in the
stable/artifactory/templates/artifactory-unified-secret.yaml
we are usingname
instead offullname
.I was wondering if
fullname
should have been used here? or is there a good reason for usingname
instead?I have 2 instances of artifactory installed on the same namesapce, and while doing an upgrade, I got a conflict because both releases are trying to create the same object.
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
This is a question at the moment, it could be seen as a BUG REPORT if the chart was supposed to support 2 releases on the same namespace
Version of Helm and Kubernetes:
Kubernetes: v1.28.7-gke.1226000
Helm: v3.14.4
Which chart:
jfrog/artifactory --version 107.84.10
Which product license (Enterprise/Pro/oss):
oss
JFrog support reference (if already raised with support team):
N/A
What happened:
2 helm releases on the same namespace fight over the object artifactory-unified-secret. We use
fullnameOverride
to avoid such thing, but this is not used for this object :(What you expected to happen:
if the chart was supposed to support 2 releases on the same namespace then fullname should be used for artifactory-unified-secret
How to reproduce it (as minimally and precisely as possible):
try to deploy 2 releases on the same namespace while using
fullnameOverride
(but not usingnameOverride
)Anything else we need to know:
A work around could be to use
nameOverride
The text was updated successfully, but these errors were encountered: