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've tried installing latest charts and the issue still persists there
I'm running a supported version of the application & chart which is listed here
Describe the bug (actual behavior)
Release kafka-ui-dev uses obsolete version of api autoscaling/v2beta1 for object HorizontalPodAutoscaler, autoscaling/v2beta1 will be removed in v1.25.0, you need to replace with autoscaling/v2
Issue submitter TODO list
Describe the bug (actual behavior)
Release kafka-ui-dev uses obsolete version of api autoscaling/v2beta1 for object HorizontalPodAutoscaler, autoscaling/v2beta1 will be removed in v1.25.0, you need to replace with autoscaling/v2
Expected behavior
Warning does not appear
Your installation details
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: kafka
namespace: kafka
spec:
releaseName: kafka-ui-dev
interval: 1m
timeout: 10m
chart:
spec:
chart: kafka-ui
version: "0.7.1"
sourceRef:
kind: HelmRepository
name: provectus
namespace: fluxcd
interval: 1m
values:
existingSecret: kafka-ui-clientsecret
image:
tag: "9549f68d7edcb0022687c8155010ba3c5b2cddac"
autoscaling:
enabled: true
minReplicas: 1
maxReplicas: 3
targetCPUUtilizationPercentage: 80
yamlApplicationConfig:
kafka:
clusters:
- name: dev
bootstrapServers: kafka-test.kafka.svc.cluster.local:9092
- name: stage
bootstrapServers: kafka-stage.kafka.svc.cluster.local:9092
- name: prod
bootstrapServers: kafka-main.kafka.svc.cluster.local:9092
auth:
type: OAUTH2
oauth2:
client:
google:
provider: google
clientSecret: ${clientSecret}
clientId: ${clientId}
user-name-attribute: email
custom-params:
type: google
allowedDomain:
management:
health:
ldap:
enabled: false
rbac:
roles:
- name: "readonly"
clusters:
- dev
- stage
- prod
subjects:
- provider: oauth_google
type: domain
value:
permissions:
- resource: clusterconfig
actions: ["view"]
Steps to reproduce
just apply hr on gke platform
Screenshots
No response
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: