Skip to content

Commit

Permalink
chore: Bumping project version to 1.5 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold authored Apr 25, 2024
1 parent 9e28c26 commit a942cf8
Show file tree
Hide file tree
Showing 4 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 @@ -42,7 +42,7 @@ jobs:
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
with:
charm-file-name: "sdcore-upf-k8s_ubuntu-22.04-amd64.charm"
track-name: 1.4
track-name: 1.5
secrets:
CHARMCRAFT_AUTH: ${{ secrets.CHARMCRAFT_AUTH }}

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

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
description: Name of the charmhub track to publish
options:
- '1.4'
- '1.5'
- latest


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ juju add-model user-plane
Deploy the UPF:

```bash
juju deploy sdcore-upf-k8s --trust --channel=1.4/edge
juju deploy sdcore-upf-k8s --trust --channel=1.5/edge
```

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

variable "config" {
Expand Down

0 comments on commit a942cf8

Please sign in to comment.