Skip to content

Commit

Permalink
update example/test for helm fetching (#716)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitriy Kalinin <[email protected]>
  • Loading branch information
cppforlife and Dmitriy Kalinin authored Jun 2, 2022
1 parent 3b4e5b0 commit 772c1c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/redis-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
fetch:
- helmChart:
name: redis
version: "12.10.1"
version: "16.10.0"
repository:
url: https://charts.bitnami.com/bitnami
template:
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/kappcontroller/helm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
fetch:
- helmChart:
name: redis
version: "12.10.1"
version: "16.10.0"
repository:
url: https://charts.bitnami.com/bitnami
template:
Expand Down Expand Up @@ -173,7 +173,7 @@ spec:
fetch:
- helmChart:
name: redis
version: "12.10.1"
version: "16.10.0"
repository:
url: https://charts.bitnami.com/bitnami
- inline:
Expand Down

0 comments on commit 772c1c2

Please sign in to comment.