Skip to content

Commit 68cb46d

Browse files
committed
chore: release
1 parent cac8664 commit 68cb46d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
context: .
5353
dockerfile_path: Dockerfile
5454
github_token: ${{ secrets.GITHUB_TOKEN }}
55-
chart_version: 3.0.0
55+
chart_version: 3.1.0
5656
is_chart_release: true
5757
cas-airflow-dag-trigger-build:
5858
needs: [release]

helm/cas-airflow/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: cas-airflow
33
type: application
4-
version: 3.0.0 # Changing this requires updating the image tag in .github/workflows/release.yaml
4+
version: 3.1.0 # Changing this requires updating the image tag in .github/workflows/release.yaml
55
appVersion: 3.1.2 # 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

0 commit comments

Comments
 (0)