#!/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="8f91663fcf9ef6547447935b87c15507e3f79e61  -"

### 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="21c80eb3697d0668d9e4a3da45fe83f0c9ffb692  -"

### 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="17094f04a9d0f4e706bfc7e44cd74c56621c85e8  -"
