diff --git a/datahub/helm/datahub/Chart.lock b/datahub/helm/datahub/Chart.lock index 6a3023dbd..a0a11fa38 100644 --- a/datahub/helm/datahub/Chart.lock +++ b/datahub/helm/datahub/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 0.2.166 - 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" + version: 0.1.17 +digest: sha256:334542df0030482f15b0e5b7615725746bbe5c7659d58c5241993be638e49faa +generated: "2023-07-27T16:34:29.188987905Z" diff --git a/datahub/helm/datahub/Chart.yaml b/datahub/helm/datahub/Chart.yaml index 7e37a7b3a..239b83cb3 100644 --- a/datahub/helm/datahub/Chart.yaml +++ b/datahub/helm/datahub/Chart.yaml @@ -2,12 +2,12 @@ apiVersion: v2 name: datahub description: helm chart for datahub type: application -version: 0.1.16 +version: 0.1.17 appVersion: v0.10.3 dependencies: - name: datahub version: 0.2.166 repository: https://pluralsh.github.io/plural-helm-charts - name: postgres - version: 0.1.10 + version: 0.1.17 repository: https://pluralsh.github.io/module-library diff --git a/datahub/helm/datahub/charts/postgres-0.1.10.tgz b/datahub/helm/datahub/charts/postgres-0.1.10.tgz deleted file mode 100644 index 40d8e548c..000000000 Binary files a/datahub/helm/datahub/charts/postgres-0.1.10.tgz and /dev/null differ diff --git a/datahub/helm/datahub/charts/postgres-0.1.17.tgz b/datahub/helm/datahub/charts/postgres-0.1.17.tgz new file mode 100644 index 000000000..aa28e9cf6 Binary files /dev/null and b/datahub/helm/datahub/charts/postgres-0.1.17.tgz differ diff --git a/datahub/helm/datahub/values.yaml b/datahub/helm/datahub/values.yaml index 7e0d4b0c2..0204aaa08 100644 --- a/datahub/helm/datahub/values.yaml +++ b/datahub/helm/datahub/values.yaml @@ -31,7 +31,7 @@ datahub: datahub-frontend: image: repository: dkr.plural.sh/datahub/linkedin/datahub-frontend-react - tag: v0.10.3 + tag: v0.10.4 service: type: ClusterIP serviceMonitor: @@ -44,7 +44,7 @@ datahub: memory: 1Gi extraInitContainers: - name: wait-for-gms - image: gcr.io/pluralsh/library/busybox:1.36.0 + image: gcr.io/pluralsh/library/busybox:1.36.1 imagePullPolicy: IfNotPresent command: [ "/bin/sh", "-c", "until nc -zv datahub-datahub-gms 8080 -w1; do echo 'waiting for gms'; sleep 1; done" ] extraVolumes: @@ -68,28 +68,28 @@ datahub: datahub-gms: image: repository: dkr.plural.sh/datahub/linkedin/datahub-gms - tag: v0.10.3 + tag: v0.10.4 serviceMonitor: create: true extraInitContainers: - name: wait-for-elasticsearch-job - image: gcr.io/pluralsh/bitnami/kubectl:1.25.8 + image: gcr.io/pluralsh/bitnami/kubectl:1.25.12 imagePullPolicy: IfNotPresent command: [ "/bin/sh", "-c", "NEXT_WAIT_TIME=0; FINISH_TIME=15; until [ $NEXT_WAIT_TIME -eq $FINISH_TIME ] || (kubectl get -n datahub job/datahub-elasticsearch-setup-job >/dev/null); do echo 'waiting to find datahub-elasticsearch-setup-job'; NEXT_WAIT_TIME=$(( NEXT_WAIT_TIME+1 )); sleep $NEXT_WAIT_TIME; done; if [ $NEXT_WAIT_TIME -eq $FINISH_TIME ]; then echo 'Job not found and timeout reached, assuming job has run successfully'; else echo 'waiting for datahub-elasticsearch-setup-job'; kubectl wait --for=condition=complete --timeout=300s -n datahub job/datahub-elasticsearch-setup-job; fi" ] - name: wait-for-kafka-job - image: gcr.io/pluralsh/bitnami/kubectl:1.25.8 + image: gcr.io/pluralsh/bitnami/kubectl:1.25.12 imagePullPolicy: IfNotPresent command: [ "/bin/sh", "-c", "NEXT_WAIT_TIME=0; FINISH_TIME=15; until [ $NEXT_WAIT_TIME -eq $FINISH_TIME ] || (kubectl get -n datahub job/datahub-kafka-setup-job >/dev/null); do echo 'waiting to find datahub-kafka-setup-job'; NEXT_WAIT_TIME=$(( NEXT_WAIT_TIME+1 )); sleep $NEXT_WAIT_TIME; done; if [ $NEXT_WAIT_TIME -eq $FINISH_TIME ]; then echo 'Job not found and timeout reached, assuming job has run successfully'; else echo 'waiting for datahub-kafka-setup-job'; kubectl wait --for=condition=complete --timeout=300s -n datahub job/datahub-kafka-setup-job; fi" ] - name: wait-for-postgres-job - image: gcr.io/pluralsh/bitnami/kubectl:1.25.8 + image: gcr.io/pluralsh/bitnami/kubectl:1.25.12 imagePullPolicy: IfNotPresent command: [ "/bin/sh", "-c", "NEXT_WAIT_TIME=0; FINISH_TIME=15; until [ $NEXT_WAIT_TIME -eq $FINISH_TIME ] || (kubectl get -n datahub job/datahub-postgresql-setup-job >/dev/null); do echo 'waiting to find datahub-postgresql-setup-job'; NEXT_WAIT_TIME=$(( NEXT_WAIT_TIME+1 )); sleep $NEXT_WAIT_TIME; done; if [ $NEXT_WAIT_TIME -eq $FINISH_TIME ]; then echo 'Job not found and timeout reached, assuming job has run successfully'; else echo 'waiting for datahub-postgresql-setup-job'; kubectl wait --for=condition=complete --timeout=300s -n datahub job/datahub-postgresql-setup-job; fi" ] - name: wait-for-datahub-system-update-job - image: gcr.io/pluralsh/bitnami/kubectl:1.25.8 + image: gcr.io/pluralsh/bitnami/kubectl:1.25.12 imagePullPolicy: IfNotPresent command: [ "/bin/sh", "-c", "NEXT_WAIT_TIME=0; FINISH_TIME=15; until [ $NEXT_WAIT_TIME -eq $FINISH_TIME ] || (kubectl get -n datahub job/datahub-datahub-system-update-job >/dev/null); do echo 'waiting to find datahub-datahub-system-update-job'; NEXT_WAIT_TIME=$(( NEXT_WAIT_TIME+1 )); sleep $NEXT_WAIT_TIME; done; if [ $NEXT_WAIT_TIME -eq $FINISH_TIME ]; then echo 'Job not found and timeout reached, assuming job has run successfully'; else echo 'waiting for datahub-datahub-system-update-job'; kubectl wait --for=condition=complete --timeout=300s -n datahub job/datahub-datahub-system-update-job; fi" ] - name: wait-for-pg - image: gcr.io/pluralsh/library/busybox:1.36.0 + image: gcr.io/pluralsh/library/busybox:1.36.1 imagePullPolicy: IfNotPresent command: [ "/bin/sh", "-c", "until nc -zv plural-postgres-datahub 5432 -w1; do echo 'waiting for db'; sleep 1; done" ] service: @@ -109,7 +109,7 @@ datahub: create: true image: repository: dkr.plural.sh/datahub/acryldata/datahub-actions - tag: v0.0.12 + tag: v0.0.13 resources: limits: memory: 512Mi @@ -118,21 +118,21 @@ datahub: memory: 256Mi extraInitContainers: - name: wait-for-gms - image: gcr.io/pluralsh/library/busybox:1.36.0 + image: gcr.io/pluralsh/library/busybox:1.36.1 imagePullPolicy: IfNotPresent command: [ "/bin/sh", "-c", "until nc -zv datahub-datahub-gms 8080 -w1; do echo 'waiting for gms'; sleep 1; done" ] datahub-mae-consumer: image: repository: dkr.plural.sh/datahub/linkedin/datahub-mae-consumer - tag: v0.10.3 + tag: v0.10.4 serviceMonitor: create: true datahub-mce-consumer: image: repository: dkr.plural.sh/datahub/linkedin/datahub-mce-consumer - tag: v0.10.3 + tag: v0.10.4 serviceMonitor: create: true @@ -140,7 +140,7 @@ datahub: enabled: false image: repository: dkr.plural.sh/datahub/acryldata/datahub-ingestion - tag: v0.10.3 + tag: v0.10.5 mysqlSetupJob: enabled: false @@ -149,10 +149,10 @@ datahub: enabled: true image: repository: dkr.plural.sh/datahub/acryldata/datahub-postgres-setup - tag: v0.10.3 + tag: v0.10.5 extraInitContainers: - name: wait-for-pg - image: gcr.io/pluralsh/library/busybox:1.36.0 + image: gcr.io/pluralsh/library/busybox:1.36.1 imagePullPolicy: IfNotPresent command: [ "/bin/sh", "-c", "until nc -zv plural-postgres-datahub 5432 -w1; do echo 'waiting for db'; sleep 1; done" ] resources: @@ -173,7 +173,7 @@ datahub: enabled: true image: repository: dkr.plural.sh/datahub/linkedin/datahub-elasticsearch-setup - tag: v0.10.3 + tag: v0.10.4 resources: requests: cpu: 5m @@ -187,7 +187,7 @@ datahub: enabled: true image: repository: dkr.plural.sh/datahub/linkedin/datahub-kafka-setup - tag: v0.10.3 + tag: v0.10.4 resources: requests: cpu: 0.4 @@ -201,12 +201,12 @@ datahub: enabled: true image: repository: dkr.plural.sh/datahub/acryldata/datahub-upgrade - tag: v0.10.3 + tag: v0.10.4 noCodeDataMigration: sqlDbType: POSTGRES extraInitContainers: - name: wait-for-gms - image: gcr.io/pluralsh/library/busybox:1.36.0 + image: gcr.io/pluralsh/library/busybox:1.36.1 imagePullPolicy: IfNotPresent command: [ "/bin/sh", "-c", "until nc -zv datahub-datahub-gms 8080 -w1; do echo 'waiting for gms'; sleep 1; done" ] # annotations: @@ -217,7 +217,7 @@ datahub: datahubSystemUpdate: image: repository: dkr.plural.sh/datahub/acryldata/datahub-upgrade - tag: v0.10.3 + tag: v0.10.4 annotations: helm.sh/hook: post-install,pre-upgrade # helm.sh/hook-weight: "-4"