#!/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="9195d996f79ced2f87fd49835ec3902561eb6b87  -"

### 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="5df6051d4a76304bf1476f6242fd5d2457264846  -"

### 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="f2dfd4fa4ba6ec122382b66b8d3a53eb129f0abd  -"
