nuvme-devops opened a new issue, #38183:
URL: https://github.com/apache/airflow/issues/38183

   ### Official Helm Chart version
   
   1.13.0 (latest released)
   
   ### Apache Airflow version
   
   2.8
   
   ### Kubernetes Version
   
   2.8.2
   
   ### Helm Chart configuration
   
   ```
   apiVersion: helm.toolkit.fluxcd.io/v2beta2
   kind: HelmRelease
   metadata:
     name: airflow
     namespace: airflow
   spec:
     interval: 5m
     chart:
       spec:
         version: 1.13.0
         chart: airflow
         sourceRef:
           kind: HelmRepository
           name: airflow-charts
           namespace: flux-system
         interval: 1m
     values:
       createUserJob:
         useHelmHooks: false
         applyCustomEnv: false
       migrateDatabaseJob:
         useHelmHooks: false
         applyCustomEnv: false
       useStandardNaming: true 
   ```
   
   ### Docker Image customizations
   
   _No response_
   
   ### What happened
   
   I get the error below when deploying Flux with version 1.13.0.
   
   ```
   Helm install failed for release airflow/airflow with chart
           [email protected]: error while running post render on files:
           map[string]interface {}(nil): yaml: unmarshal errors:
             line 45: mapping key 
"cluster-autoscaler.kubernetes.io/safe-to-evict" already defined at line 44
   ```
   
   In version 1.11.0 everything works fine, and in version 1.12.0 we get the 
same error but for "ports"
   
   Without Flux, we have no problems with version 1.13.0, but I noticed 
something similar in version 1.12.0.
   #37356 
   
   
   
   ### What you think should happen instead
   
   _No response_
   
   ### How to reproduce
   
   Flux helm-controller:v0.37.4
   
   ```
   apiVersion: helm.toolkit.fluxcd.io/v2beta2
   kind: HelmRelease
   metadata:
     name: airflow
     namespace: airflow
   spec:
     interval: 5m
     chart:
       spec:
         version: 1.13.0
         chart: airflow
         sourceRef:
           kind: HelmRepository
           name: airflow-charts
           namespace: flux-system
         interval: 1m
     values:
       createUserJob:
         useHelmHooks: false
         applyCustomEnv: false
       migrateDatabaseJob:
         useHelmHooks: false
         applyCustomEnv: false
       useStandardNaming: true 
   ```
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to