Skip to content

Commit

Permalink
update airbyte pr automation
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Dec 11, 2024
1 parent ef1c170 commit e930356
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
8 changes: 8 additions & 0 deletions catalogs/data/airbyte/helmrepository.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: airbyte
namespace: apps
spec:
interval: 5m0s
url: https://airbytehq.github.io/helm-charts
8 changes: 5 additions & 3 deletions catalogs/data/airbyte/servicedeployment.yaml.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: deployments.plural.sh/v1alpha1
kind: ServiceDeployment
metadata:
name: airbyte-{{ context.cluster }}
namespace: infra
namespace: apps
spec:
namespace: airbyte
git:
Expand All @@ -13,9 +13,11 @@ spec:
name: infra
namespace: infra
helm:
version: "x.x.x"
version: "1.x.x"
chart: airbyte
url: https://app.plural.sh/cm/airbyte
repository:
name: airbyte
namespace: apps
valuesFiles:
- {{ context.cluster }}.yaml.liquid
imports:
Expand Down
2 changes: 1 addition & 1 deletion setup/catalogs/data/airbyte.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
Set up airbyte on {{ context.cluster }} ({{ context.cloud }})
Will set up an airbyte deployment, including object storage and postgres setup
identifier: pluralsh/plrl-dev-aws # REPLACEME with your own repo slug
identifier: pluralsh/{{ context.cluster }} # REPLACEME with your own repo slug
branch: main
configuration:
- name: cluster
Expand Down

0 comments on commit e930356

Please sign in to comment.