Skip to content

Commit

Permalink
correct AM version 1.10 -> 1.0.1 (#518)
Browse files Browse the repository at this point in the history
* correct AM version 1.10 -> 1.0.1

* fix version for unit tests
  • Loading branch information
JacobGros committed Mar 4, 2024
1 parent f269388 commit ee81263
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion controllers/csm_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ func getAppMob() []csmv1.Module {
{
Name: csmv1.ApplicationMobility,
Enabled: true,
ConfigVersion: "v1.1.0",
ConfigVersion: "v1.0.1",
Components: []csmv1.ContainerTemplate{
{
Name: "application-mobility-controller-manager",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ spec:
bucket: <BUCKET_NAME>
default: true
config:
region: minio
region: <BACKUP_REGION_URL>
s3ForcePathStyle: true
s3Url: <BACKUP_STORAGE_URL>
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ metadata:
spec:
provider: <CONFIGURATION_PROVIDER>
config:
region: minio
region: <BACKUP_REGION_URL>
2 changes: 1 addition & 1 deletion pkg/modules/application_mobility_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ func TestApplicationMobilityPrecheck(t *testing.T) {

tmpCR := customResource
appMobility := tmpCR.Spec.Modules[0]
appMobility.ConfigVersion = "v1.1.0"
appMobility.ConfigVersion = "v1.0.1"
ns := "default"
licenceCred := getSecret(ns, "dls-license")
ivLicense := getSecret(ns, "iv")
Expand Down

0 comments on commit ee81263

Please sign in to comment.