Skip to content

Commit

Permalink
bump to 1.465.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Feb 18, 2025
1 parent 21c6c91 commit 30491ac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 54 deletions.
53 changes: 1 addition & 52 deletions .github/workflows/helm_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

jobs:
lint-test:
name: Test OSS Configuration
runs-on: ubicloud-standard-8
steps:
- name: Checkout
Expand Down Expand Up @@ -52,54 +51,4 @@ jobs:
uses: helm/kind-action@v1.4.0

- name: Run chart-testing (install)
run: ct install --all

enterprise-test:
name: Test Enterprise Configuration
runs-on: ubicloud-standard-8
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.10.0

- uses: actions/setup-python@v4
with:
python-version: "3.9"
check-latest: true

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.3.1

- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
fi
- name: Add Dependencies
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
- name: Run chart-testing (lint)
run: |
echo "enterprise:
enabled: true" > enterprise-values.yaml
ct lint --target-branch ${{ github.event.repository.default_branch }} \
--values-files enterprise-values.yaml
- name: Create kind cluster
uses: helm/kind-action@v1.4.0

- name: Run chart-testing (install)
run: |
ct install --all \
--values-files enterprise-values.yaml
run: ct install --all
4 changes: 2 additions & 2 deletions charts/windmill/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: windmill
type: application
version: 2.0.382
appVersion: 1.464.0
version: 2.0.383
appVersion: 1.465.0
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand Down
2 changes: 2 additions & 0 deletions charts/windmill/ci/ee-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
enterprise:
enabled: true
Empty file.

0 comments on commit 30491ac

Please sign in to comment.