Skip to content

Commit

Permalink
Update SingleStore Versions Image (#855)
Browse files Browse the repository at this point in the history
Signed-off-by: ashraful <[email protected]>
  • Loading branch information
AshrafulHaqueToni authored Feb 9, 2024
1 parent 843fd92 commit a310892
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion catalog/kubedb/raw/singlestore/singlestore-8.1.32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
coordinator:
image: ghcr.io/kubedb/singlestore-coordinator:v0.0.4
db:
image: singlestore/node:alma-8.1.32-e3d3cde6da
image: ghcr.io/appscode-images/singlestore-node:alma-8.1.32-e3d3cde6da
initContainer:
image: ghcr.io/kubedb/singlestore-init:8.1.32
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
coordinator:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/singlestore-coordinator") $) }}:v0.0.4'
db:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "singlestore/node") $) }}:alma-8.1.32-e3d3cde6da'
image: '{{ include "image.ghcr" (merge (dict "_repo" "appscode-images/singlestore-node") $) }}:alma-8.1.32-e3d3cde6da'
initContainer:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/singlestore-init") $) }}:8.1.32'
securityContext:
Expand Down
2 changes: 0 additions & 2 deletions charts/kubedb-crds/crds/kubedb.com_singlestores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ spec:
type: string
type: object
x-kubernetes-map-type: atomic
enableSSL:
type: boolean
halted:
type: boolean
healthChecker:
Expand Down
2 changes: 0 additions & 2 deletions charts/kubedb-ui-server/crds/kubedb.com_singlestores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ spec:
type: string
type: object
x-kubernetes-map-type: atomic
enableSSL:
type: boolean
halted:
type: boolean
healthChecker:
Expand Down
2 changes: 0 additions & 2 deletions crds/kubedb-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156586,8 +156586,6 @@ spec:
type: string
type: object
x-kubernetes-map-type: atomic
enableSSL:
type: boolean
halted:
type: boolean
healthChecker:
Expand Down

0 comments on commit a310892

Please sign in to comment.