From ecc41bf02b818bd8600630e8e50311e0739ddf4f Mon Sep 17 00:00:00 2001 From: Octavia Squidington III <90398440+octavia-squidington-iii@users.noreply.github.com> Date: Thu, 23 Jun 2022 17:04:56 -0300 Subject: [PATCH 01/11] Bump Airbyte version from 0.39.23-alpha to 0.39.24-alpha (#14094) Co-authored-by: jdpgrailsdev --- airbyte/Chart.yaml | 2 +- airbyte/README.md | 8 ++++---- airbyte/values.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/airbyte/Chart.yaml b/airbyte/Chart.yaml index 238fdfc..3723a71 100644 --- a/airbyte/Chart.yaml +++ b/airbyte/Chart.yaml @@ -21,7 +21,7 @@ version: 0.3.6 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.39.23-alpha" +appVersion: "0.39.24-alpha" dependencies: - name: common diff --git a/airbyte/README.md b/airbyte/README.md index 5790cf4..16faf6e 100644 --- a/airbyte/README.md +++ b/airbyte/README.md @@ -30,7 +30,7 @@ Helm charts for Airbyte. | `webapp.replicaCount` | Number of webapp replicas | `1` | | `webapp.image.repository` | The repository to use for the airbyte webapp image. | `airbyte/webapp` | | `webapp.image.pullPolicy` | the pull policy to use for the airbyte webapp image | `IfNotPresent` | -| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.39.23-alpha` | +| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.39.24-alpha` | | `webapp.podAnnotations` | Add extra annotations to the webapp pod(s) | `{}` | | `webapp.containerSecurityContext` | Security context for the container | `{}` | | `webapp.livenessProbe.enabled` | Enable livenessProbe on the webapp | `true` | @@ -103,7 +103,7 @@ Helm charts for Airbyte. | `server.replicaCount` | Number of server replicas | `1` | | `server.image.repository` | The repository to use for the airbyte server image. | `airbyte/server` | | `server.image.pullPolicy` | the pull policy to use for the airbyte server image | `IfNotPresent` | -| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.39.23-alpha` | +| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.39.24-alpha` | | `server.podAnnotations` | Add extra annotations to the server pod | `{}` | | `server.containerSecurityContext` | Security context for the container | `{}` | | `server.livenessProbe.enabled` | Enable livenessProbe on the server | `true` | @@ -138,7 +138,7 @@ Helm charts for Airbyte. | `worker.replicaCount` | Number of worker replicas | `1` | | `worker.image.repository` | The repository to use for the airbyte worker image. | `airbyte/worker` | | `worker.image.pullPolicy` | the pull policy to use for the airbyte worker image | `IfNotPresent` | -| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.39.23-alpha` | +| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.39.24-alpha` | | `worker.podAnnotations` | Add extra annotations to the worker pod(s) | `{}` | | `worker.containerSecurityContext` | Security context for the container | `{}` | | `worker.livenessProbe.enabled` | Enable livenessProbe on the worker | `true` | @@ -170,7 +170,7 @@ Helm charts for Airbyte. | ------------------------------- | -------------------------------------------------------------------- | -------------------- | | `bootloader.image.repository` | The repository to use for the airbyte bootloader image. | `airbyte/bootloader` | | `bootloader.image.pullPolicy` | the pull policy to use for the airbyte bootloader image | `IfNotPresent` | -| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.39.23-alpha` | +| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.39.24-alpha` | | `bootloader.podAnnotations` | Add extra annotations to the bootloader pod | `{}` | | `bootloader.nodeSelector` | Node labels for pod assignment | `{}` | | `bootloader.tolerations` | Tolerations for worker pod assignment. | `[]` | diff --git a/airbyte/values.yaml b/airbyte/values.yaml index 0a6a64c..2de8cad 100644 --- a/airbyte/values.yaml +++ b/airbyte/values.yaml @@ -41,7 +41,7 @@ webapp: image: repository: airbyte/webapp pullPolicy: IfNotPresent - tag: 0.39.23-alpha + tag: 0.39.24-alpha ## @param webapp.podAnnotations [object] Add extra annotations to the webapp pod(s) ## @@ -315,7 +315,7 @@ server: image: repository: airbyte/server pullPolicy: IfNotPresent - tag: 0.39.23-alpha + tag: 0.39.24-alpha ## @param server.podAnnotations [object] Add extra annotations to the server pod ## @@ -442,7 +442,7 @@ worker: image: repository: airbyte/worker pullPolicy: IfNotPresent - tag: 0.39.23-alpha + tag: 0.39.24-alpha ## @param worker.podAnnotations [object] Add extra annotations to the worker pod(s) ## @@ -560,7 +560,7 @@ bootloader: image: repository: airbyte/bootloader pullPolicy: IfNotPresent - tag: 0.39.23-alpha + tag: 0.39.24-alpha ## @param bootloader.podAnnotations [object] Add extra annotations to the bootloader pod ## From 6a4334e00632d492ba42031c3db6930623cd2150 Mon Sep 17 00:00:00 2001 From: Octavia Squidington III <90398440+octavia-squidington-iii@users.noreply.github.com> Date: Fri, 24 Jun 2022 16:50:29 -0300 Subject: [PATCH 02/11] Bump Airbyte version from 0.39.24-alpha to 0.39.25-alpha (#14124) Co-authored-by: brianjlai --- airbyte/Chart.yaml | 2 +- airbyte/README.md | 8 ++++---- airbyte/values.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/airbyte/Chart.yaml b/airbyte/Chart.yaml index 3723a71..45601a2 100644 --- a/airbyte/Chart.yaml +++ b/airbyte/Chart.yaml @@ -21,7 +21,7 @@ version: 0.3.6 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.39.24-alpha" +appVersion: "0.39.25-alpha" dependencies: - name: common diff --git a/airbyte/README.md b/airbyte/README.md index 16faf6e..03b8972 100644 --- a/airbyte/README.md +++ b/airbyte/README.md @@ -30,7 +30,7 @@ Helm charts for Airbyte. | `webapp.replicaCount` | Number of webapp replicas | `1` | | `webapp.image.repository` | The repository to use for the airbyte webapp image. | `airbyte/webapp` | | `webapp.image.pullPolicy` | the pull policy to use for the airbyte webapp image | `IfNotPresent` | -| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.39.24-alpha` | +| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.39.25-alpha` | | `webapp.podAnnotations` | Add extra annotations to the webapp pod(s) | `{}` | | `webapp.containerSecurityContext` | Security context for the container | `{}` | | `webapp.livenessProbe.enabled` | Enable livenessProbe on the webapp | `true` | @@ -103,7 +103,7 @@ Helm charts for Airbyte. | `server.replicaCount` | Number of server replicas | `1` | | `server.image.repository` | The repository to use for the airbyte server image. | `airbyte/server` | | `server.image.pullPolicy` | the pull policy to use for the airbyte server image | `IfNotPresent` | -| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.39.24-alpha` | +| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.39.25-alpha` | | `server.podAnnotations` | Add extra annotations to the server pod | `{}` | | `server.containerSecurityContext` | Security context for the container | `{}` | | `server.livenessProbe.enabled` | Enable livenessProbe on the server | `true` | @@ -138,7 +138,7 @@ Helm charts for Airbyte. | `worker.replicaCount` | Number of worker replicas | `1` | | `worker.image.repository` | The repository to use for the airbyte worker image. | `airbyte/worker` | | `worker.image.pullPolicy` | the pull policy to use for the airbyte worker image | `IfNotPresent` | -| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.39.24-alpha` | +| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.39.25-alpha` | | `worker.podAnnotations` | Add extra annotations to the worker pod(s) | `{}` | | `worker.containerSecurityContext` | Security context for the container | `{}` | | `worker.livenessProbe.enabled` | Enable livenessProbe on the worker | `true` | @@ -170,7 +170,7 @@ Helm charts for Airbyte. | ------------------------------- | -------------------------------------------------------------------- | -------------------- | | `bootloader.image.repository` | The repository to use for the airbyte bootloader image. | `airbyte/bootloader` | | `bootloader.image.pullPolicy` | the pull policy to use for the airbyte bootloader image | `IfNotPresent` | -| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.39.24-alpha` | +| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.39.25-alpha` | | `bootloader.podAnnotations` | Add extra annotations to the bootloader pod | `{}` | | `bootloader.nodeSelector` | Node labels for pod assignment | `{}` | | `bootloader.tolerations` | Tolerations for worker pod assignment. | `[]` | diff --git a/airbyte/values.yaml b/airbyte/values.yaml index 2de8cad..b8cf28b 100644 --- a/airbyte/values.yaml +++ b/airbyte/values.yaml @@ -41,7 +41,7 @@ webapp: image: repository: airbyte/webapp pullPolicy: IfNotPresent - tag: 0.39.24-alpha + tag: 0.39.25-alpha ## @param webapp.podAnnotations [object] Add extra annotations to the webapp pod(s) ## @@ -315,7 +315,7 @@ server: image: repository: airbyte/server pullPolicy: IfNotPresent - tag: 0.39.24-alpha + tag: 0.39.25-alpha ## @param server.podAnnotations [object] Add extra annotations to the server pod ## @@ -442,7 +442,7 @@ worker: image: repository: airbyte/worker pullPolicy: IfNotPresent - tag: 0.39.24-alpha + tag: 0.39.25-alpha ## @param worker.podAnnotations [object] Add extra annotations to the worker pod(s) ## @@ -560,7 +560,7 @@ bootloader: image: repository: airbyte/bootloader pullPolicy: IfNotPresent - tag: 0.39.24-alpha + tag: 0.39.25-alpha ## @param bootloader.podAnnotations [object] Add extra annotations to the bootloader pod ## From 4a98b62f4f193730aa95a3e09ce13d461eaa2efa Mon Sep 17 00:00:00 2001 From: Octavia Squidington III <90398440+octavia-squidington-iii@users.noreply.github.com> Date: Sun, 26 Jun 2022 22:21:53 -0300 Subject: [PATCH 03/11] Bump Airbyte version from 0.39.25-alpha to 0.39.26-alpha (#14141) Co-authored-by: terencecho --- airbyte/Chart.yaml | 2 +- airbyte/README.md | 8 ++++---- airbyte/values.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/airbyte/Chart.yaml b/airbyte/Chart.yaml index 45601a2..779221b 100644 --- a/airbyte/Chart.yaml +++ b/airbyte/Chart.yaml @@ -21,7 +21,7 @@ version: 0.3.6 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.39.25-alpha" +appVersion: "0.39.26-alpha" dependencies: - name: common diff --git a/airbyte/README.md b/airbyte/README.md index 03b8972..7c707d4 100644 --- a/airbyte/README.md +++ b/airbyte/README.md @@ -30,7 +30,7 @@ Helm charts for Airbyte. | `webapp.replicaCount` | Number of webapp replicas | `1` | | `webapp.image.repository` | The repository to use for the airbyte webapp image. | `airbyte/webapp` | | `webapp.image.pullPolicy` | the pull policy to use for the airbyte webapp image | `IfNotPresent` | -| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.39.25-alpha` | +| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.39.26-alpha` | | `webapp.podAnnotations` | Add extra annotations to the webapp pod(s) | `{}` | | `webapp.containerSecurityContext` | Security context for the container | `{}` | | `webapp.livenessProbe.enabled` | Enable livenessProbe on the webapp | `true` | @@ -103,7 +103,7 @@ Helm charts for Airbyte. | `server.replicaCount` | Number of server replicas | `1` | | `server.image.repository` | The repository to use for the airbyte server image. | `airbyte/server` | | `server.image.pullPolicy` | the pull policy to use for the airbyte server image | `IfNotPresent` | -| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.39.25-alpha` | +| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.39.26-alpha` | | `server.podAnnotations` | Add extra annotations to the server pod | `{}` | | `server.containerSecurityContext` | Security context for the container | `{}` | | `server.livenessProbe.enabled` | Enable livenessProbe on the server | `true` | @@ -138,7 +138,7 @@ Helm charts for Airbyte. | `worker.replicaCount` | Number of worker replicas | `1` | | `worker.image.repository` | The repository to use for the airbyte worker image. | `airbyte/worker` | | `worker.image.pullPolicy` | the pull policy to use for the airbyte worker image | `IfNotPresent` | -| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.39.25-alpha` | +| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.39.26-alpha` | | `worker.podAnnotations` | Add extra annotations to the worker pod(s) | `{}` | | `worker.containerSecurityContext` | Security context for the container | `{}` | | `worker.livenessProbe.enabled` | Enable livenessProbe on the worker | `true` | @@ -170,7 +170,7 @@ Helm charts for Airbyte. | ------------------------------- | -------------------------------------------------------------------- | -------------------- | | `bootloader.image.repository` | The repository to use for the airbyte bootloader image. | `airbyte/bootloader` | | `bootloader.image.pullPolicy` | the pull policy to use for the airbyte bootloader image | `IfNotPresent` | -| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.39.25-alpha` | +| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.39.26-alpha` | | `bootloader.podAnnotations` | Add extra annotations to the bootloader pod | `{}` | | `bootloader.nodeSelector` | Node labels for pod assignment | `{}` | | `bootloader.tolerations` | Tolerations for worker pod assignment. | `[]` | diff --git a/airbyte/values.yaml b/airbyte/values.yaml index b8cf28b..f3cc804 100644 --- a/airbyte/values.yaml +++ b/airbyte/values.yaml @@ -41,7 +41,7 @@ webapp: image: repository: airbyte/webapp pullPolicy: IfNotPresent - tag: 0.39.25-alpha + tag: 0.39.26-alpha ## @param webapp.podAnnotations [object] Add extra annotations to the webapp pod(s) ## @@ -315,7 +315,7 @@ server: image: repository: airbyte/server pullPolicy: IfNotPresent - tag: 0.39.25-alpha + tag: 0.39.26-alpha ## @param server.podAnnotations [object] Add extra annotations to the server pod ## @@ -442,7 +442,7 @@ worker: image: repository: airbyte/worker pullPolicy: IfNotPresent - tag: 0.39.25-alpha + tag: 0.39.26-alpha ## @param worker.podAnnotations [object] Add extra annotations to the worker pod(s) ## @@ -560,7 +560,7 @@ bootloader: image: repository: airbyte/bootloader pullPolicy: IfNotPresent - tag: 0.39.25-alpha + tag: 0.39.26-alpha ## @param bootloader.podAnnotations [object] Add extra annotations to the bootloader pod ## From 2ff3f146ab5d78f98487db0e1a69606292a74b8f Mon Sep 17 00:00:00 2001 From: Octavia Squidington III <90398440+octavia-squidington-iii@users.noreply.github.com> Date: Mon, 27 Jun 2022 20:25:41 -0300 Subject: [PATCH 04/11] Bump Airbyte version from 0.39.26-alpha to 0.39.27-alpha (#14204) Co-authored-by: lmossman --- airbyte/Chart.yaml | 2 +- airbyte/README.md | 8 ++++---- airbyte/values.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/airbyte/Chart.yaml b/airbyte/Chart.yaml index 779221b..247a3c6 100644 --- a/airbyte/Chart.yaml +++ b/airbyte/Chart.yaml @@ -21,7 +21,7 @@ version: 0.3.6 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.39.26-alpha" +appVersion: "0.39.27-alpha" dependencies: - name: common diff --git a/airbyte/README.md b/airbyte/README.md index 7c707d4..be968c3 100644 --- a/airbyte/README.md +++ b/airbyte/README.md @@ -30,7 +30,7 @@ Helm charts for Airbyte. | `webapp.replicaCount` | Number of webapp replicas | `1` | | `webapp.image.repository` | The repository to use for the airbyte webapp image. | `airbyte/webapp` | | `webapp.image.pullPolicy` | the pull policy to use for the airbyte webapp image | `IfNotPresent` | -| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.39.26-alpha` | +| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.39.27-alpha` | | `webapp.podAnnotations` | Add extra annotations to the webapp pod(s) | `{}` | | `webapp.containerSecurityContext` | Security context for the container | `{}` | | `webapp.livenessProbe.enabled` | Enable livenessProbe on the webapp | `true` | @@ -103,7 +103,7 @@ Helm charts for Airbyte. | `server.replicaCount` | Number of server replicas | `1` | | `server.image.repository` | The repository to use for the airbyte server image. | `airbyte/server` | | `server.image.pullPolicy` | the pull policy to use for the airbyte server image | `IfNotPresent` | -| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.39.26-alpha` | +| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.39.27-alpha` | | `server.podAnnotations` | Add extra annotations to the server pod | `{}` | | `server.containerSecurityContext` | Security context for the container | `{}` | | `server.livenessProbe.enabled` | Enable livenessProbe on the server | `true` | @@ -138,7 +138,7 @@ Helm charts for Airbyte. | `worker.replicaCount` | Number of worker replicas | `1` | | `worker.image.repository` | The repository to use for the airbyte worker image. | `airbyte/worker` | | `worker.image.pullPolicy` | the pull policy to use for the airbyte worker image | `IfNotPresent` | -| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.39.26-alpha` | +| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.39.27-alpha` | | `worker.podAnnotations` | Add extra annotations to the worker pod(s) | `{}` | | `worker.containerSecurityContext` | Security context for the container | `{}` | | `worker.livenessProbe.enabled` | Enable livenessProbe on the worker | `true` | @@ -170,7 +170,7 @@ Helm charts for Airbyte. | ------------------------------- | -------------------------------------------------------------------- | -------------------- | | `bootloader.image.repository` | The repository to use for the airbyte bootloader image. | `airbyte/bootloader` | | `bootloader.image.pullPolicy` | the pull policy to use for the airbyte bootloader image | `IfNotPresent` | -| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.39.26-alpha` | +| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.39.27-alpha` | | `bootloader.podAnnotations` | Add extra annotations to the bootloader pod | `{}` | | `bootloader.nodeSelector` | Node labels for pod assignment | `{}` | | `bootloader.tolerations` | Tolerations for worker pod assignment. | `[]` | diff --git a/airbyte/values.yaml b/airbyte/values.yaml index f3cc804..ac1bc87 100644 --- a/airbyte/values.yaml +++ b/airbyte/values.yaml @@ -41,7 +41,7 @@ webapp: image: repository: airbyte/webapp pullPolicy: IfNotPresent - tag: 0.39.26-alpha + tag: 0.39.27-alpha ## @param webapp.podAnnotations [object] Add extra annotations to the webapp pod(s) ## @@ -315,7 +315,7 @@ server: image: repository: airbyte/server pullPolicy: IfNotPresent - tag: 0.39.26-alpha + tag: 0.39.27-alpha ## @param server.podAnnotations [object] Add extra annotations to the server pod ## @@ -442,7 +442,7 @@ worker: image: repository: airbyte/worker pullPolicy: IfNotPresent - tag: 0.39.26-alpha + tag: 0.39.27-alpha ## @param worker.podAnnotations [object] Add extra annotations to the worker pod(s) ## @@ -560,7 +560,7 @@ bootloader: image: repository: airbyte/bootloader pullPolicy: IfNotPresent - tag: 0.39.26-alpha + tag: 0.39.27-alpha ## @param bootloader.podAnnotations [object] Add extra annotations to the bootloader pod ## From b48d2ded1d112cf7c16e11a1f7bc74cf63b5d346 Mon Sep 17 00:00:00 2001 From: Octavia Squidington III <90398440+octavia-squidington-iii@users.noreply.github.com> Date: Tue, 28 Jun 2022 04:22:10 -0300 Subject: [PATCH 05/11] Bump Airbyte version from 0.39.27-alpha to 0.39.28-alpha (#14210) Co-authored-by: sherifnada --- airbyte/Chart.yaml | 2 +- airbyte/README.md | 8 ++++---- airbyte/values.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/airbyte/Chart.yaml b/airbyte/Chart.yaml index 247a3c6..e684412 100644 --- a/airbyte/Chart.yaml +++ b/airbyte/Chart.yaml @@ -21,7 +21,7 @@ version: 0.3.6 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.39.27-alpha" +appVersion: "0.39.28-alpha" dependencies: - name: common diff --git a/airbyte/README.md b/airbyte/README.md index be968c3..1188cea 100644 --- a/airbyte/README.md +++ b/airbyte/README.md @@ -30,7 +30,7 @@ Helm charts for Airbyte. | `webapp.replicaCount` | Number of webapp replicas | `1` | | `webapp.image.repository` | The repository to use for the airbyte webapp image. | `airbyte/webapp` | | `webapp.image.pullPolicy` | the pull policy to use for the airbyte webapp image | `IfNotPresent` | -| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.39.27-alpha` | +| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.39.28-alpha` | | `webapp.podAnnotations` | Add extra annotations to the webapp pod(s) | `{}` | | `webapp.containerSecurityContext` | Security context for the container | `{}` | | `webapp.livenessProbe.enabled` | Enable livenessProbe on the webapp | `true` | @@ -103,7 +103,7 @@ Helm charts for Airbyte. | `server.replicaCount` | Number of server replicas | `1` | | `server.image.repository` | The repository to use for the airbyte server image. | `airbyte/server` | | `server.image.pullPolicy` | the pull policy to use for the airbyte server image | `IfNotPresent` | -| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.39.27-alpha` | +| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.39.28-alpha` | | `server.podAnnotations` | Add extra annotations to the server pod | `{}` | | `server.containerSecurityContext` | Security context for the container | `{}` | | `server.livenessProbe.enabled` | Enable livenessProbe on the server | `true` | @@ -138,7 +138,7 @@ Helm charts for Airbyte. | `worker.replicaCount` | Number of worker replicas | `1` | | `worker.image.repository` | The repository to use for the airbyte worker image. | `airbyte/worker` | | `worker.image.pullPolicy` | the pull policy to use for the airbyte worker image | `IfNotPresent` | -| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.39.27-alpha` | +| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.39.28-alpha` | | `worker.podAnnotations` | Add extra annotations to the worker pod(s) | `{}` | | `worker.containerSecurityContext` | Security context for the container | `{}` | | `worker.livenessProbe.enabled` | Enable livenessProbe on the worker | `true` | @@ -170,7 +170,7 @@ Helm charts for Airbyte. | ------------------------------- | -------------------------------------------------------------------- | -------------------- | | `bootloader.image.repository` | The repository to use for the airbyte bootloader image. | `airbyte/bootloader` | | `bootloader.image.pullPolicy` | the pull policy to use for the airbyte bootloader image | `IfNotPresent` | -| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.39.27-alpha` | +| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.39.28-alpha` | | `bootloader.podAnnotations` | Add extra annotations to the bootloader pod | `{}` | | `bootloader.nodeSelector` | Node labels for pod assignment | `{}` | | `bootloader.tolerations` | Tolerations for worker pod assignment. | `[]` | diff --git a/airbyte/values.yaml b/airbyte/values.yaml index ac1bc87..1672ea6 100644 --- a/airbyte/values.yaml +++ b/airbyte/values.yaml @@ -41,7 +41,7 @@ webapp: image: repository: airbyte/webapp pullPolicy: IfNotPresent - tag: 0.39.27-alpha + tag: 0.39.28-alpha ## @param webapp.podAnnotations [object] Add extra annotations to the webapp pod(s) ## @@ -315,7 +315,7 @@ server: image: repository: airbyte/server pullPolicy: IfNotPresent - tag: 0.39.27-alpha + tag: 0.39.28-alpha ## @param server.podAnnotations [object] Add extra annotations to the server pod ## @@ -442,7 +442,7 @@ worker: image: repository: airbyte/worker pullPolicy: IfNotPresent - tag: 0.39.27-alpha + tag: 0.39.28-alpha ## @param worker.podAnnotations [object] Add extra annotations to the worker pod(s) ## @@ -560,7 +560,7 @@ bootloader: image: repository: airbyte/bootloader pullPolicy: IfNotPresent - tag: 0.39.27-alpha + tag: 0.39.28-alpha ## @param bootloader.podAnnotations [object] Add extra annotations to the bootloader pod ## From c29d6b86580916591a1e96a003fcc6387b1c9142 Mon Sep 17 00:00:00 2001 From: Mohamed Magdy Date: Tue, 28 Jun 2022 13:36:01 +0200 Subject: [PATCH 06/11] Remove the old scheduler from HelmCharts helper (#14187) * Remove the old scheduler from HelmCharts helper The old scheduler was removed as part of https://github.com/airbytehq/airbyte/pull/13400 * Remove legacy `scheduler` comment in HelmCharts --- airbyte/templates/_helpers.tpl | 7 ------- airbyte/values.yaml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/airbyte/templates/_helpers.tpl b/airbyte/templates/_helpers.tpl index 333a0c1..03a1895 100644 --- a/airbyte/templates/_helpers.tpl +++ b/airbyte/templates/_helpers.tpl @@ -179,13 +179,6 @@ Returns the GCP credentials path {{- end -}} {{- end -}} -{{/* -Returns the Airbyte Scheduler Image -*/}} -{{- define "airbyte.schedulerImage" -}} -{{- include "common.images.image" (dict "imageRoot" .Values.scheduler.image "global" .Values.global) -}} -{{- end -}} - {{/* Returns the Airbyte Server Image */}} diff --git a/airbyte/values.yaml b/airbyte/values.yaml index 1672ea6..459e5c7 100644 --- a/airbyte/values.yaml +++ b/airbyte/values.yaml @@ -832,7 +832,7 @@ logs: ## @param logs.gcs.credentialsJson Base64 encoded json GCP credentials file contents gcs: bucket: "" - # If you are mounting an existing secret to extraVolumes on scheduler, server and worker + # If you are mounting an existing secret to extraVolumes on server and worker # deployments, then set credentials to the path of the mounted JSON file credentials: "" # If credentialsJson is set then credentials auto resolves (to /secrets/gcs-log-creds/gcp.json) From 9abc09b3f734e9ccb691dd579578696fd65b0827 Mon Sep 17 00:00:00 2001 From: Octavia Squidington III <90398440+octavia-squidington-iii@users.noreply.github.com> Date: Wed, 29 Jun 2022 11:41:38 -0700 Subject: [PATCH 07/11] Bump Airbyte version from 0.39.28-alpha to 0.39.29-alpha (#14232) --- airbyte/Chart.yaml | 2 +- airbyte/README.md | 8 ++++---- airbyte/values.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/airbyte/Chart.yaml b/airbyte/Chart.yaml index e684412..2c0a409 100644 --- a/airbyte/Chart.yaml +++ b/airbyte/Chart.yaml @@ -21,7 +21,7 @@ version: 0.3.6 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.39.28-alpha" +appVersion: "0.39.29-alpha" dependencies: - name: common diff --git a/airbyte/README.md b/airbyte/README.md index 1188cea..383d9a6 100644 --- a/airbyte/README.md +++ b/airbyte/README.md @@ -30,7 +30,7 @@ Helm charts for Airbyte. | `webapp.replicaCount` | Number of webapp replicas | `1` | | `webapp.image.repository` | The repository to use for the airbyte webapp image. | `airbyte/webapp` | | `webapp.image.pullPolicy` | the pull policy to use for the airbyte webapp image | `IfNotPresent` | -| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.39.28-alpha` | +| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.39.29-alpha` | | `webapp.podAnnotations` | Add extra annotations to the webapp pod(s) | `{}` | | `webapp.containerSecurityContext` | Security context for the container | `{}` | | `webapp.livenessProbe.enabled` | Enable livenessProbe on the webapp | `true` | @@ -103,7 +103,7 @@ Helm charts for Airbyte. | `server.replicaCount` | Number of server replicas | `1` | | `server.image.repository` | The repository to use for the airbyte server image. | `airbyte/server` | | `server.image.pullPolicy` | the pull policy to use for the airbyte server image | `IfNotPresent` | -| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.39.28-alpha` | +| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.39.29-alpha` | | `server.podAnnotations` | Add extra annotations to the server pod | `{}` | | `server.containerSecurityContext` | Security context for the container | `{}` | | `server.livenessProbe.enabled` | Enable livenessProbe on the server | `true` | @@ -138,7 +138,7 @@ Helm charts for Airbyte. | `worker.replicaCount` | Number of worker replicas | `1` | | `worker.image.repository` | The repository to use for the airbyte worker image. | `airbyte/worker` | | `worker.image.pullPolicy` | the pull policy to use for the airbyte worker image | `IfNotPresent` | -| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.39.28-alpha` | +| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.39.29-alpha` | | `worker.podAnnotations` | Add extra annotations to the worker pod(s) | `{}` | | `worker.containerSecurityContext` | Security context for the container | `{}` | | `worker.livenessProbe.enabled` | Enable livenessProbe on the worker | `true` | @@ -170,7 +170,7 @@ Helm charts for Airbyte. | ------------------------------- | -------------------------------------------------------------------- | -------------------- | | `bootloader.image.repository` | The repository to use for the airbyte bootloader image. | `airbyte/bootloader` | | `bootloader.image.pullPolicy` | the pull policy to use for the airbyte bootloader image | `IfNotPresent` | -| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.39.28-alpha` | +| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.39.29-alpha` | | `bootloader.podAnnotations` | Add extra annotations to the bootloader pod | `{}` | | `bootloader.nodeSelector` | Node labels for pod assignment | `{}` | | `bootloader.tolerations` | Tolerations for worker pod assignment. | `[]` | diff --git a/airbyte/values.yaml b/airbyte/values.yaml index 459e5c7..d464c5c 100644 --- a/airbyte/values.yaml +++ b/airbyte/values.yaml @@ -41,7 +41,7 @@ webapp: image: repository: airbyte/webapp pullPolicy: IfNotPresent - tag: 0.39.28-alpha + tag: 0.39.29-alpha ## @param webapp.podAnnotations [object] Add extra annotations to the webapp pod(s) ## @@ -315,7 +315,7 @@ server: image: repository: airbyte/server pullPolicy: IfNotPresent - tag: 0.39.28-alpha + tag: 0.39.29-alpha ## @param server.podAnnotations [object] Add extra annotations to the server pod ## @@ -442,7 +442,7 @@ worker: image: repository: airbyte/worker pullPolicy: IfNotPresent - tag: 0.39.28-alpha + tag: 0.39.29-alpha ## @param worker.podAnnotations [object] Add extra annotations to the worker pod(s) ## @@ -560,7 +560,7 @@ bootloader: image: repository: airbyte/bootloader pullPolicy: IfNotPresent - tag: 0.39.28-alpha + tag: 0.39.29-alpha ## @param bootloader.podAnnotations [object] Add extra annotations to the bootloader pod ## From 138d2cfc35afc912301da65329da212ab8288920 Mon Sep 17 00:00:00 2001 From: Octavia Squidington III <90398440+octavia-squidington-iii@users.noreply.github.com> Date: Thu, 30 Jun 2022 18:35:26 -0700 Subject: [PATCH 08/11] Bump Airbyte version from 0.39.29-alpha to 0.39.30-alpha (#14329) Co-authored-by: lmossman --- airbyte/Chart.yaml | 2 +- airbyte/README.md | 8 ++++---- airbyte/values.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/airbyte/Chart.yaml b/airbyte/Chart.yaml index 2c0a409..7561f62 100644 --- a/airbyte/Chart.yaml +++ b/airbyte/Chart.yaml @@ -21,7 +21,7 @@ version: 0.3.6 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.39.29-alpha" +appVersion: "0.39.30-alpha" dependencies: - name: common diff --git a/airbyte/README.md b/airbyte/README.md index 383d9a6..b38be3e 100644 --- a/airbyte/README.md +++ b/airbyte/README.md @@ -30,7 +30,7 @@ Helm charts for Airbyte. | `webapp.replicaCount` | Number of webapp replicas | `1` | | `webapp.image.repository` | The repository to use for the airbyte webapp image. | `airbyte/webapp` | | `webapp.image.pullPolicy` | the pull policy to use for the airbyte webapp image | `IfNotPresent` | -| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.39.29-alpha` | +| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.39.30-alpha` | | `webapp.podAnnotations` | Add extra annotations to the webapp pod(s) | `{}` | | `webapp.containerSecurityContext` | Security context for the container | `{}` | | `webapp.livenessProbe.enabled` | Enable livenessProbe on the webapp | `true` | @@ -103,7 +103,7 @@ Helm charts for Airbyte. | `server.replicaCount` | Number of server replicas | `1` | | `server.image.repository` | The repository to use for the airbyte server image. | `airbyte/server` | | `server.image.pullPolicy` | the pull policy to use for the airbyte server image | `IfNotPresent` | -| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.39.29-alpha` | +| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.39.30-alpha` | | `server.podAnnotations` | Add extra annotations to the server pod | `{}` | | `server.containerSecurityContext` | Security context for the container | `{}` | | `server.livenessProbe.enabled` | Enable livenessProbe on the server | `true` | @@ -138,7 +138,7 @@ Helm charts for Airbyte. | `worker.replicaCount` | Number of worker replicas | `1` | | `worker.image.repository` | The repository to use for the airbyte worker image. | `airbyte/worker` | | `worker.image.pullPolicy` | the pull policy to use for the airbyte worker image | `IfNotPresent` | -| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.39.29-alpha` | +| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.39.30-alpha` | | `worker.podAnnotations` | Add extra annotations to the worker pod(s) | `{}` | | `worker.containerSecurityContext` | Security context for the container | `{}` | | `worker.livenessProbe.enabled` | Enable livenessProbe on the worker | `true` | @@ -170,7 +170,7 @@ Helm charts for Airbyte. | ------------------------------- | -------------------------------------------------------------------- | -------------------- | | `bootloader.image.repository` | The repository to use for the airbyte bootloader image. | `airbyte/bootloader` | | `bootloader.image.pullPolicy` | the pull policy to use for the airbyte bootloader image | `IfNotPresent` | -| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.39.29-alpha` | +| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.39.30-alpha` | | `bootloader.podAnnotations` | Add extra annotations to the bootloader pod | `{}` | | `bootloader.nodeSelector` | Node labels for pod assignment | `{}` | | `bootloader.tolerations` | Tolerations for worker pod assignment. | `[]` | diff --git a/airbyte/values.yaml b/airbyte/values.yaml index d464c5c..ccf90e6 100644 --- a/airbyte/values.yaml +++ b/airbyte/values.yaml @@ -41,7 +41,7 @@ webapp: image: repository: airbyte/webapp pullPolicy: IfNotPresent - tag: 0.39.29-alpha + tag: 0.39.30-alpha ## @param webapp.podAnnotations [object] Add extra annotations to the webapp pod(s) ## @@ -315,7 +315,7 @@ server: image: repository: airbyte/server pullPolicy: IfNotPresent - tag: 0.39.29-alpha + tag: 0.39.30-alpha ## @param server.podAnnotations [object] Add extra annotations to the server pod ## @@ -442,7 +442,7 @@ worker: image: repository: airbyte/worker pullPolicy: IfNotPresent - tag: 0.39.29-alpha + tag: 0.39.30-alpha ## @param worker.podAnnotations [object] Add extra annotations to the worker pod(s) ## @@ -560,7 +560,7 @@ bootloader: image: repository: airbyte/bootloader pullPolicy: IfNotPresent - tag: 0.39.29-alpha + tag: 0.39.30-alpha ## @param bootloader.podAnnotations [object] Add extra annotations to the bootloader pod ## From 4f2b1e7d8dbea38edaf134bbcc14f01f1b96ac68 Mon Sep 17 00:00:00 2001 From: Caleb Fornari Date: Fri, 1 Jul 2022 09:39:53 -0700 Subject: [PATCH 09/11] helm chart: Add Image Pull Secrets Param (#14031) --- airbyte/README.md | 35 ++++++++++--------- airbyte/templates/_helpers.tpl | 12 +++++++ airbyte/templates/bootloader/pod.yaml | 3 ++ airbyte/templates/pod-sweeper/deployment.yaml | 3 ++ airbyte/templates/server/deployment.yaml | 3 ++ airbyte/templates/temporal/deployment.yaml | 3 ++ airbyte/templates/webapp/deployment.yaml | 3 ++ airbyte/templates/worker/deployment.yaml | 3 ++ airbyte/values.yaml | 11 ++++-- 9 files changed, 58 insertions(+), 18 deletions(-) diff --git a/airbyte/README.md b/airbyte/README.md index b38be3e..695ff0c 100644 --- a/airbyte/README.md +++ b/airbyte/README.md @@ -20,6 +20,7 @@ Helm charts for Airbyte. | `serviceAccount.annotations` | Annotations for service account. Evaluated as a template. Only used if `create` is `true`. | `{}` | | `serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` | | `serviceAccount.name` | Name of the service account to use. If not set and create is true, a name is generated using the fullname template. | `airbyte-admin` | +| `imagePullSecrets` | Array of image pull secrets. | `[]` | | `version` | Sets the AIRBYTE_VERSION environment variable. Defaults to Chart.AppVersion. | `""` | @@ -216,23 +217,23 @@ Helm charts for Airbyte. ### Airbyte Database parameters -| Name | Description | Value | -| -------------------------------------------------- | ----------------------------------------------------------------------------------------- | ------------------------- | -| `postgresql.enabled` | Switch to enable or disable the PostgreSQL helm chart | `true` | -| `postgresql.postgresqlUsername` | Airbyte Postgresql username | `airbyte` | -| `postgresql.postgresqlPassword` | Airbyte Postgresql password | `airbyte` | -| `postgresql.postgresqlDatabase` | Airbyte Postgresql database | `db-airbyte` | -| `postgresql.existingSecret` | Name of an existing secret containing the PostgreSQL password ('postgresql-password' key) | `""` | -| `postgresql.containerSecurityContext.runAsNonRoot` | Ensures the container will run with a non-root user | `true` | +| Name | Description | Value | +| -------------------------------------------------- | ----------------------------------------------------------------------------------------- | ------------ | +| `postgresql.enabled` | Switch to enable or disable the PostgreSQL helm chart | `true` | +| `postgresql.postgresqlUsername` | Airbyte Postgresql username | `airbyte` | +| `postgresql.postgresqlPassword` | Airbyte Postgresql password | `airbyte` | +| `postgresql.postgresqlDatabase` | Airbyte Postgresql database | `db-airbyte` | +| `postgresql.existingSecret` | Name of an existing secret containing the PostgreSQL password ('postgresql-password' key) | `""` | +| `postgresql.containerSecurityContext.runAsNonRoot` | Ensures the container will run with a non-root user | `true` | | `postgresql.commonAnnotations.helm.sh/hook` | It will determine when the hook should be rendered | `pre-install,pre-upgrade` | -| `postgresql.commonAnnotations.helm.sh/hook-weight` | The order in which the hooks are executed. If weight is lower, it has higher priority | `-1` | -| `externalDatabase.host` | Database host | `localhost` | -| `externalDatabase.user` | non-root Username for Airbyte Database | `airbyte` | -| `externalDatabase.password` | Database password | `""` | -| `externalDatabase.existingSecret` | Name of an existing secret resource containing the DB password | `""` | -| `externalDatabase.existingSecretPasswordKey` | Name of an existing secret key containing the DB password | `""` | -| `externalDatabase.database` | Database name | `db-airbyte` | -| `externalDatabase.port` | Database port number | `5432` | +| `postgresql.commonAnnotations.helm.sh/hook-weight` | The order in which the hooks are executed. If weight is lower, it has higher priority | `-1` +| `externalDatabase.host` | Database host | `localhost` | +| `externalDatabase.user` | non-root Username for Airbyte Database | `airbyte` | +| `externalDatabase.password` | Database password | `""` | +| `externalDatabase.existingSecret` | Name of an existing secret resource containing the DB password | `""` | +| `externalDatabase.existingSecretPasswordKey` | Name of an existing secret key containing the DB password | `""` | +| `externalDatabase.database` | Database name | `db-airbyte` | +| `externalDatabase.port` | Database port number | `5432` | ### Logs parameters @@ -269,3 +270,5 @@ Helm charts for Airbyte. | `jobs.kube.nodeSelector` | key/value node selector applied to kube jobs | `{}` | | `jobs.kube.tolerations` | Tolerations for jobs.kube pod assignment. | `[]` | | `jobs.kube.main_container_image_pull_secret` | image pull secret to use for job pod | `""` | + + diff --git a/airbyte/templates/_helpers.tpl b/airbyte/templates/_helpers.tpl index 03a1895..350269b 100644 --- a/airbyte/templates/_helpers.tpl +++ b/airbyte/templates/_helpers.tpl @@ -50,6 +50,18 @@ app.kubernetes.io/name: {{ include "airbyte.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} {{- end }} +{{/* +Create the image pull secrets +*/}} +{{- define "common.imagePullSecrets" -}} +{{- if .Values.imagePullSecrets }} +{{- printf "imagePullSecrets:" }} + {{- range .Values.imagePullSecrets }} + {{- printf "- name: %s" . | nindent 2 }} + {{- end }} +{{- end }} +{{- end -}} + {{/* Create the name of the service account to use */}} diff --git a/airbyte/templates/bootloader/pod.yaml b/airbyte/templates/bootloader/pod.yaml index 59042ba..0a38c8a 100644 --- a/airbyte/templates/bootloader/pod.yaml +++ b/airbyte/templates/bootloader/pod.yaml @@ -13,6 +13,9 @@ metadata: {{- end }} spec: serviceAccountName: {{ include "airbyte.serviceAccountName" . }} + {{- if .Values.imagePullSecrets }} + {{- include "common.imagePullSecrets" . | nindent 2 }} + {{- end }} restartPolicy: Never {{- if .Values.bootloader.nodeSelector }} nodeSelector: {{- include "common.tplvalues.render" (dict "value" .Values.bootloader.nodeSelector "context" $) | nindent 8 }} diff --git a/airbyte/templates/pod-sweeper/deployment.yaml b/airbyte/templates/pod-sweeper/deployment.yaml index ac0edfa..1693584 100644 --- a/airbyte/templates/pod-sweeper/deployment.yaml +++ b/airbyte/templates/pod-sweeper/deployment.yaml @@ -22,6 +22,9 @@ spec: {{- end }} spec: serviceAccountName: {{ include "airbyte.serviceAccountName" . }} + {{- if .Values.imagePullSecrets }} + {{- include "common.imagePullSecrets" . | nindent 6 }} + {{- end }} {{- if .Values.podSweeper.nodeSelector }} nodeSelector: {{- include "common.tplvalues.render" (dict "value" .Values.podSweeper.nodeSelector "context" $) | nindent 8 }} {{- end }} diff --git a/airbyte/templates/server/deployment.yaml b/airbyte/templates/server/deployment.yaml index e93e308..4a96ce1 100644 --- a/airbyte/templates/server/deployment.yaml +++ b/airbyte/templates/server/deployment.yaml @@ -22,6 +22,9 @@ spec: {{- end }} spec: serviceAccountName: {{ include "airbyte.serviceAccountName" . }} + {{- if .Values.imagePullSecrets }} + {{- include "common.imagePullSecrets" . | nindent 6 }} + {{- end }} {{- if .Values.server.nodeSelector }} nodeSelector: {{- include "common.tplvalues.render" (dict "value" .Values.server.nodeSelector "context" $) | nindent 8 }} {{- end }} diff --git a/airbyte/templates/temporal/deployment.yaml b/airbyte/templates/temporal/deployment.yaml index 1023a2a..e867612 100644 --- a/airbyte/templates/temporal/deployment.yaml +++ b/airbyte/templates/temporal/deployment.yaml @@ -20,6 +20,9 @@ spec: {{- end }} spec: serviceAccountName: {{ include "airbyte.serviceAccountName" . }} + {{- if .Values.imagePullSecrets }} + {{- include "common.imagePullSecrets" . | nindent 6 }} + {{- end }} {{- if .Values.temporal.nodeSelector }} nodeSelector: {{- include "common.tplvalues.render" (dict "value" .Values.temporal.nodeSelector "context" $) | nindent 8 }} {{- end }} diff --git a/airbyte/templates/webapp/deployment.yaml b/airbyte/templates/webapp/deployment.yaml index f63ecbf..ff67aae 100644 --- a/airbyte/templates/webapp/deployment.yaml +++ b/airbyte/templates/webapp/deployment.yaml @@ -19,6 +19,9 @@ spec: {{- include "common.tplvalues.render" (dict "value" .Values.webapp.podAnnotations "context" $) | nindent 8 }} {{- end }} spec: + {{- if .Values.imagePullSecrets }} + {{- include "common.imagePullSecrets" . | nindent 6 }} + {{- end }} {{- if .Values.webapp.nodeSelector }} nodeSelector: {{- include "common.tplvalues.render" (dict "value" .Values.webapp.nodeSelector "context" $) | nindent 8 }} {{- end }} diff --git a/airbyte/templates/worker/deployment.yaml b/airbyte/templates/worker/deployment.yaml index 3a5febc..c955062 100644 --- a/airbyte/templates/worker/deployment.yaml +++ b/airbyte/templates/worker/deployment.yaml @@ -19,6 +19,9 @@ spec: {{- end }} spec: serviceAccountName: {{ include "airbyte.serviceAccountName" . }} + {{- if .Values.imagePullSecrets }} + {{- include "common.imagePullSecrets" . | nindent 6 }} + {{- end }} automountServiceAccountToken: true {{- if .Values.worker.nodeSelector }} nodeSelector: {{- include "common.tplvalues.render" (dict "value" .Values.worker.nodeSelector "context" $) | nindent 8 }} diff --git a/airbyte/values.yaml b/airbyte/values.yaml index ccf90e6..831812d 100644 --- a/airbyte/values.yaml +++ b/airbyte/values.yaml @@ -1,8 +1,8 @@ ## @section Global Parameters - -## @param global.imageRegistry Global Docker image registry ## global: + ## @param global.imageRegistry Global Docker image registry + ## imageRegistry: "" ## @section Common Parameters @@ -25,6 +25,13 @@ serviceAccount: annotations: {} name: airbyte-admin +## @param imagePullSecrets Array of image pull secrets. +## +## Example: +## imagePullSecrets: +## - docker-secret +imagePullSecrets: [] + ## @param version Sets the AIRBYTE_VERSION environment variable. Defaults to Chart.AppVersion. ## If changing the image tags below, you should probably also update this. version: "" From b520978c7ce47fd3e0f14836bfc5c6d05097b04d Mon Sep 17 00:00:00 2001 From: Octavia Squidington III <90398440+octavia-squidington-iii@users.noreply.github.com> Date: Fri, 1 Jul 2022 10:21:23 -0700 Subject: [PATCH 10/11] Bump Airbyte version from 0.39.30-alpha to 0.39.31-alpha (#14355) Co-authored-by: benmoriceau --- airbyte/Chart.yaml | 2 +- airbyte/README.md | 8 ++++---- airbyte/values.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/airbyte/Chart.yaml b/airbyte/Chart.yaml index 7561f62..41756a8 100644 --- a/airbyte/Chart.yaml +++ b/airbyte/Chart.yaml @@ -21,7 +21,7 @@ version: 0.3.6 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.39.30-alpha" +appVersion: "0.39.31-alpha" dependencies: - name: common diff --git a/airbyte/README.md b/airbyte/README.md index 695ff0c..a97975e 100644 --- a/airbyte/README.md +++ b/airbyte/README.md @@ -31,7 +31,7 @@ Helm charts for Airbyte. | `webapp.replicaCount` | Number of webapp replicas | `1` | | `webapp.image.repository` | The repository to use for the airbyte webapp image. | `airbyte/webapp` | | `webapp.image.pullPolicy` | the pull policy to use for the airbyte webapp image | `IfNotPresent` | -| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.39.30-alpha` | +| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.39.31-alpha` | | `webapp.podAnnotations` | Add extra annotations to the webapp pod(s) | `{}` | | `webapp.containerSecurityContext` | Security context for the container | `{}` | | `webapp.livenessProbe.enabled` | Enable livenessProbe on the webapp | `true` | @@ -104,7 +104,7 @@ Helm charts for Airbyte. | `server.replicaCount` | Number of server replicas | `1` | | `server.image.repository` | The repository to use for the airbyte server image. | `airbyte/server` | | `server.image.pullPolicy` | the pull policy to use for the airbyte server image | `IfNotPresent` | -| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.39.30-alpha` | +| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.39.31-alpha` | | `server.podAnnotations` | Add extra annotations to the server pod | `{}` | | `server.containerSecurityContext` | Security context for the container | `{}` | | `server.livenessProbe.enabled` | Enable livenessProbe on the server | `true` | @@ -139,7 +139,7 @@ Helm charts for Airbyte. | `worker.replicaCount` | Number of worker replicas | `1` | | `worker.image.repository` | The repository to use for the airbyte worker image. | `airbyte/worker` | | `worker.image.pullPolicy` | the pull policy to use for the airbyte worker image | `IfNotPresent` | -| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.39.30-alpha` | +| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.39.31-alpha` | | `worker.podAnnotations` | Add extra annotations to the worker pod(s) | `{}` | | `worker.containerSecurityContext` | Security context for the container | `{}` | | `worker.livenessProbe.enabled` | Enable livenessProbe on the worker | `true` | @@ -171,7 +171,7 @@ Helm charts for Airbyte. | ------------------------------- | -------------------------------------------------------------------- | -------------------- | | `bootloader.image.repository` | The repository to use for the airbyte bootloader image. | `airbyte/bootloader` | | `bootloader.image.pullPolicy` | the pull policy to use for the airbyte bootloader image | `IfNotPresent` | -| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.39.30-alpha` | +| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.39.31-alpha` | | `bootloader.podAnnotations` | Add extra annotations to the bootloader pod | `{}` | | `bootloader.nodeSelector` | Node labels for pod assignment | `{}` | | `bootloader.tolerations` | Tolerations for worker pod assignment. | `[]` | diff --git a/airbyte/values.yaml b/airbyte/values.yaml index 831812d..a133793 100644 --- a/airbyte/values.yaml +++ b/airbyte/values.yaml @@ -48,7 +48,7 @@ webapp: image: repository: airbyte/webapp pullPolicy: IfNotPresent - tag: 0.39.30-alpha + tag: 0.39.31-alpha ## @param webapp.podAnnotations [object] Add extra annotations to the webapp pod(s) ## @@ -322,7 +322,7 @@ server: image: repository: airbyte/server pullPolicy: IfNotPresent - tag: 0.39.30-alpha + tag: 0.39.31-alpha ## @param server.podAnnotations [object] Add extra annotations to the server pod ## @@ -449,7 +449,7 @@ worker: image: repository: airbyte/worker pullPolicy: IfNotPresent - tag: 0.39.30-alpha + tag: 0.39.31-alpha ## @param worker.podAnnotations [object] Add extra annotations to the worker pod(s) ## @@ -567,7 +567,7 @@ bootloader: image: repository: airbyte/bootloader pullPolicy: IfNotPresent - tag: 0.39.30-alpha + tag: 0.39.31-alpha ## @param bootloader.podAnnotations [object] Add extra annotations to the bootloader pod ## From aa98ee945c5ff24094f4724c16a973f6187b725b Mon Sep 17 00:00:00 2001 From: Eduardo Bizarro Date: Fri, 1 Jul 2022 15:55:24 -0300 Subject: [PATCH 11/11] 0.3.18 --- airbyte/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte/Chart.yaml b/airbyte/Chart.yaml index df22958..d4c7f3e 100644 --- a/airbyte/Chart.yaml +++ b/airbyte/Chart.yaml @@ -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.3.17 +version: 0.3.18 # This is the version number of the application being deployed. This version number should be