small-hack / smol-k8s-lab

☁️ CLI & TUI with a smol friendly vibe to get started with Kubernetes on metal, then bootstrap apps using Argo CD 🧸 Great for testing webapps and benchmarking.
https://small-hack.github.io/smol-k8s-lab/
GNU Affero General Public License v3.0
12 stars 1 forks source link

Update vouch and bitwarden eso repos in default config #197

Closed jessebot closed 3 months ago

jessebot commented 3 months ago

Please see https://github.com/small-hack/smol-k8s-lab/issues/198

⚠️ If you're an existing user, and you already have vouch installed via Argo CD, please update your Argo CD project. You can do that by:

  1. open your ~/.config/smol-k8s-lab/config.yaml with your favorite text editor.
  2. search for vouch-helm-chart
  3. change the project.source_repos from https://github.com/jessebot/vouch-helm-chart to https://github.com/small-hack/vouch-helm
  4. save and quit

Then you should be good to go. You can can choose to either run smol-k8s-lab again to update your project, or you can do the following:

  1. go to settings > projects (which should be at https://yourargodoman.tld/settings/projects)
  2. click vouch in the project list
  3. navigate to the SOURCE REPOSITORIES section and select "EDIT"
  4. change https://github.com/jessebot/vouch-helm-chart to https://github.com/small-hack/vouch-helm
  5. Click "SAVE"
  6. you may need to refresh or sync your vouch Argo CD app