Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(datahub): Bump version to 0.13.2 #920

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions datahub/helm/datahub/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: datahub
repository: https://pluralsh.github.io/plural-helm-charts
version: 0.2.166
version: 0.4.19
- name: postgres
repository: https://pluralsh.github.io/module-library
version: 0.1.10
digest: sha256:3a1053b6eb15fd64a59aa307a477b84ae233eca15480b9c005bc7e895a435200
generated: "2023-05-30T20:02:36.386306+02:00"
digest: sha256:50f933736b180f9a2536a5a2e2105a4900e770f59441805ba6f743c53e6b2ce1
generated: "2024-10-08T14:44:23.799412+11:00"
6 changes: 3 additions & 3 deletions datahub/helm/datahub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v2
name: datahub
description: helm chart for datahub
type: application
version: 0.1.16
appVersion: v0.10.3
version: 0.1.17
appVersion: v0.13.2
dependencies:
- name: datahub
version: 0.2.166
version: 0.4.19
repository: https://pluralsh.github.io/plural-helm-charts
- name: postgres
version: 0.1.10
Expand Down
Binary file removed datahub/helm/datahub/charts/datahub-0.2.166.tgz
Binary file not shown.
22 changes: 11 additions & 11 deletions datahub/helm/datahub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ datahub:
datahub-frontend:
image:
repository: dkr.plural.sh/datahub/linkedin/datahub-frontend-react
tag: v0.10.3
tag: v0.13.2
service:
type: ClusterIP
serviceMonitor:
Expand Down Expand Up @@ -68,7 +68,7 @@ datahub:
datahub-gms:
image:
repository: dkr.plural.sh/datahub/linkedin/datahub-gms
tag: v0.10.3
tag: v0.13.2
serviceMonitor:
create: true
extraInitContainers:
Expand Down Expand Up @@ -109,7 +109,7 @@ datahub:
create: true
image:
repository: dkr.plural.sh/datahub/acryldata/datahub-actions
tag: v0.0.12
tag: v0.0.15
resources:
limits:
memory: 512Mi
Expand All @@ -125,22 +125,22 @@ datahub:
datahub-mae-consumer:
image:
repository: dkr.plural.sh/datahub/linkedin/datahub-mae-consumer
tag: v0.10.3
tag: v0.13.2
serviceMonitor:
create: true

datahub-mce-consumer:
image:
repository: dkr.plural.sh/datahub/linkedin/datahub-mce-consumer
tag: v0.10.3
tag: v0.13.2
serviceMonitor:
create: true

datahub-ingestion-cron:
enabled: false
image:
repository: dkr.plural.sh/datahub/acryldata/datahub-ingestion
tag: v0.10.3
tag: v0.13.2

mysqlSetupJob:
enabled: false
Expand All @@ -149,7 +149,7 @@ datahub:
enabled: true
image:
repository: dkr.plural.sh/datahub/acryldata/datahub-postgres-setup
tag: v0.10.3
tag: v0.13.2
extraInitContainers:
- name: wait-for-pg
image: gcr.io/pluralsh/library/busybox:1.36.0
Expand All @@ -173,7 +173,7 @@ datahub:
enabled: true
image:
repository: dkr.plural.sh/datahub/linkedin/datahub-elasticsearch-setup
tag: v0.10.3
tag: v0.13.2
resources:
requests:
cpu: 5m
Expand All @@ -187,7 +187,7 @@ datahub:
enabled: true
image:
repository: dkr.plural.sh/datahub/linkedin/datahub-kafka-setup
tag: v0.10.3
tag: v0.13.2
resources:
requests:
cpu: 0.4
Expand All @@ -201,7 +201,7 @@ datahub:
enabled: true
image:
repository: dkr.plural.sh/datahub/acryldata/datahub-upgrade
tag: v0.10.3
tag: v0.13.2
noCodeDataMigration:
sqlDbType: POSTGRES
extraInitContainers:
Expand All @@ -217,7 +217,7 @@ datahub:
datahubSystemUpdate:
image:
repository: dkr.plural.sh/datahub/acryldata/datahub-upgrade
tag: v0.10.3
tag: v0.13.2
annotations:
helm.sh/hook: post-install,pre-upgrade
# helm.sh/hook-weight: "-4"
Expand Down
Loading