Skip to content

Commit

Permalink
Merge pull request kruize#1298 from dinogun/bump_mvp_demo_0.0.25_mvp
Browse files Browse the repository at this point in the history
Bump mvp_demo to Kruize version 0.0.25_mvp
  • Loading branch information
dinogun authored Sep 27, 2024
2 parents 435f2df + 1d0382e commit cf60241
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
done
containers:
- name: kruize
image: kruize/autotune_operator:0.0.24_rm
image: kruize/autotune_operator:0.0.25_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ spec:
done
containers:
- name: kruize
image: kruize/autotune_operator:0.0.24_rm
image: kruize/autotune_operator:0.0.25_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ spec:
spec:
containers:
- name: kruize
image: quay.io/kruize/autotune_operator:0.0.24_rm
image: quay.io/kruize/autotune_operator:0.0.25_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -216,7 +216,7 @@ spec:
spec:
containers:
- name: kruizecronjob
image: quay.io/kruize/autotune_operator:0.0.24_rm
image: quay.io/kruize/autotune_operator:0.0.25_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -342,7 +342,7 @@ spec:
spec:
containers:
- name: kruizedeletejob
image: quay.io/kruize/autotune_operator:0.0.24_rm
image: quay.io/kruize/autotune_operator:0.0.25_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ spec:
done
containers:
- name: kruize
image: quay.io/kruize/autotune_operator:0.0.24_rm
image: quay.io/kruize/autotune_operator:0.0.25_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -242,7 +242,7 @@ spec:
spec:
containers:
- name: kruizecronjob
image: kruize/autotune_operator:0.0.24_rm
image: kruize/autotune_operator:0.0.25_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -368,7 +368,7 @@ spec:
spec:
containers:
- name: kruizedeletejob
image: kruize/autotune_operator:0.0.24_rm
image: kruize/autotune_operator:0.0.25_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ spec:
done
containers:
- name: kruize
image: kruize/autotune_operator:0.0.24_rm
image: kruize/autotune_operator:0.0.25_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -314,7 +314,7 @@ spec:
spec:
containers:
- name: kruizecronjob
image: kruize/autotune_operator:0.0.24_rm
image: kruize/autotune_operator:0.0.25_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -355,7 +355,7 @@ spec:
spec:
containers:
- name: kruizedeletejob
image: kruize/autotune_operator:0.0.24_rm
image: kruize/autotune_operator:0.0.25_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
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.24_mvp</version>
<version>0.0.25_mvp</version>
<properties>
<fabric8-version>4.13.2</fabric8-version>
<org-json-version>20240303</org-json-version>
Expand Down

0 comments on commit cf60241

Please sign in to comment.