@@ -46,7 +46,7 @@ func TestDaprInstanceDeployWithDefaults(t *testing.T) {
4646 WithTransform (AsJSON (), And (
4747 MatchJQ (`.status.chart.name == "dapr"` ),
4848 MatchJQ (`.status.chart.repo == "embedded"` ),
49- MatchJQ (`.status.chart.version == "1.13.1 "` ),
49+ MatchJQ (`.status.chart.version == "1.13.2 "` ),
5050 )),
5151 )
5252}
@@ -116,7 +116,7 @@ func TestDaprInstanceDeployWithCustomSidecarImage(t *testing.T) {
116116 WithTransform (AsJSON (), And (
117117 MatchJQ (`.status.chart.name == "dapr"` ),
118118 MatchJQ (`.status.chart.repo == "embedded"` ),
119- MatchJQ (`.status.chart.version == "1.13.1 "` ),
119+ MatchJQ (`.status.chart.version == "1.13.2 "` ),
120120 )),
121121 )
122122
@@ -162,7 +162,7 @@ func TestDaprInstanceDeployWithApp(t *testing.T) {
162162 WithTransform (AsJSON (), And (
163163 MatchJQ (`.status.chart.name == "dapr"` ),
164164 MatchJQ (`.status.chart.repo == "embedded"` ),
165- MatchJQ (`.status.chart.version == "1.13.1 "` ),
165+ MatchJQ (`.status.chart.version == "1.13.2 "` ),
166166 )),
167167 )
168168
0 commit comments