Skip to content

submariner-io/submariner-charts

Folders and files

NameName
Last commit message
Last commit date
Apr 1, 2025
Jan 22, 2025
Jan 22, 2025
Jan 22, 2025
May 16, 2022
Jun 29, 2021
Jul 7, 2022
Sep 20, 2022
Mar 15, 2022
Mar 15, 2022
Dec 17, 2020
Feb 7, 2024
Feb 7, 2024
Dec 17, 2020
Mar 12, 2019
Mar 4, 2025
May 16, 2022
Nov 14, 2022
Jan 22, 2025
Jan 22, 2025

Repository files navigation

submariner-charts

CII Best Practices Release Charts Periodic Flake Finder

Please see the Helm docs on Submariner's website.

Development workflow

Prerequisites

Create a fork and checkout

Create a fork of the original repository, clone it locally and checkout a new branch from master.

Example:

git clone https://github.com/myuser/submariner-charts.git
cd submariner-charts
git checkout -b new-feature

Now you can modify the Helm charts according to your needs.

Use the modified charts

Locally-modified charts can be installed using helm install, referring to the local path; for example:

helm install submariner-k8s-broker ./submariner-k8s-broker ...

In the base directory of this repository, a local deployment using the local charts can be obtained by running the following command:

make deploy

This will start two kind clusters and deploy Submariner using the Broker and Operator charts.

make e2e

will run the end-to-end test suite used to validate that Submariner is working correctly.