redpanda-data / helm-charts

Redpanda Helm Chart
http://redpanda.com
Apache License 2.0
77 stars 96 forks source link

Redpanda console helm chart 0.7.27 missing image tag when deploying console #1476

Closed brokenjacobs closed 3 months ago

brokenjacobs commented 3 months ago

What happened?

Upgraded to 0.7.27 using semantic versioning in my CD and the chart fails to deploy and rolls back due to a missing image tag in the deployment of the console.

What did you expect to happen?

A tag be specified for the chart

How can we reproduce it (as minimally and precisely as possible)?. Please include values file.

```console autoscaling: enabled: false maxReplicas: 100 minReplicas: 1 targetCPUUtilizationPercentage: 80 console: config: connect: clusters: - name: lc-mirrormaker2 url: http://lc-mirrormaker2-mirrormaker2-api:8083 connectTimeout: 15s enabled: true readTimeout: 60s requestTimeout: 6s kafka: brokers: - lc-standalone-kafka-bootstrap:9095 clientId: redpanda-console protobuf: enabled: true schemaRegistry: enabled: true schemaRegistry: enabled: true tls: enabled: false urls: - http://apicurio-registry-kafkasql.kafka.svc.cluster.local/apis/ccompat/v6 tls: caFilepath: /etc/kafka/certs/ca.crt certFilepath: /etc/kafka/user-cert/user.crt enabled: true keyFilepath: /etc/kafka/user-cert/user.key logger: level: info metricsNamespace: console extraEnv: [] extraVolumeMounts: - mountPath: /etc/kafka/user-cert name: kafka-user-certs readOnly: true - mountPath: /etc/kafka/certs name: kafka-certs readOnly: true extraVolumes: - name: kafka-user-certs secret: secretName: redpanda-console-user - name: kafka-certs secret: secretName: lc-standalone-cluster-ca-cert ingress: annotations: traefik.ingress.kubernetes.io/router.middlewares: traefik-system-compress@kubernetescrd traefik.ingress.kubernetes.io/router.tls: "true" className: traefik-internal enabled: true hosts: - host: kafkaconsole.*** paths: - path: / pathType: ImplementationSpecific tls: - hosts: - kafkaconsole.*** secretName: lc-wildcard-tls resources: limits: cpu: "0.5" memory: 256Mi requests: cpu: "0.01" memory: 64Mi securityContext: capabilities: drop: - ALL readOnlyRootFilesystem: true runAsNonRoot: true runAsUser: 1000 ```

Anything else we need to know?

No response

Which are the affected charts?

Console

Chart Version(s)

```console $ helm -n list # paste output here ```

Cloud provider

JIRA Link: K8S-313