#!/usr/bin/env bash

### IMPORTANT ###
# if the below line has changed, this means the ./helm-charts directory has changed
#   the checksum and ./helm-charts directory should only be modified on official releases as part of a release
# if this checksum has changed as part of any non-release specific changes, please apply your changes to the
#   development version of the helm charts in ./packaging/helm-charts
### IMPORTANT ###
HELM_CHART_CHECKSUM="64d42b4573b0d8bb6d1ae2748b9382da068ab751  -"

### IMPORTANT ###
# if the below line has changed, this means the ./install directory has changed
#   the checksum and ./install directory should only be modified on official releases as part of a release
# if this checksum has changed as part of any non-release specific changes, please apply your changes to the
#   development version of the helm charts in ./packaging/install
### IMPORTANT ###
INSTALL_CHECKSUM="8b62c04d5a5370e0efad1dac8bfbcc1b7b16cc47  -"

### IMPORTANT ###
# if the below line has changed, this means the ./examples directory has changed
#   the checksum and ./examples directory should only be modified on official releases as part of a release
# if this checksum has changed as part of any non-release specific changes, please apply your changes to the
#   development version of the helm charts in ./packaging/examples
### IMPORTANT ###
EXAMPLES_CHECKSUM="a1d55c2ca5a4b8cd5df18e7c8cecd6afcf093de1  -"
