Skip to content

Commit ccf5c15

Browse files
authored
fix kotsadm chart apply error (#310)
* testing * reset installation state test script * run puppeteer for more installs * lint * no puppeteer on non-ubuntu * more dedup * test alternate operator image * what did I do to nginx * update operator image * install operator last * testing delay * status before puppeteer * restart kotsadm after installation * ordering * restart kotsadm before waiting for health * correct timestamps * correct timestamps again * fix metadata file location * why unhealthy * systemctl * ??? * add installation status check to cluster state script * update operator image * test without restarting kotsadm * ensure things are still broken with order 2 * set embedded-cluster-operator chart order to 99 * remove restartDeployment function * cleanup test functions * ensure operator image override is required * yep it's required * test with actual operator fix * test with no memcached chart * why is that not OK * all installations * simpler * update wait-for-pod functions * wat * nginx wait change * memcached failure logs * better failure logs * look for chart secret * wait for the installation to become Installed directly * just to make sure * add time info to tests * reinclude loadbearing sleep * add comment to loadbearing sleep * use released version of embedded-cluster-operator
1 parent aa35f9b commit ccf5c15

File tree

12 files changed

+181
-172
lines changed

12 files changed

+181
-172
lines changed

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
AWS_SECRET_ACCESS_KEY: ${{ secrets.INFRA_EMBEDDED_CLUSTER_UPLOAD_IAM_SECRET }}
6161
AWS_REGION: "us-east-1"
6262
run: |
63-
export EC_VERSION="dev-metadata"
63+
export EC_VERSION="vdev-metadata"
6464
./scripts/cache-files.sh
6565
6666
- name: Cache files for integration test
@@ -71,7 +71,7 @@ jobs:
7171
AWS_SECRET_ACCESS_KEY: ${{ secrets.STAGING_EMBEDDED_CLUSTER_UPLOAD_IAM_SECRET }}
7272
AWS_REGION: "us-east-1"
7373
run: |
74-
export EC_VERSION="dev-metadata"
74+
export EC_VERSION="vdev-metadata"
7575
./scripts/cache-files.sh
7676
e2e:
7777
runs-on: ubuntu-latest

.github/workflows/release-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
AWS_SECRET_ACCESS_KEY: ${{ secrets.STAGING_EMBEDDED_CLUSTER_UPLOAD_IAM_SECRET }}
3030
AWS_REGION: "us-east-1"
3131
run: |
32-
export EC_VERSION="staging-metadata"
32+
export EC_VERSION="vstaging-metadata"
3333
./scripts/cache-files.sh
3434
- name: Publish development release
3535
uses: marvinpinto/action-automatic-releases@latest

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ADMIN_CONSOLE_IMAGE_OVERRIDE =
99
ADMIN_CONSOLE_MIGRATIONS_IMAGE_OVERRIDE =
1010
EMBEDDED_OPERATOR_CHART_URL = oci://registry.replicated.com/library
1111
EMBEDDED_OPERATOR_CHART_NAME = embedded-cluster-operator
12-
EMBEDDED_OPERATOR_CHART_VERSION = 0.21.0
12+
EMBEDDED_OPERATOR_CHART_VERSION = 0.22.0
1313
OPENEBS_CHART_URL = https://openebs.github.io/charts
1414
OPENEBS_CHART_NAME = openebs/openebs
1515
OPENEBS_CHART_VERSION = 3.10.0

0 commit comments

Comments
 (0)