Skip to content

Commit

Permalink
Merge pull request #400 from percona/EVEREST-1513-everest-release-fix
Browse files Browse the repository at this point in the history
Fix Everest chart release workflow
  • Loading branch information
mayankshah1607 authored Oct 29, 2024
2 parents 55da14b + 5259c43 commit 687139f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
path-ignore:
- 'charts/gcp-marketplace/**'
- 'charts/everest/**'

jobs:
lint-test:
Expand Down Expand Up @@ -35,7 +36,7 @@ jobs:
fi
- name: Run chart-testing (lint)
run: ct lint --config .github/ct.yaml --lint-conf .github/lintconf.yaml
run: ct lint --config .github/ct.yaml --lint-conf .github/lintconf.yaml --excluded-charts=everest

- name: Create kind cluster
uses: helm/kind-action@v1.5.0
Expand Down
1 change: 1 addition & 0 deletions charts/everest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ prepare-chart:
yq eval -i '.olm.catalogSourceImage = "$(IMAGE_PREFIX)/everest-catalog"' values.yaml
yq eval -i '.operator.image = "$(IMAGE_PREFIX)/everest-operator"' values.yaml
yq eval -i '(.dependencies[] | select(.name == "everest-db-namespace")).version = "${VERSION}"' Chart.yaml
helm dependency update .


release: IMAGE_PREFIX=percona
Expand Down

0 comments on commit 687139f

Please sign in to comment.