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

chore(deps): Bump postgres helm charts #654

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

michaeljguarino
Copy link
Member

Summary

This uses the latest pg helm chart we have which doesn't include the flaky mem alert.

Test Plan

tested w/ link on a few relevant apps

Checklist

  • No images hosted from dockerhub
  • Are dashboards present to understand the health of the application. There must be at least 1 of these
    • all databases should have dashboards
    • ideally also have at least cpu/mem utilization dashboards for webserver tier of the app
    • you can use plural from-grafana to convert a grafana dashboard found via google to our CRD
  • Are scaling runbooks present
    • all databases must have scaling runbooks
    • you can use the charts in pluralsh/module-library to accelerate this
  • do you need to add config overlays?
    • inputing secrets
    • configuring autoscaling
  • If there’s a web-facing component to the app, we need to support OIDC authentication and setting up private networks if no authentication option is viable
  • All major clouds must be supported
    • Azure
    • AWS
    • GCP

This uses the latest pg helm chart we have which doesn't include the flaky mem alert.
@michaeljguarino michaeljguarino added enhancement New feature or request dependencies Pull requests that update a dependency file labels Apr 16, 2023
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bump directus chart version?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bump chart version?

appVersion: "v1.10.5"
dependencies:
- name: postgres
version: 0.1.10
version: 0.1.17
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe need to update helm dependencies? (tgz and chart lock files)

@@ -12,6 +12,6 @@ dependencies:
version: 2.0.0
repository: https://jupyterhub.github.io/helm-chart/
- name: postgres
version: 0.1.16
version: 0.1.17
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe need to update helm dependencies? (tgz and chart lock files)

appVersion: "v0.8.2"
dependencies:
- name: postgres
version: 0.1.10
version: 0.1.17
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe need to update helm dependencies? (tgz and chart lock files)

@@ -9,5 +9,5 @@ dependencies:
version: 0.7.1
repository: https://lightdash.github.io/helm-charts
- name: postgres
version: 0.1.10
version: 0.1.17
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe need to update helm dependencies? (tgz and chart lock files)
also chart version

appVersion: 4.22.5
dependencies:
- name: postgres
version: 0.1.16
version: 0.1.17
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe need to update helm dependencies? (tgz and chart lock files)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what have been modified in this file?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should see if i can revert that, it might be picking up some local changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants