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

[bitnami/keycloak] Same ports in deployment spec #25218

Closed
Usaldudo opened this issue Apr 18, 2024 · 1 comment · Fixed by #25222
Closed

[bitnami/keycloak] Same ports in deployment spec #25218

Usaldudo opened this issue Apr 18, 2024 · 1 comment · Fixed by #25222
Assignees
Labels
keycloak solved tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@Usaldudo
Copy link

Name and Version

bitnamu/keycloak 21.0.2

What architecture are you using?

amd64

What steps will reproduce the bug?

Deploy latest keycloak

helm template my-release oci://registry-1.docker.io/bitnamicharts/keycloak --version 21.0.2

Are you using any custom parameters or values?

No

What is the expected behavior?

Helm install should succeed.

What do you see instead?

Error from server:

Error from server: failed to create typed patch object (default/my-release-keycloak; apps/v1, Kind=StatefulSet): .spec.template.spec.containers[name="keycloak"].ports: duplicate entries for key [containerPort=7800,protocol="TCP"]

Additional information

I think this is because of new port from #25110

@Usaldudo Usaldudo added the tech-issues The user has a technical issue about an application label Apr 18, 2024
@github-actions github-actions bot added the triage Triage is needed label Apr 18, 2024
@javsalgar
Copy link
Contributor

Hi! Thank you so much for reporting. I created this PR to fix it #25222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keycloak solved tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants