Skip to content

Commit

Permalink
github action version check fix
Browse files Browse the repository at this point in the history
Signed-off-by: Woojoong Kim <[email protected]>
  • Loading branch information
woojoong88 committed Jul 1, 2024
1 parent b0b69b7 commit 30a97d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: chrisdickinson/setup-yq@latest
- name: check version
run: |
sudo snap install yq
export COMPARISON_BRANCH=${{ github.event.before }}
make check-version
Expand Down
2 changes: 1 addition & 1 deletion onos-pci/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: onos-pci
description: ONOS PCI xAPP
kubeVersion: ">=1.17.0"
type: application
version: 0.9.11
version: 0.9.11a
appVersion: v0.4.10
keywords:
- onos
Expand Down
2 changes: 1 addition & 1 deletion onos-pci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Default values for onos-pci`.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.a
# Declare variables to be passed into your templates.

global:
image:
Expand Down

0 comments on commit 30a97d9

Please sign in to comment.