Skip to content

Commit 6a87cea

Browse files
committed
bumping image and chart values
1 parent 9662d10 commit 6a87cea

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v7
1212
with:
1313
fetch-depth: 0
1414
- name: Build cas-airflow
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v7
2626
with:
2727
fetch-depth: 0
2828
- name: Build cas-airflow dag-trigger

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v7
1414
with:
1515
fetch-depth: 0
1616

@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Helm
2222
uses: azure/setup-helm@v1
2323
with:
24-
version: v3.6.2
24+
version: v3.21.3
2525

2626
# Needed to release the cas-airflow chart
2727
- name: Add helm repos
@@ -46,20 +46,20 @@ jobs:
4646
needs: [release]
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v7
5050
- uses: ./.github/actions/build-image
5151
with:
5252
image_name: cas-airflow
5353
context: .
5454
dockerfile_path: Dockerfile
5555
github_token: ${{ secrets.GITHUB_TOKEN }}
56-
chart_version: 3.1.2
56+
chart_version: 3.3.0
5757
is_chart_release: true
5858
cas-airflow-dag-trigger-build:
5959
needs: [release]
6060
runs-on: ubuntu-latest
6161
steps:
62-
- uses: actions/checkout@v4
62+
- uses: actions/checkout@v7
6363
- uses: ./.github/actions/build-image
6464
with:
6565
image_name: cas-airflow-dag-trigger

helm/cas-airflow/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: cas-airflow
33
type: application
4-
version: 3.1.2 # Changing this requires updating the image tag in .github/workflows/release.yaml
5-
appVersion: 3.2.2 # The airflow version
4+
version: 3.3.0 # Changing this requires updating the image tag in .github/workflows/release.yaml
5+
appVersion: 3.3.0 # The airflow version
66
description: Helm chart to deploy cas' flavour of airflow, compatible with OpenShift 4. This chart uses the vanilla airflow chart and adds cas' own templates and values.
77
icon: https://www.astronomer.io/static/airflowNewA.png
88
keywords:
@@ -12,7 +12,7 @@ keywords:
1212
- bcgov
1313
dependencies:
1414
- name: airflow
15-
version: "1.21.0"
15+
version: "1.22.0"
1616
repository: "https://airflow.apache.org/"
1717
- name: terraform-bucket-provision
1818
version: "0.1.3"

helm/cas-airflow/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ airflow:
3333
# Will be overridden by the git commit sha
3434
defaultAirflowTag: "to_override"
3535

36-
airflowVersion: "3.2.2"
36+
airflowVersion: "3.3.0"
3737

3838
# Enable RBAC (default on most clusters these days)
3939
rbac:

0 commit comments

Comments
 (0)