Skip to content

Commit

Permalink
chore(test): e2e: apply remote expecteddeploymentscales CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1907 committed Nov 23, 2023
1 parent 213bbc9 commit ef50786
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 60 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# wiremind-kubernetes

## v7.4.1 (2023-11-23)
### Chore
- tests: e2e: apply expecteddeploymentscales CRD from wiremind helm chart repository

## v7.4.0 (2023-07-21)
### Feature
- kubernetes: support StorageV1Api
Expand Down
57 changes: 0 additions & 57 deletions CustomResourceDefinition-expecteddeploymentscales.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.0
7.4.1
2 changes: 1 addition & 1 deletion src/wiremind_kubernetes/tests/e2e_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def delete_namespace() -> None:
@pytest.fixture
def populate_cluster() -> Generator[None, None, None]:
run_command(
f"kubectl apply -f {absolute_path}/../../CustomResourceDefinition-expecteddeploymentscales.yaml",
"kubectl apply -f https://raw.githubusercontent.com/wiremind/wiremind-helm-charts/wiremind-crds-0.1.0/charts/wiremind-crds/templates/expecteddeploymentscales.yaml",
)

try:
Expand Down
2 changes: 1 addition & 1 deletion src/wiremind_kubernetes/tests/e2e_tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logging
import subprocess
import sys
import urllib
import urllib.parse
from typing import Any, Dict, List

import kubernetes
Expand Down

0 comments on commit ef50786

Please sign in to comment.