Helm Chart
Installing the Flyimg Helm Chart
This section provides the steps to install the Flyimg Helm chart using Helm.
Prerequisites
- Helm 3.x installed on your machine. Get Helm
- Kubernetes cluster running (local or cloud-based)
Add Flyimg Helm Repository
First, add the Flyimg Helm chart repository to Helm:
Install Flyimg
Once the repository is added, you can install the Flyimg chart with the following command:
Replace <release_name>
with a name you choose for your deployment.
Customizing Installation
You can customize your Flyimg installation by providing a custom values.yaml
file. For example:
Alternatively, you can pass in parameters directly via the command line:
To override the default configuration for Flyimg, you can do that by adding the needed changes in the parameters:
section in your values.yaml file as the following example:
parameters:
storage_system: local
aws_s3:
access_id: 'xxxxxxx'
secret_key: 'xxxxxx'
region: 'eu-central-1'
bucket_name: 'xxxxx'
....
Upgrade Flyimg
To upgrade the Flyimg chart after making changes to your configuration:
Uninstalling Flyimg
To uninstall and remove all associated resources:
Helm Chart Repository Info
- Repository URL: https://charts.flyimg.io
- Chart Name: flyimg
- Available Versions: Run
helm search repo flyimg
to see the available chart versions. - Github repo: https://github.com/flyimg/helm-charts