snapcrafters / helm

Unofficial Helm installer for Linux
https://snapcraft.io/helm
MIT License
36 stars 26 forks source link

made strict confinement for servers #77

Closed the-ricker closed 1 year ago

the-ricker commented 1 year ago

bumped to 3.10.3 Helm needs to be strict in order to run on Ubuntu Core server

merlijn-sebrechts commented 1 year ago

The way helm works, we can't simply move to strict confinement without breaking many people's existing installations. Helm, using plugins, is basically a build system that can call whichever binary on the host system. Therefor, it needs to stay classic for people using it on a regular distro.

I propose two things;

  1. You create a new separate PR to bump the version
  2. We investigate how to have both a classic and a strict version of a snap. I'm pinging some people to take a look at this and give their input.
merlijn-sebrechts commented 1 year ago

Closing this due to inactivity. That doesn't mean we're not interested in solving this issue. If anyone is interested in getting back on this, please do!