Skip to content

Commit

Permalink
Update channels
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlassis committed Sep 26, 2024
1 parent 5e47467 commit 32a68ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
charm: [gateway, pilot]
with:
charm-path: ./charms/istio-${{ matrix.charm }}
channel: 1.22/stable

integration:
name: Integration Test
Expand Down
2 changes: 1 addition & 1 deletion charms/istio-gateway/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "app_name" {
variable "channel" {
description = "Charm channel"
type = string
default = null
default = "1.22/stable"
}

variable "config" {
Expand Down
2 changes: 1 addition & 1 deletion charms/istio-pilot/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "app_name" {
variable "channel" {
description = "Charm channel"
type = string
default = null
default = "1.22/stable"
}

variable "config" {
Expand Down

0 comments on commit 32a68ba

Please sign in to comment.