Skip to content

GarnerCorp/ssh-gateway-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH Gateway Helm

This repository contains a helm chart for running ssh for tunneling.

Using the Chart

The chart can be added as a dependency to other charts by adding this to your Chart.yaml:

dependencies:
- name: ssh-gateway
  version: x.x.x
  repository: https://garnercorp.github.io/ssh-gateway-helm/

Updating the Chart

  1. Make changes to the chart
  2. Bump the version in Chart.yaml
  3. Commit to master. The chart should be released to the gh-pages branch, in the helm repository.

Force a Release

⚠️ Only those with direct write access to this repo will be able to force a release.

⚠️ You will need to make sure you have updated the chart version to a new version that hasn't been released yet before running this. It will package your local changes, so make sure they are merged to master before running.

  1. Install chart-releaser
  2. Get a GitHub Personal Access Token with repo scope
  3. Run:
    ./scripts/release-chart.sh $GITHUB_PAT
    
  4. The chart should be released to the gh-pages branch, in the helm repository.