1.0.1 • Published 8 months ago
@ottimis/freelens-version-update v1.0.1
FreeLens "Deployment Image Update" Extension
FreeLens extension to simplify update of deployment image tag (containers & initContainers):
- Just open deployment details and save new image tag.

Installing
Installation is easy, you just need to follow these steps:
- Go to the Extensions view (
CMD+SHIFT+Eon macOS). - Enter the name of this extension,
@ottimis/freelens-version-update, into the Install Extension box. - Click on the Install button.

Install
mkdir -p ~/.k8slens/extensions
git clone https://github.com/ottimis/freelens-version-update.git
ln -s $(pwd)/freelens-version-update ~/.k8slens/extensions/freelens-version-updateBuild
To build the extension you can run the npm commands manually:
cd freelens-version-update
npm install
npm run buildIf you want to watch for any source code changes and automatically rebuild the extension you can use:
cd freelens-version-update
npm startUninstall
rm ~/.k8slens/extensions/freelens-version-updateRestart FreeLens application.