PreviewHQ
  • Introduction
  • Basics
    • What is Continuous Product Review?
    • What is a Preview Environment?
    • Use Cases
      • Product and Stakeholder Review
      • QA Environments
      • Automated End-to-End Testing
      • Sales Demo Environments
      • Support Training
  • Getting Started
    • Installation
    • Add Configuration
    • Add a Cluster
    • Create a Deployment
      • with a Pull Request
      • with the Dashboard
      • with the CLI
      • with the API
  • Technical Stuff
    • Defining Deployments
      • Helm Charts
      • Kubernetes Manifests
      • [UNRELEASED] Terraform
    • Configuration File
      • Branches
      • Services
      • Chart Repositories
      • Chart Values
      • Docker Registries
      • Images
      • Webhooks
    • Template Strings
    • Using Seed Data
      • Using Shared Data Sources
    • Access Control
      • Preview Application Access
      • Preview Environment Access
    • Using Third-Party Integrations
    • Debugging
    • Current Limitations
  • Sample Applications
    • Emojivoto
    • Guestbook - Helm
    • Guestbook - Manifests
  • misc
    • FAQ
    • Changelog
    • Telemetry Data
    • Links
      • Homepace
      • Dashboard
Powered by GitBook
On this page

Was this helpful?

  1. Technical Stuff
  2. Configuration File

Chart Values

The charts key allows specification of Helm specific configuration that Preview uses as part of deploying charts.

Key

Description

Default

charts.imageSpec.repositoryTarget

The value key to be passed the repository of the image to be deployed.

image.repository

charts.imageSpec.tagTarget

The value key to be passed the tag of the image to be deployed.

image.tag

charts.directory

The directory, relative to the root of your repository, where charts can be found. By default all charts are deployed.

charts

charts.include

A list of the directory names within the charts directory that should be included. All others are excluded.

[]

charts.exclude

A list of directory names within the charts directory which should not be deployed

[]

Note that if neither charts.include and charts.exclude are provided, all discovered charts are deployed.

PreviousChart RepositoriesNextDocker Registries

Last updated 4 years ago

Was this helpful?