Skip to content

Commit

Permalink
update rock to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kelkawi-a committed Jan 6, 2025
1 parent 7b4c446 commit 83809eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airbyte_rock/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ parts:
plugin: dump
source: https://github.com/airbytehq/airbyte-platform.git # yamllint disable-line
source-type: git
source-tag: v1.1.0
source-tag: v1.3.0
override-build: |
cp -r . ${CRAFT_PART_INSTALL}/airbyte-platform
stage:
Expand Down
2 changes: 1 addition & 1 deletion src/charm_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def create_env(model_name, app_name, container_name, config, state):
secret_persistence = config["secret-persistence"].value

# Some defaults are extracted from Helm chart:
# https://github.com/airbytehq/airbyte-platform/tree/v1.1.0/charts/airbyte
# https://github.com/airbytehq/airbyte-platform/tree/v1.3.0/charts/airbyte
env = {
**BASE_ENV,
# Airbye services config
Expand Down
2 changes: 1 addition & 1 deletion src/literals.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
AIRBYTE_API_PORT = 8006
WORKLOAD_API_PORT = 8007
WORKLOAD_LAUNCHER_PORT = 8016
AIRBYTE_VERSION = "1.1.0"
AIRBYTE_VERSION = "1.3.0"
DB_NAME = "airbyte-k8s_db"


Expand Down

0 comments on commit 83809eb

Please sign in to comment.