-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
630dfda
to
e4bb886
Compare
c8568eb
to
35367df
Compare
Signed-off-by: PINCHON Benjamin <[email protected]>
35367df
to
4274774
Compare
There was a problem hiding this 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) }} |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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]" |
There was a problem hiding this comment.
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]" |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Useless, we use docker
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Useless, to delete
Helm chart treated in a separate project |
No description provided.