Skip to content

Commit

Permalink
update embedded-cluster-operator from v0.22.0 to v0.22.1 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored Feb 2, 2024
1 parent eebe20d commit d3594e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ADMIN_CONSOLE_IMAGE_OVERRIDE =
ADMIN_CONSOLE_MIGRATIONS_IMAGE_OVERRIDE =
EMBEDDED_OPERATOR_CHART_URL = oci://registry.replicated.com/library
EMBEDDED_OPERATOR_CHART_NAME = embedded-cluster-operator
EMBEDDED_OPERATOR_CHART_VERSION = 0.22.0
EMBEDDED_OPERATOR_CHART_VERSION = 0.22.1
OPENEBS_CHART_URL = https://openebs.github.io/charts
OPENEBS_CHART_NAME = openebs/openebs
OPENEBS_CHART_VERSION = 3.10.0
Expand Down Expand Up @@ -69,11 +69,11 @@ pkg/goods/bins/embedded-cluster/kubectl-preflight: Makefile
tar -xzf output/tmp/preflight/preflight.tar.gz -C output/tmp/preflight
mv output/tmp/preflight/preflight pkg/goods/bins/embedded-cluster/kubectl-preflight

output/tmp/release-onmerge.tar.gz:
output/tmp/release-onmerge.tar.gz: e2e/kots-release-onmerge/*
mkdir -p output/tmp
tar -czf output/tmp/release-onmerge.tar.gz -C e2e/kots-release-onmerge .

output/tmp/release-onpr.tar.gz:
output/tmp/release-onpr.tar.gz: e2e/kots-release-onpr/*
mkdir -p output/tmp
tar -czf output/tmp/release-onpr.tar.gz -C e2e/kots-release-onpr .

Expand Down

0 comments on commit d3594e4

Please sign in to comment.