Skip to content

Commit

Permalink
Bump remote monitoring release to 0.0.19.4
Browse files Browse the repository at this point in the history
Signed-off-by: Dinakar Guniguntala <[email protected]>
  • Loading branch information
dinogun committed Oct 27, 2023
1 parent 8c536f1 commit a26a757
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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

0 comments on commit a26a757

Please sign in to comment.