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

Prom exporter release #277

Merged
merged 16 commits into from
Dec 6, 2023
Merged

Prom exporter release #277

merged 16 commits into from
Dec 6, 2023

Conversation

jimid27
Copy link
Contributor

@jimid27 jimid27 commented Dec 6, 2023

@jimid27 jimid27 requested a review from a team as a code owner December 6, 2023 18:40
SIGN_KEYRING: ${{ env.SIGN_KEYRING }}
SIGN_PASSPHRASE_FILE: ${{ env.SIGN_PASSPHRASE_FILE }}

- name: Update chart index
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do I need to add all charts to the index? Will something break if I don't?

Copy link
Contributor

Choose a reason for hiding this comment

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

i don't think so but idk!

Copy link
Contributor

@jamiezieziula jamiezieziula left a comment

Choose a reason for hiding this comment

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

lgtm!

# prefect-prometheus-exporter-2023.9.1, but not prefect-prometheus-exporter-2023.09.01
# prefect-prometheus-exporter-2023.11.5, but not prefect-prometheus-exporter-2023.11.05
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
- 'prefect-prometheus-exporter-2[0-9][2-9][3-9].1?[0-9].[1-3]?[0-9]'
Copy link
Contributor

Choose a reason for hiding this comment

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

this makes sense as the release name, is it also the tag name??

Also - should we convert to doing this for the other charts. i think we used to back in the day?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah I'll create an issue to do the same w/ the other charts. This is also the tag name, yes

- https://github.com/PrefectHQ/prefect-helm
type: application
# This version is never actually shipped. github actions will package add the appropriate version at build-time
version: 0.0.0
Copy link
Contributor

Choose a reason for hiding this comment

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

is this accurate? is the app version the docker image version or something else?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Docker image version

@jimid27 jimid27 merged commit d0f324f into main Dec 6, 2023
3 checks passed
@jimid27 jimid27 deleted the chore/create-exporter-chart branch December 6, 2023 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

prometheus-prefect-exporter helm chart
2 participants