Skip to content

Commit

Permalink
Fix init image
Browse files Browse the repository at this point in the history
Signed-off-by: raihankhan <[email protected]>
  • Loading branch information
raihankhan committed Dec 17, 2024
1 parent e33b553 commit 57a9779
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/rabbitmq/rabbitmq-4.0.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
db:
image: ghcr.io/appscode-images/rabbitmq:4.0.4-management-alpine
initContainer:
image: ghcr.io/kubedb/rabbitmq-init:3.12.12
image: ghcr.io/kubedb/rabbitmq-init:4.0.4
securityContext:
runAsUser: 999
version: 4.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
db:
image: '{{ include "image.ghcr" (merge (dict "_repo" "appscode-images/rabbitmq") $) }}:4.0.4-management-alpine'
initContainer:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/rabbitmq-init") $) }}:3.12.12'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/rabbitmq-init") $) }}:4.0.4'
securityContext:
runAsUser: 999
version: 4.0.4
Expand Down

0 comments on commit 57a9779

Please sign in to comment.