Skip to content

seal-io/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seal Helm Charts

Seal Helm is a collection of charts for https://github.com/seal-io projects. The charts can be added using following command.

helm repo add seal-io https://seal-io.github.io/helm-charts

Or install a specific chart from OCI registry as below.

# latest version
helm install my-release oci://ghcr.io/seal-io/helm-charts/<CHART>
# with specific version
helm install my-release oci://ghcr.io/seal-io/helm-charts/<CHART> --version <VERSION>

License

Copyright (c) 2023 Seal, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at LICENSE file for details.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.