Skip to content

Commit

Permalink
better safe than sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
chrutzer committed Aug 8, 2024
1 parent 21aad3b commit 166bf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/redis/composition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
{{ $size := .observed.composite.resource.spec.size | default "8Gi" }}
{{ $versionMapping := dict "7" "19.6.4" }}
{{ $versionMapping := dict "7" "19.4.0" }}
{{ $specVersion := .observed.composite.resource.spec.version | default "7" }}
{{ $version := index $versionMapping $specVersion }}
Expand Down

0 comments on commit 166bf05

Please sign in to comment.