Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
Run updatecli manually, as there is currently a failure related
to credentials that is preventing updatecli from running.
  • Loading branch information
jawnsy committed Jul 19, 2023
1 parent a9e0f34 commit fb5df20
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 34 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/agent-lint-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Lint and Test Prefect Agent Chart

on:
pull_request:
paths:
- .github/workflows/agent-lint-and-test.yaml
- .github/linters/agent-ct.yaml
- 'charts/prefect-agent/**'

jobs:
lint-test:
name: "lint-test (${{ matrix.kubernetes }})"
Expand All @@ -21,28 +19,22 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.11.2

- name: Set up chart-testing
uses: helm/[email protected]

- name: Run chart-testing (lint)
run: ct lint --config .github/linters/agent-ct.yaml

- name: Create kind cluster
uses: helm/[email protected]
with:
version: v0.18.0
version: v0.20.0
node_image: "kindest/node:v${{ matrix.kubernetes }}"

- name: Create API Secret for Agent Chart
run: |
kubectl create ns prefect
kubectl create secret generic prefect-api-key --from-literal=key=${{ secrets.PREFECT_CLOUD_API_KEY }} -n prefect
- name: Run chart-testing (install)
run: ct install --config .github/linters/agent-ct.yaml --helm-extra-set-args "--set=agent.config.workQueueName=test-helm --set=agent.cloudApiConfig.accountId=${{ secrets.PREFECT_CLOUD_ACCOUNT_ID }} --set=agent.cloudApiConfig.workspaceId=${{ secrets.PREFECT_CLOUD_WORKSPACE_ID }}"
9 changes: 1 addition & 8 deletions .github/workflows/server-lint-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Lint and Test Prefect Server Chart

on:
pull_request:
paths:
- .github/workflows/server-lint-and-test.yaml
- .github/linters/server-ct.yaml
- 'charts/prefect-server/**'

jobs:
lint-test:
name: "lint-test (${{ matrix.kubernetes }})"
Expand All @@ -21,23 +19,18 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.11.2

- name: Set up chart-testing
uses: helm/[email protected]

- name: Run chart-testing (lint)
run: ct lint --config .github/linters/server-ct.yaml

- name: Create kind cluster
uses: helm/[email protected]
with:
version: v0.18.0
version: v0.20.0
node_image: "kindest/node:v${{ matrix.kubernetes }}"

- name: Run chart-testing (install)
run: ct install --config .github/linters/server-ct.yaml --helm-extra-set-args "--set=postgresql.auth.password=TESTING"
10 changes: 1 addition & 9 deletions .github/workflows/worker-lint-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Lint and Test Prefect Worker Chart

on:
pull_request:
paths:
- .github/workflows/worker-lint-and-test.yaml
- .github/linters/worker-ct.yaml
- 'charts/prefect-worker/**'

jobs:
lint-test:
name: "lint-test (${{ matrix.kubernetes }})"
Expand All @@ -21,28 +19,22 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.11.2

- name: Set up chart-testing
uses: helm/[email protected]

- name: Run chart-testing (lint)
run: ct lint --config .github/linters/worker-ct.yaml

- name: Create kind cluster
uses: helm/[email protected]
with:
version: v0.18.0
version: v0.20.0
node_image: "kindest/node:v${{ matrix.kubernetes }}"

- name: Create API Secret for Agent Chart
run: |
kubectl create ns prefect
kubectl create secret generic prefect-api-key --from-literal=key=${{ secrets.PREFECT_CLOUD_API_KEY }} -n prefect
- name: Run chart-testing (install)
run: ct install --config .github/linters/worker-ct.yaml --helm-extra-set-args "--set=worker.config.workPool=test-helm --set=worker.cloudApiConfig.accountId=${{ secrets.PREFECT_CLOUD_ACCOUNT_ID }} --set=worker.cloudApiConfig.workspaceId=${{ secrets.PREFECT_CLOUD_WORKSPACE_ID }}"
2 changes: 1 addition & 1 deletion charts/prefect-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 2.2.4
version: 2.6.0
description: Prefect Agent application bundle
engine: gotpl
home: https://github.com/PrefectHQ
Expand Down
2 changes: 1 addition & 1 deletion charts/prefect-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Prefect Agent application bundle

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.2.4 |
| https://charts.bitnami.com/bitnami | common | 2.6.0 |

## Values

Expand Down
4 changes: 2 additions & 2 deletions charts/prefect-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 2.2.4
version: 2.6.0
- name: postgresql
condition: postgresql.useSubChart
repository: https://charts.bitnami.com/bitnami
version: 12.4.2
version: 12.6.7
description: Prefect server application bundle
engine: gotpl
home: https://github.com/PrefectHQ
Expand Down
4 changes: 2 additions & 2 deletions charts/prefect-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Prefect server application bundle

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.2.4 |
| https://charts.bitnami.com/bitnami | postgresql | 12.4.2 |
| https://charts.bitnami.com/bitnami | common | 2.6.0 |
| https://charts.bitnami.com/bitnami | postgresql | 12.6.7 |

## Values

Expand Down
2 changes: 1 addition & 1 deletion charts/prefect-worker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 2.2.4
version: 2.6.0
description: Prefect Worker application bundle
engine: gotpl
home: https://github.com/PrefectHQ
Expand Down
2 changes: 1 addition & 1 deletion charts/prefect-worker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Prefect Worker application bundle

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.2.4 |
| https://charts.bitnami.com/bitnami | common | 2.6.0 |

## Values

Expand Down

0 comments on commit fb5df20

Please sign in to comment.