Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix overlay e2e test caused by troublesome bitnami postgres image #1677

Merged
merged 3 commits into from Jul 5, 2023

Conversation

Sambigeara
Copy link
Contributor

@Sambigeara Sambigeara commented Jul 5, 2023

A change to the underlying postgres image used in our e2e overlay test caused some errors related to duplicate namespaces with the kubectl create namespace command - perhaps (and I'm guessing here) due to being unable to teardown the namespace prior to generating it again on the next test. There were a few fixes for bugs appearing around version 12.6.1:

bitnami/charts@262f4f1
bitnami/charts@d6234d8

Locking to this image version resolves this for now.

@oguzhand95 oguzhand95 self-requested a review July 5, 2023 14:45
oguzhand95
oguzhand95 previously approved these changes Jul 5, 2023
@codecov
Copy link

codecov bot commented Jul 5, 2023

Codecov Report

Merging #1677 (1fa9a54) into main (79826d7) will increase coverage by 0.18%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1677      +/-   ##
==========================================
+ Coverage   53.00%   53.18%   +0.18%     
==========================================
  Files         131      131              
  Lines       15314    15314              
==========================================
+ Hits         8117     8145      +28     
+ Misses       6492     6463      -29     
- Partials      705      706       +1     

see 3 files with indirect coverage changes

Signed-off-by: Sam Lock <sam@swlock.co.uk>
Signed-off-by: Sam Lock <sam@swlock.co.uk>
@oguzhand95 oguzhand95 self-requested a review July 5, 2023 15:30
@Sambigeara Sambigeara merged commit 210ccc3 into cerbos:main Jul 5, 2023
19 checks passed
@Sambigeara Sambigeara deleted the fix/lock-overlay-postgres-image branch July 5, 2023 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants