Skip to content

Commit

Permalink
Add druid init docker
Browse files Browse the repository at this point in the history
Signed-off-by: Tapajit Chandra Paul <[email protected]>
  • Loading branch information
tapojit047 committed Jan 22, 2024
1 parent f0c8d0b commit 8723132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catalog/kubedb/raw/druid/druid-25.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
db:
image: apache/druid:25.0.0
initContainer:
image: tapojit047/druid-init:0.37
image: ghcr.io/kubedb/druid-init:25.0.0
securityContext:
runAsUser: 1000
version: 25.0.0
2 changes: 1 addition & 1 deletion charts/kubedb-catalog/templates/druid/druid-25.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
db:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "apache/druid") $) }}:25.0.0'
initContainer:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "tapojit047/druid-init") $) }}:0.37'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/druid-init") $) }}:25.0.0'
securityContext:
runAsUser: 1000
version: 25.0.0
Expand Down

0 comments on commit 8723132

Please sign in to comment.