@@ -52,7 +52,7 @@ ingress:
5252 resource .TestCheckResourceAttr (
5353 "argocd_application.simple" ,
5454 "spec.0.source.0.target_revision" ,
55- "15.3.0 " ,
55+ "16.9.11 " ,
5656 ),
5757 resource .TestCheckResourceAttr (
5858 "argocd_application.simple" ,
@@ -520,7 +520,7 @@ resource "argocd_application" "simple" {
520520 source {
521521 repo_url = "https://charts.bitnami.com/bitnami"
522522 chart = "redis"
523- target_revision = "15.3.0 "
523+ target_revision = "16.9.11 "
524524 helm {
525525 parameter {
526526 name = "image.tag"
@@ -560,7 +560,7 @@ resource "argocd_application" "simple" {
560560 source {
561561 repo_url = "https://charts.bitnami.com/bitnami"
562562 chart = "redis"
563- target_revision = "15.3.0 "
563+ target_revision = "16.9.11 "
564564 helm {
565565 parameter {
566566 name = "image.tag"
@@ -604,7 +604,7 @@ resource "argocd_application" "helm" {
604604 source {
605605 repo_url = "https://charts.bitnami.com/bitnami"
606606 chart = "redis"
607- target_revision = "15.3.0 "
607+ target_revision = "16.9.11 "
608608 helm {
609609 release_name = "testing"
610610
@@ -867,7 +867,7 @@ resource "argocd_application" "sync_policy" {
867867 source {
868868 repo_url = "https://charts.bitnami.com/bitnami"
869869 chart = "redis"
870- target_revision = "15.3.0 "
870+ target_revision = "16.9.11 "
871871 }
872872
873873 destination {
@@ -910,7 +910,7 @@ resource "argocd_application" "ignore_differences" {
910910 source {
911911 repo_url = "https://charts.bitnami.com/bitnami"
912912 chart = "redis"
913- target_revision = "15.3.0 "
913+ target_revision = "16.9.11 "
914914 }
915915
916916 destination {
@@ -953,7 +953,7 @@ resource "argocd_application" "ignore_differences_jqpe" {
953953 source {
954954 repo_url = "https://charts.bitnami.com/bitnami"
955955 chart = "redis"
956- target_revision = "15.3.0 "
956+ target_revision = "16.9.11 "
957957 }
958958
959959 destination {
@@ -992,7 +992,7 @@ resource "argocd_application" "simple" {
992992 source {
993993 repo_url = "https://charts.bitnami.com/bitnami"
994994 chart = "redis"
995- target_revision = "15.3.0 "
995+ target_revision = "16.9.11 "
996996 helm {
997997 release_name = "testing"
998998 }
@@ -1017,7 +1017,7 @@ resource "argocd_application" "simple" {
10171017 source {
10181018 repo_url = "https://charts.bitnami.com/bitnami"
10191019 chart = "redis"
1020- target_revision = "15.3.0 "
1020+ target_revision = "16.9.11 "
10211021 helm {
10221022 release_name = "testing"
10231023 }
@@ -1044,7 +1044,7 @@ resource "argocd_application" "simple" {
10441044 source {
10451045 repo_url = "https://charts.bitnami.com/bitnami"
10461046 chart = "redis"
1047- target_revision = "15.3.0 "
1047+ target_revision = "16.9.11 "
10481048 helm {
10491049 release_name = "testing"
10501050 }
@@ -1079,7 +1079,7 @@ resource "argocd_application" "simple" {
10791079 source {
10801080 repo_url = "https://charts.bitnami.com/bitnami"
10811081 chart = "redis"
1082- target_revision = "15.3.0 "
1082+ target_revision = "16.9.11 "
10831083 helm {
10841084 release_name = "testing"
10851085 }
@@ -1115,7 +1115,7 @@ resource "argocd_application" "simple" {
11151115 source {
11161116 repo_url = "https://charts.bitnami.com/bitnami"
11171117 chart = "redis"
1118- target_revision = "15.3.0 "
1118+ target_revision = "16.9.11 "
11191119 helm {
11201120 parameter {
11211121 name = "image.tag"
0 commit comments