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 1/6] 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 2/6] 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 3/6] 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 4/6] 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 5/6] 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 6/6] 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)