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

helmsman: init at 3.3.0 #86328

Merged
merged 2 commits into from May 13, 2020
Merged

helmsman: init at 3.3.0 #86328

merged 2 commits into from May 13, 2020

Conversation

Lynty
Copy link
Member

@Lynty Lynty commented Apr 29, 2020

Motivation for this change

Adds https://github.com/Praqma/helmsman, a useful tool which allows you to automate the deployment/management of your Helm charts from version controlled code.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Copy link
Member

@oxzi oxzi left a comment

Choose a reason for hiding this comment

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

Thanks a lot for your first contribution to the nixpkgs!

Perhaps you want to change the addressed lines.

pkgs/applications/networking/cluster/helmsman/default.nix Outdated Show resolved Hide resolved
pkgs/applications/networking/cluster/helmsman/default.nix Outdated Show resolved Hide resolved
@oxzi oxzi self-requested a review April 29, 2020 19:35
Copy link
Member

@oxzi oxzi left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

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

otherwise LGTM

Comment on lines 16 to 21
meta = {
description = "Helm Charts (k8s applications) as Code tool";
homepage = "https://github.com/Praqma/helmsman";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ lynty ];
platforms = lib.platforms.unix;
Copy link
Contributor

Choose a reason for hiding this comment

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

just to make it a little more concise

Suggested change
meta = {
description = "Helm Charts (k8s applications) as Code tool";
homepage = "https://github.com/Praqma/helmsman";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ lynty ];
platforms = lib.platforms.unix;
meta = with lib; {
description = "Helm Charts (k8s applications) as Code tool";
homepage = "https://github.com/Praqma/helmsman";
license = licenses.mit;
maintainers = with maintainers; [ lynty ];
platforms = platforms.unix;

@jonringer
Copy link
Contributor

@Lynty thanks again for opening your first PR. PR volume is super high, and hard to get to everyone

Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

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

LGTM

Result of nixpkgs-review pr 86328 1

1 package built:
- helmsman

@jonringer jonringer merged commit c85f0a1 into NixOS:master May 13, 2020
@Lynty Lynty deleted the helmsman-init branch May 13, 2020 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants