Skip to content

Commit 3f7cf92

Browse files
committed
Upgrade lego to rev 128
1 parent 4dcf942 commit 3f7cf92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deployments/opencti/ps6/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ resource "juju_application" "lego" {
156156

157157
charm {
158158
name = "lego"
159-
channel = "4/stable"
160-
revision = 61
159+
channel = "4/candidate"
160+
revision = 128
161161
}
162162

163163
config = {

deployments/wazuh/ps6/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ resource "juju_application" "lego" {
123123

124124
charm {
125125
name = "lego"
126-
channel = "4/stable"
127-
revision = 61
126+
channel = "4/candidate"
127+
revision = 128
128128
}
129129

130130
config = {

0 commit comments

Comments
 (0)