-
-
Notifications
You must be signed in to change notification settings - Fork 46
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(cijenkinsio-agents-2) adding the jenkins agents for bom and others builds #6026
base: main
Are you sure you want to change the base?
feat(cijenkinsio-agents-2) adding the jenkins agents for bom and others builds #6026
Conversation
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.
Ref. jenkins-infra/helpdesk#4460
=> needs to remove any reference to the "registry secrets" chart
- name: docker-registry-secrets | ||
# This helm chart doesn't create any resources within the namespace specified below. | ||
# Specifying a namespace is required by the "needs" feature of helmfile (to allow referencing to this release from others) | ||
namespace: default | ||
chart: jenkins-infra/docker-registry-secrets | ||
version: 0.1.0 | ||
values: | ||
- "../config/docker-registry-secrets.yaml" | ||
secrets: | ||
- "../secrets/config/docker-registry-secrets/secrets.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.
- name: docker-registry-secrets | |
# This helm chart doesn't create any resources within the namespace specified below. | |
# Specifying a namespace is required by the "needs" feature of helmfile (to allow referencing to this release from others) | |
namespace: default | |
chart: jenkins-infra/docker-registry-secrets | |
version: 0.1.0 | |
values: | |
- "../config/docker-registry-secrets.yaml" | |
secrets: | |
- "../secrets/config/docker-registry-secrets/secrets.yaml" |
needs: | ||
- default/docker-registry-secrets |
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.
needs: | |
- default/docker-registry-secrets |
as per jenkins-infra/helpdesk#4319 (comment)
and following #6020
this PR add the jenkins-kubernetes-agents releases with service-account, rbac, ressources-quotas, dockerhub-registry-secrets as per https://github.com/jenkins-infra/helm-charts/blob/main/charts/jenkins-kubernetes-agents/