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

Bump remote monitoring release to 0.0.19.4 #1011

Merged
merged 1 commit into from
Oct 27, 2023
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
spec:
containers:
- name: kruize
image: kruize/autotune_operator:0.0.19.2_rm
image: kruize/autotune_operator:0.0.19.4_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
spec:
containers:
- name: kruize
image: kruize/autotune_operator:0.0.19.2_rm
image: kruize/autotune_operator:0.0.19.4_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ spec:
spec:
containers:
- name: kruize
image: kruize/autotune_operator:0.0.19.2_rm
image: kruize/autotune_operator:0.0.19.4_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -208,7 +208,7 @@ spec:
spec:
containers:
- name: kruizecronjob
image: kruize/autotune_operator:0.0.19_rm
image: kruize/autotune_operator:0.0.19.4_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ spec:
serviceAccountName: kruize-sa
containers:
- name: kruize
image: kruize/autotune_operator:0.0.19.2_rm
image: kruize/autotune_operator:0.0.19.4_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -261,7 +261,7 @@ spec:
spec:
containers:
- name: kruizecronjob
image: kruize/autotune_operator:0.0.19_rm
image: kruize/autotune_operator:0.0.19.4_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -360,7 +360,7 @@ metadata:
spec:
containers:
- name: kruize-ui-nginx-container
image: quay.io/kruize/kruize-ui:0.0.1
image: quay.io/kruize/kruize-ui:0.0.2
imagePullPolicy: Always
env:
- name: KRUIZE_UI_ENV
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.autotune</groupId>
<artifactId>autotune</artifactId>
<version>0.0.19.3_mvp</version>
<version>0.0.19.4_mvp</version>
<properties>
<fabric8-version>4.13.0</fabric8-version>
<org-json-version>20201115</org-json-version>
Expand Down
Loading