Skip to content

Commit

Permalink
chore : align on workload init container name. (#13410)
Browse files Browse the repository at this point in the history
Aligns the naming of the init container to workload-init-container everywhere
  • Loading branch information
tryangul committed Aug 2, 2024
1 parent d07d74c commit f5b074a
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG DOCKER_BUILD_ARCH=amd64
# Don't change this manually. Bump version expects to make moves based on this string
ARG VERSION=dev

ENV APPLICATION airbyte-init-container
ENV APPLICATION airbyte-workload-init-container
ENV VERSION=${VERSION}

COPY --chown=airbyte:airbyte --from=builder /app /app
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
micronaut:
application:
name: airbyte-init-container
name: airbyte-workload-init-container
server:
enable: false
metrics:
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ include(":oss:airbyte-webapp")
include(":oss:airbyte-workers")
include(":oss:airbyte-workload-launcher")
include(":oss:airbyte-connector-sidecar")
include(":oss:airbyte-init-container")
include(":oss:airbyte-workload-init-container")

project(":oss:airbyte-commons").projectDir = file("airbyte-commons")
project(":oss:airbyte-api").projectDir = file("airbyte-api")
Expand Down Expand Up @@ -182,4 +182,4 @@ project(":oss:airbyte-webapp").projectDir = file("airbyte-webapp")
project(":oss:airbyte-workers").projectDir = file("airbyte-workers")
project(":oss:airbyte-workload-launcher").projectDir = file("airbyte-workload-launcher")
project(":oss:airbyte-connector-sidecar").projectDir = file("airbyte-connector-sidecar")
project(":oss:airbyte-init-container").projectDir = file("airbyte-init-container")
project(":oss:airbyte-workload-init-container").projectDir = file("airbyte-workload-init-container")
2 changes: 1 addition & 1 deletion tools/bin/publish_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ projectDir=(
"workers"
"workload-api-server"
"workload-launcher"
"init-container"
"workload-init-container"
"keycloak"
"keycloak-setup"
)
Expand Down

0 comments on commit f5b074a

Please sign in to comment.