Skip to content

Commit

Permalink
chore: Updating track to 1.5 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold authored Apr 24, 2024
1 parent 67c3812 commit db0ccf3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
with:
charm-file-name: "sdcore-nrf-k8s_ubuntu-22.04-amd64.charm"
track-name: 1.4
track-name: 1.5
secrets:
CHARMCRAFT_AUTH: ${{ secrets.CHARMCRAFT_AUTH }}

Expand All @@ -59,7 +59,7 @@ jobs:
with:
branch-name: ${{ github.ref_name }}
charm-file-name: "sdcore-nrf-k8s_ubuntu-22.04-amd64.charm"
track-name: 1.4
track-name: 1.5
secrets:
CHARMCRAFT_AUTH: ${{ secrets.CHARMCRAFT_AUTH }}

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:
type: choice
description: Name of the charmhub track to publish
options:
- 1.4
- '1.4'
- '1.5'
- latest


Expand Down
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "model_name" {
variable "channel" {
description = "The channel to use when deploying a charm."
type = string
default = "1.4/edge"
default = "1.5/edge"
}

variable "app_name" {
Expand Down

0 comments on commit db0ccf3

Please sign in to comment.