Skip to content

Commit

Permalink
chore(common): fix tests (#29804)
Browse files Browse the repository at this point in the history
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

**➕ App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
  • Loading branch information
stavros-k authored Dec 1, 2024
1 parent f6b39e5 commit 9465fbc
Showing 1 changed file with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ tests:
copyMethod: Snapshot
pruneIntervalDays: 7
retain:
hourly: 24
daily: 7
weekly: 5
hourly: 6
daily: 5
weekly: 4
monthly: 3
yearly: 1
accessModes:
- ReadWriteOnce
moverSecurityContext:
Expand Down Expand Up @@ -102,6 +104,8 @@ tests:
hourly: 20
daily: 5
weekly: 3
monthly: 4
yearly: 2
pruneIntervalDays: 5
credentials: *credentials
asserts:
Expand Down Expand Up @@ -129,6 +133,8 @@ tests:
hourly: 20
daily: 5
weekly: 3
monthly: 4
yearly: 2
accessModes:
- ReadWriteOnce
moverSecurityContext:
Expand Down Expand Up @@ -190,6 +196,8 @@ tests:
hourly: 20
daily: 5
weekly: 3
monthly: 3
yearly: 1
accessModes:
- ReadWriteOnce
storageClassName: somestorageclass
Expand Down Expand Up @@ -252,6 +260,8 @@ tests:
hourly: 20
daily: 5
weekly: 3
monthly: 3
yearly: 1
accessModes:
- ReadWriteOnce
volumeSnapshotClassName: somevsc
Expand Down Expand Up @@ -315,6 +325,8 @@ tests:
hourly: 20
daily: 5
weekly: 3
monthly: 3
yearly: 1
accessModes:
- ReadWriteOnce
storageClassName: somestorageclass
Expand Down

0 comments on commit 9465fbc

Please sign in to comment.