File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
30
30
if juju_ .is_3_or_higher :
31
31
tls_app_name = "self-signed-certificates"
32
- tls_channel = "latest /edge" if architecture .architecture == "s390x" else "latest/stable"
32
+ tls_channel = "1 /edge" if architecture .architecture == "s390x" else "latest/stable"
33
33
tls_config = {"ca-common-name" : "Test CA" }
34
34
else :
35
35
tls_app_name = "tls-certificates-operator"
Original file line number Diff line number Diff line change 29
29
30
30
if juju_ .is_3_or_higher :
31
31
tls_app_name = "self-signed-certificates"
32
- tls_channel = "latest /edge" if architecture .architecture == "s390x" else "latest/stable"
32
+ tls_channel = "1 /edge" if architecture .architecture == "s390x" else "latest/stable"
33
33
tls_config = {"ca-common-name" : "Test CA" }
34
34
else :
35
35
tls_app_name = "tls-certificates-operator"
Original file line number Diff line number Diff line change 35
35
36
36
if juju_ .is_3_or_higher :
37
37
tls_app_name = "self-signed-certificates"
38
- tls_channel = "latest /edge" if architecture .architecture == "s390x" else "latest/stable"
38
+ tls_channel = "1 /edge" if architecture .architecture == "s390x" else "latest/stable"
39
39
tls_config = {"ca-common-name" : "Test CA" }
40
40
else :
41
41
tls_app_name = "tls-certificates-operator"
Original file line number Diff line number Diff line change 26
26
27
27
if juju_ .is_3_or_higher :
28
28
tls_app_name = "self-signed-certificates"
29
- tls_channel = "latest /edge" if architecture .architecture == "s390x" else "latest/stable"
29
+ tls_channel = "1 /edge" if architecture .architecture == "s390x" else "latest/stable"
30
30
tls_config = {"ca-common-name" : "Test CA" }
31
31
else :
32
32
tls_app_name = "tls-certificates-operator"
You can’t perform that action at this time.
0 commit comments