Skip to content

Commit

Permalink
bump airbyte chart, remove bad hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Oct 10, 2024
1 parent 30e68f9 commit 4a1a59f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/airbyte/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: 1.17.1
- name: airbyte-bootloader
repository: https://pluralsh.github.io/plural-helm-charts
version: 0.40.41
version: 0.40.42
- name: temporal
repository: https://pluralsh.github.io/plural-helm-charts
version: 0.40.41
Expand All @@ -26,5 +26,5 @@ dependencies:
- name: cron
repository: https://pluralsh.github.io/plural-helm-charts
version: 0.40.41
digest: sha256:446957e5635d91f43c5c4abaaba375c9277a694c00d02041aa0bf3cec3019c90
generated: "2022-11-16T15:54:17.658401+01:00"
digest: sha256:0953799fe270801386472ebd88f7f6fdbe752658b5eb13b5221b023d93ee453e
generated: "2024-10-10T13:09:33.366673-04:00"
4 changes: 2 additions & 2 deletions charts/airbyte/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.40.41
version: 0.40.42


# This is the version number of the application being deployed. This version number should be
Expand All @@ -33,7 +33,7 @@ dependencies:
- condition: airbyte-bootloader.enabled
name: airbyte-bootloader
repository: https://pluralsh.github.io/plural-helm-charts
version: 0.40.41
version: 0.40.42
- condition: temporal.enabled
name: temporal
repository: https://pluralsh.github.io/plural-helm-charts
Expand Down
Binary file removed charts/airbyte/charts/airbyte-bootloader-0.40.41.tgz
Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions charts/airbyte/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ metadata:
labels:
{{- include "airbyte.labels" . | nindent 4 }}
annotations:
helm.sh/hook: pre-install,pre-upgrade
helm.sh/hook-weight: "-10"
{{- with .Values.serviceAccount.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit 4a1a59f

Please sign in to comment.