File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ADMIN_CONSOLE_IMAGE_OVERRIDE =
99ADMIN_CONSOLE_MIGRATIONS_IMAGE_OVERRIDE =
1010EMBEDDED_OPERATOR_CHART_URL = oci://registry.replicated.com/library
1111EMBEDDED_OPERATOR_CHART_NAME = embedded-cluster-operator
12- EMBEDDED_OPERATOR_CHART_VERSION = 0.22.0
12+ EMBEDDED_OPERATOR_CHART_VERSION = 0.22.1
1313OPENEBS_CHART_URL = https://openebs.github.io/charts
1414OPENEBS_CHART_NAME = openebs/openebs
1515OPENEBS_CHART_VERSION = 3.10.0
@@ -69,11 +69,11 @@ pkg/goods/bins/embedded-cluster/kubectl-preflight: Makefile
6969 tar -xzf output/tmp/preflight/preflight.tar.gz -C output/tmp/preflight
7070 mv output/tmp/preflight/preflight pkg/goods/bins/embedded-cluster/kubectl-preflight
7171
72- output/tmp/release-onmerge.tar.gz :
72+ output/tmp/release-onmerge.tar.gz : e2e/kots-release-onmerge/ *
7373 mkdir -p output/tmp
7474 tar -czf output/tmp/release-onmerge.tar.gz -C e2e/kots-release-onmerge .
7575
76- output/tmp/release-onpr.tar.gz :
76+ output/tmp/release-onpr.tar.gz : e2e/kots-release-onpr/ *
7777 mkdir -p output/tmp
7878 tar -czf output/tmp/release-onpr.tar.gz -C e2e/kots-release-onpr .
7979
You can’t perform that action at this time.
0 commit comments