Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

[filebeat] fix(template): fullnameOverride if releaseName is "filebeat" #1084

Closed
wants to merge 1 commit into from

Conversation

eyenx
Copy link

@eyenx eyenx commented Feb 25, 2021

Signed-off-by: Toni Tauro toni.tauro@adfinis.com

  • Chart version not bumped (the versions are all bumped and released at the same time)
  • README.md updated with any new values or changes # not needed
  • Updated template tests in ${CHART}/tests/*.py # not needed
  • Updated integration tests in ${CHART}/examples/*/test/goss.yaml # not needed

@elasticmachine
Copy link
Collaborator

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

@cla-checker-service
Copy link

cla-checker-service bot commented Feb 25, 2021

💚 CLA has been signed

@eyenx eyenx changed the title fix(template): fullnameOverride if releaseName is "filebeat" [filebeat] fix(template): fullnameOverride if releaseName is "filebeat" Feb 25, 2021
@eyenx
Copy link
Author

eyenx commented Feb 25, 2021

before:

$ helm template filebeat .  | grep " name: "
  name: filebeat-filebeat
  name: filebeat-filebeat-config
  name: filebeat-filebeat-cluster-role
  name: filebeat-filebeat-cluster-role-binding
  name: filebeat-filebeat-cluster-role
  name: filebeat-filebeat
  name: filebeat-filebeat

after:

$ helm template filebeat .  | grep " name: "   fix/filebeat-fullnameOverride ✔
  name: filebeat
  name: filebeat-daemonset-config
  name: filebeat-cluster-role
  name: filebeat-cluster-role-binding
  name: filebeat-cluster-role
  name: filebeat
  name: filebeat
      name: "filebeat"
      - name: filebeat-config
          name: filebeat-daemonset-config

@eyenx eyenx closed this Feb 25, 2021
@eyenx eyenx reopened this Feb 25, 2021
Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>
@eyenx eyenx force-pushed the fix/filebeat-fullnameOverride branch from 6eff2d2 to 578bc4a Compare February 25, 2021 13:09
@jmlrt jmlrt added the filebeat label Mar 3, 2021
@jmlrt
Copy link
Member

jmlrt commented Mar 3, 2021

Hi @eyenx,
Thanks for opening this PR.
We'll try to review it soon. Please be patient.

@eyenx
Copy link
Author

eyenx commented Mar 8, 2021

No hurry

@botelastic
Copy link

botelastic bot commented Jun 6, 2021

This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. To track this PR (even if closed), please open a corresponding issue if one does not already exist.

@jmlrt
Copy link
Member

jmlrt commented Jun 7, 2021

still valid

@botelastic botelastic bot removed the triage/stale label Jun 7, 2021
Copy link
Member

@jmlrt jmlrt left a comment

Choose a reason for hiding this comment

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

Change looks good technically, however, I'm still not sure we would want to merge it. Using {{ .Release.Name }}-{{ .Chart.Name }} is a kind of convention that we are using in our charts.

If we are changing it we should change it for all our charts at the same time, but it could break eventually for people writing automation based on the pod names.

@botelastic
Copy link

botelastic bot commented Oct 5, 2021

This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. To track this PR (even if closed), please open a corresponding issue if one does not already exist.

@botelastic
Copy link

botelastic bot commented Nov 12, 2021

This PR has been automatically closed because it has not had recent activity since being marked as stale. Please reopen when work resumes.

@botelastic botelastic bot closed this Nov 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants