Skip to content

Commit

Permalink
fix-ats-tests (#140)
Browse files Browse the repository at this point in the history
* fix-ats-tests

* Update tests/ats/test_olly_op.py

* add missing kind config

* Update kind-config.yaml

* fix-tests

* fix cert

* clean up
  • Loading branch information
QuentinBisson authored Nov 5, 2024
1 parent e7c4444 commit 1687306
Show file tree
Hide file tree
Showing 6 changed files with 241 additions and 202 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Disable crd installation from alloy-metrics as this is causing issues with the new v29 releases.
- Fix failing ATS tests by upgrading python testing dependencies and creating necessary secrets.

## [0.8.1] - 2024-10-17

Expand Down
2 changes: 1 addition & 1 deletion helm/observability-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
valueFrom:
secretKeyRef:
name: grafana
key: admin-username
key: admin-user
- name: GRAFANA_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
Expand Down
6 changes: 3 additions & 3 deletions tests/ats/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ verify_ssl = true
name = "pypi"

[packages]
pytest-helm-charts = ">=1.0.2"
pytest = ">=6.2.5"
pykube-ng = ">=22.1.0"
pytest-helm-charts = ">=1.3.2"
pytest = ">=8.3.3"
pykube-ng = ">=23.6.0"
pytest-rerunfailures = "~=14.0"

[requires]
Expand Down
Loading

0 comments on commit 1687306

Please sign in to comment.