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

feat(helm): init helm chart #42

Closed
wants to merge 1 commit into from

Conversation

mydoomfr
Copy link
Contributor

No description provided.

@mydoomfr mydoomfr added the enhancement New feature or request label Oct 28, 2024
@mydoomfr mydoomfr requested a review from antrema October 28, 2024 15:56
@mydoomfr mydoomfr marked this pull request as ready for review October 29, 2024 14:42
@mydoomfr mydoomfr force-pushed the feat-helmchart branch 2 times, most recently from c8568eb to 35367df Compare October 29, 2024 15:56
Signed-off-by: PINCHON Benjamin <[email protected]>
Copy link
Collaborator

@antrema antrema left a comment

Choose a reason for hiding this comment

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

Good job

Determine the image to use
*/}}
{{- define "powerdns-operator.image" -}}
{{ printf "%s:v%s" .image.repository (.image.tag | default .chartAppVersion) }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why not:
{{ printf "%s:v%s" .Values.image.repository (.Values.image.tag | default .Chart.AppVersion) }}

- main
- release-*
paths:
- charts/powerdns-operator/Chart.yaml
Copy link
Collaborator

Choose a reason for hiding this comment

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

Separate 'lint-and-test' on all commits and 'release' on charts/powerdns-operator/Chart.yaml evolutions

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Really needed ?

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Really needed ?

- name: Install chart unittest
run: |
helm env
helm plugin install https://github.com/helm-unittest/helm-unittest
Copy link
Collaborator

Choose a reason for hiding this comment

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

Useless, we use docker

Copy link
Collaborator

Choose a reason for hiding this comment

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

Useless, to delete

@antrema
Copy link
Collaborator

antrema commented Oct 31, 2024

Helm chart treated in a separate project

@antrema antrema closed this Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants