Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[deploy/helm] helm upgrade does not upgrade resources #50958

Open
GKTheOne opened this issue Jan 7, 2025 · 1 comment
Open

[deploy/helm] helm upgrade does not upgrade resources #50958

GKTheOne opened this issue Jan 7, 2025 · 1 comment
Labels
area/platform issues related to the platform autoteam community helm team/deployments type/bug Something isn't working

Comments

@GKTheOne
Copy link

GKTheOne commented Jan 7, 2025

Helm Chart Version

1.3.1

What step the error happened?

Upgrading the Platform or Helm Chart

Relevant information

After finally getting the resources and probe failure thresholds correct enough that helm finished the upgrade deployment, I kubectl rollout restarted the stateful sets so the new pods would pick up the new env config.
Turns out that the airbyte-minio statefulset is the old-old version (chart 0.122.1), this upgrade was from chart 0.376.0 to 1.3.1.
We suspect it is because of the helm.sh/hook annotation only being pre-install
We also think that this hook value is causing the role/rolebinding issue (#42859) because the updated resources are not being applied in an upgrade scenario.

Relevant log output

@marcosmarxm
Copy link
Member

@airbytehq/platform-deployments fyi

@marcosmarxm marcosmarxm changed the title helm upgrade does not upgrade resources [deploy/helm] helm upgrade does not upgrade resources Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/platform issues related to the platform autoteam community helm team/deployments type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants