Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions manifests/base/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Qserv
metadata:
name: qserv
spec:
image: qserv/lite-qserv:2024.5.1-rc5
dbImage: qserv/lite-mariadb:2024.5.1-rc5
image: qserv/lite-qserv:2024.11.2-rc1
dbImage: qserv/lite-mariadb:2024.11.2-rc1
devel:
debuggerImage: k8sschool/debugtools:1.0.0
2 changes: 1 addition & 1 deletion manifests/operator-ns-scoped.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5047,7 +5047,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: qserv/qserv-operator:2024.5.1-rc7
image: qserv/qserv-operator:2024.11.2-rc1
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion manifests/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5040,7 +5040,7 @@ spec:
- --leader-elect
command:
- /manager
image: qserv/qserv-operator:2024.5.1-rc7
image: qserv/qserv-operator:2024.11.2-rc1
livenessProbe:
httpGet:
path: /healthz
Expand Down
Loading