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(cijenkinsio-agents-2) adding the jenkins agents for bom and others builds #6026

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

smerle33
Copy link
Contributor

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/

@smerle33 smerle33 marked this pull request as draft December 17, 2024 17:37
Copy link
Contributor

@dduportal dduportal left a 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

Comment on lines +15 to +24
- 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"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- 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"

Comment on lines +26 to +27
needs:
- default/docker-registry-secrets
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
needs:
- default/docker-registry-secrets

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.

2 participants