Skip to content

Commit

Permalink
chore: update helm chart versions (#2899)
Browse files Browse the repository at this point in the history
Signed-off-by: Faeka Ansari <[email protected]>
  • Loading branch information
fykaa authored Nov 7, 2024
1 parent 2f5da26 commit 2607f12
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ include $(CURDIR)/hack/tools.mk
SHELL ?= /bin/bash
EXTENDED_PATH ?= $(CURDIR)/hack/bin:$(PATH)

ARGO_CD_CHART_VERSION := 6.9.2
ARGO_ROLLOUTS_CHART_VERSION := 2.35.2
CERT_MANAGER_CHART_VERSION := 1.14.5
ARGO_CD_CHART_VERSION := 7.7.0
ARGO_ROLLOUTS_CHART_VERSION := 2.37.7
CERT_MANAGER_CHART_VERSION := 1.16.1

BUF_LINT_ERROR_FORMAT ?= text
GO_LINT_ERROR_FORMAT ?= colored-line-number
Expand Down
6 changes: 3 additions & 3 deletions hack/quickstart/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

set -x

argo_cd_chart_version=6.9.2
argo_rollouts_chart_version=2.35.0
cert_manager_chart_version=1.14.5
argo_cd_chart_version=7.7.0
argo_rollouts_chart_version=2.37.7
cert_manager_chart_version=1.16.1

helm install cert-manager cert-manager \
--repo https://charts.jetstack.io \
Expand Down
6 changes: 3 additions & 3 deletions hack/quickstart/k3d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

set -x

argo_cd_chart_version=6.9.2
argo_rollouts_chart_version=2.35.0
cert_manager_chart_version=1.14.5
argo_cd_chart_version=7.7.0
argo_rollouts_chart_version=2.37.7
cert_manager_chart_version=1.16.1

k3d cluster create kargo-quickstart \
--no-lb \
Expand Down
6 changes: 3 additions & 3 deletions hack/quickstart/kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

set -x

argo_cd_chart_version=6.9.2
argo_rollouts_chart_version=2.35.0
cert_manager_chart_version=1.14.5
argo_cd_chart_version=7.7.0
argo_rollouts_chart_version=2.37.7
cert_manager_chart_version=1.16.1

kind create cluster \
--wait 120s \
Expand Down

0 comments on commit 2607f12

Please sign in to comment.