Skip to content

Commit

Permalink
fix kube overlay version (#4765)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhizor authored and gl-pix committed Jul 22, 2021
1 parent 3142732 commit 778818f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kube/overlays/stable-with-resource-limits/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AIRBYTE_VERSION=0.27.2-alpha
AIRBYTE_VERSION=0.27.3-alpha

# Airbyte Internal Database, see https://docs.airbyte.io/operator-guides/configuring-airbyte-db
DATABASE_USER=docker
Expand Down
10 changes: 5 additions & 5 deletions kube/overlays/stable-with-resource-limits/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ bases:

images:
- name: airbyte/seed
newTag: 0.27.2-alpha
newTag: 0.27.3-alpha
- name: airbyte/db
newTag: 0.27.2-alpha
newTag: 0.27.3-alpha
- name: airbyte/scheduler
newTag: 0.27.2-alpha
newTag: 0.27.3-alpha
- name: airbyte/server
newTag: 0.27.2-alpha
newTag: 0.27.3-alpha
- name: airbyte/webapp
newTag: 0.27.2-alpha
newTag: 0.27.3-alpha
- name: temporalio/auto-setup
newTag: 1.7.0

Expand Down

0 comments on commit 778818f

Please sign in to comment.