Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/checkpointsw/charts
Deploy Kubernetes Helm Charts for Check Point CloudGuard
https://github.com/checkpointsw/charts
charts deploy helm helm-charts kubernetes operate security-tools
Last synced: about 1 month ago
JSON representation
Deploy Kubernetes Helm Charts for Check Point CloudGuard
- Host: GitHub
- URL: https://github.com/checkpointsw/charts
- Owner: CheckPointSW
- License: mit
- Created: 2019-12-26T16:07:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T12:43:14.000Z (2 months ago)
- Last Synced: 2024-10-21T19:25:40.321Z (2 months ago)
- Topics: charts, deploy, helm, helm-charts, kubernetes, operate, security-tools
- Language: Smarty
- Homepage: https://portal.checkpoint.com/dashboard/cloudguard#/v2/home
- Size: 3.45 MB
- Stars: 18
- Watchers: 12
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Check Point Helm Charts Repository
## Overview
This repository hosts Check Points [Helm Charts](https://helm.sh) for deploying applications to [Kubernetes](https://kubernetes.io/).
The `checkpoint` directory contains the Helm chart source files, while the `repository` directory contains the packaged Helm chart binaries.
To add the 'checkpoint' repo to local repository list, run the following command :
```
$ helm repo add checkpoint https://raw.githubusercontent.com/CheckPointSW/charts/master/repository/
```## Install Helm
Please install [Helm](https://helm.sh) as explained in their [documentation](https://helm.sh/docs/intro/install/#scrollpane).