[PR] fix(helm): add recreate strategy support [airflow]

2023-11-01 Thread via GitHub
hakuno opened a new pull request, #35362: URL: https://github.com/apache/airflow/pull/35362 closes: https://github.com/apache/airflow/issues/35227 Currently, these values don't support Recreate type. - `workers.strategy.type=Recreate` - `triggerer.strategy.type=Recreate` -

Re: [PR] fix(helm): add recreate strategy support [airflow]

2023-11-22 Thread via GitHub
romsharon98 commented on code in PR #35362: URL: https://github.com/apache/airflow/pull/35362#discussion_r1402957838 ## chart/templates/_helpers.yaml: ## @@ -995,3 +995,11 @@ capabilities: app: keda-operator {{- end }} {{- end }} + +{{- define "deployment_strate

Re: [PR] fix(helm): add recreate strategy support [airflow]

2023-11-23 Thread via GitHub
hakuno commented on code in PR #35362: URL: https://github.com/apache/airflow/pull/35362#discussion_r1403329260 ## chart/templates/_helpers.yaml: ## @@ -995,3 +995,11 @@ capabilities: app: keda-operator {{- end }} {{- end }} + +{{- define "deployment_strategy" }

Re: [PR] fix(helm): add recreate strategy support [airflow]

2023-11-23 Thread via GitHub
hakuno commented on code in PR #35362: URL: https://github.com/apache/airflow/pull/35362#discussion_r1403329260 ## chart/templates/_helpers.yaml: ## @@ -995,3 +995,11 @@ capabilities: app: keda-operator {{- end }} {{- end }} + +{{- define "deployment_strategy" }

Re: [PR] fix(helm): add recreate strategy support [airflow]

2024-02-04 Thread via GitHub
github-actions[bot] closed pull request #35362: fix(helm): add recreate strategy support URL: https://github.com/apache/airflow/pull/35362 -- 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 specifi