Skip to content

[bitnami/kafka] Installation fails in version 32 #32721

@chuck-alt-delete

Description

@chuck-alt-delete

Name and Version

bitnami/kafka 32.0.0

What architecture are you using?

arm64

What steps will reproduce the bug?

I am only doing fresh deployments, no upgrades.
Kafka deploys in 31.1.0, but fails in 32.0.0 with a new error.

Error:

Pulled: registry-1.docker.io/bitnamicharts/kafka:32.1.3
Digest: sha256:41ab484de25e124d0876e4d03af85193c1ac6a88061478a6e44dc83632ea05f2
Error: INSTALLATION FAILED: Unable to continue with install: Secret "keystore-passwords" in namespace "conduktor" exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key "app.kubernetes.io/managed-by": must be set to "Helm"; annotation validation error: missing key "meta.helm.sh/release-name": must be set to "franz"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "conduktor"

Are you using any custom parameters or values?

replicaCount: 3

listeners:
  client:
    protocol: SASL_SSL
  interbroker:
    protocol: SASL_SSL
  controller:
    protocol: SASL_SSL

sasl:
  enabledMechanisms: PLAIN
  interBrokerMechanism: PLAIN
  controllerMechanism: PLAIN
  interbroker:
    user: admin
  controller:
    user: admin
  client:
    users:
      - admin
  existingSecret: "client-passwords"


tls:
  type: jks
  sslClientAuth: "none"
  existingSecret: "kafka-cert"
  passwordsSecret: "keystore-passwords"

What is the expected behavior?

I would expect a fresh deployment that works in 31.1.0 to work in 32.0+ unless there are breaking changes. I don't see any breaking changes that should affect this minimal test deployment.

Thanks for your work! <3

What do you see instead?

Pulled: registry-1.docker.io/bitnamicharts/kafka:32.1.3
Digest: sha256:41ab484de25e124d0876e4d03af85193c1ac6a88061478a6e44dc83632ea05f2
Error: INSTALLATION FAILED: Unable to continue with install: Secret "keystore-passwords" in namespace "conduktor" exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key "app.kubernetes.io/managed-by": must be set to "Helm"; annotation validation error: missing key "meta.helm.sh/release-name": must be set to "franz"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "conduktor"

Additional information

No response

Metadata

Metadata

Assignees

Labels

kafkasolvedstale15 days without activitytech-issuesThe user has a technical issue about an application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions