Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded operator tags to release 2024.11.2-rc1 #75

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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