Skip to content

Commit

Permalink
maint: Bump release tooling (#247)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

Updates our helm release tools to be up-to-date. This is necessary to
use oci repository urls. See
https://app.circleci.com/pipelines/github/honeycombio/helm-charts/645/workflows/d4873a2d-4a88-4b1c-b553-e8f186f61580/jobs/265

## Short description of the changes

Update to use latest helm and chart releaser

## How to verify that this has the expected result

Tested that cr package worked with these versions locally.
  • Loading branch information
TylerHelmuth authored May 12, 2023
1 parent fe37065 commit dda7724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/install_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -o errexit

readonly HELM_VERSION=3.5.2
readonly CHART_RELEASER_VERSION=1.2.0
readonly HELM_VERSION=3.12.0
readonly CHART_RELEASER_VERSION=1.5.0

echo "Installing Helm..."
curl -LO "https://get.helm.sh/helm-v$HELM_VERSION-linux-amd64.tar.gz"
Expand Down

0 comments on commit dda7724

Please sign in to comment.