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

Change order of initialization, fixes #1059 #1062

Closed
wants to merge 2 commits into from

Conversation

mreiche
Copy link

@mreiche mreiche commented Oct 18, 2024

Configuring Nexus3...
Waiting for Nexus...
Waiting for Nexus...
Waiting for Nexus...
Waiting for Nexus...
Configuring anonymous access...
Anonymous access configured.
Configuring blob stores...
Configuring repositories...
Repository 'osm-maps' configured.
Configuring roles...
Role 'nx-metrics' configured.
Role 'osm-reader' configured.
Role 'osm-writer' configured.
Configuring users...
User 'osm-reader' configured.
User 'osm-writer' configured.
Configuring scripts...
Script 'cleanup' updated.
Script 'task' updated.
Configuring cleanup policies...
Configuring tasks...
Nexus3 configured successfully!

Copy link
Owner

@stevehipwell stevehipwell left a comment

Choose a reason for hiding this comment

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

This looks good at first glance, and it looks like you've already tested it?

Could you add an entry to the CHANGELOG for this change?

@mreiche
Copy link
Author

mreiche commented Oct 22, 2024

This looks good at first glance, and it looks like you've already tested it?

Could you add an entry to the CHANGELOG for this change?

The output above is from the tested container. I've updated the changelog but in the Unreleased section. Hope that fits.

@@ -14,6 +14,8 @@

## [UNRELEASED]

- Changed the order of the initialization scripts to allow creating roles based on repository privileges (fixes #1059)
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
- Changed the order of the initialization scripts to allow creating roles based on repository privileges (fixes #1059)
### Changed
- Changed the order of the initialization scripts to allow creating roles based on repository privileges. ([#1062](https://github.com/stevehipwell/helm-charts/pull/1062) _@mreiche_

If you want to reference the actual change this is the pattern to use.

@stevehipwell
Copy link
Owner

@mreiche I'm having to do an emergency release of the chart so I'm going to make these changes directly. Thanks for your PR, FYI the scripts and cleanup blocks would also need moving up as repo config can refer to cleanup policies.

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