https://github.com/seal-io/helm-charts
Seal Helm Charts
https://github.com/seal-io/helm-charts
helm-chart seal-io walrus
Last synced: 3 months ago
JSON representation
Seal Helm Charts
- Host: GitHub
- URL: https://github.com/seal-io/helm-charts
- Owner: seal-io
- License: apache-2.0
- Created: 2023-12-27T07:03:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T09:59:38.000Z (about 1 year ago)
- Last Synced: 2025-01-16T15:13:26.907Z (5 months ago)
- Topics: helm-chart, seal-io, walrus
- Language: Shell
- Homepage: https://artifacthub.io/packages/search?org=seal-io
- Size: 43.9 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Seal Helm Charts
[](https://artifacthub.io/packages/search?org=seal-io)
[](https://github.com/seal-io/helm-charts/actions)
[](https://github.com/seal-io/helm-charts#license)
[](https://github.com/seal-io/helm-charts/releases)Seal Helm is a collection of charts for https://github.com/seal-io projects. The charts can be added using following command.
```shell
helm repo add seal-io https://seal-io.github.io/helm-charts
```Or install a specific chart from OCI registry as below.
```shell
# latest version
helm install my-release oci://ghcr.io/seal-io/helm-charts/
# with specific version
helm install my-release oci://ghcr.io/seal-io/helm-charts/ --version
```# License
Copyright (c) 2023 [Seal, Inc.](https://seal.io)
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](./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.