Skip to content

Commit

Permalink
Merge pull request kruize#1382 from dinogun/bump_mvp_0.2
Browse files Browse the repository at this point in the history
Bump mvp_demo to Kruize v0.2
  • Loading branch information
dinogun authored Nov 25, 2024
2 parents dbf58bc + a7d057d commit 54db7e6
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 @@ -92,7 +92,7 @@ spec:
done
containers:
- name: kruize
image: kruize/autotune_operator:0.1.1
image: kruize/autotune_operator:0.2
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
done
containers:
- name: kruize
image: kruize/autotune_operator:0.1.1
image: kruize/autotune_operator:0.2
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
spec:
containers:
- name: kruize
image: quay.io/kruize/autotune_operator:0.1.1
image: quay.io/kruize/autotune_operator:0.2
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -220,7 +220,7 @@ spec:
spec:
containers:
- name: kruizecronjob
image: quay.io/kruize/autotune_operator:0.1.1
image: quay.io/kruize/autotune_operator:0.2
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -346,7 +346,7 @@ spec:
spec:
containers:
- name: kruizedeletejob
image: quay.io/kruize/autotune_operator:0.1.1
image: quay.io/kruize/autotune_operator:0.2
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ spec:
done
containers:
- name: kruize
image: quay.io/kruize/autotune_operator:0.1.1
image: quay.io/kruize/autotune_operator:0.2
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -246,7 +246,7 @@ spec:
spec:
containers:
- name: kruizecronjob
image: quay.io/kruize/autotune_operator:0.1.1
image: quay.io/kruize/autotune_operator:0.2
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -372,7 +372,7 @@ spec:
spec:
containers:
- name: kruizedeletejob
image: quay.io/kruize/autotune_operator:0.1.1
image: quay.io/kruize/autotune_operator:0.2
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ spec:
done
containers:
- name: kruize
image: quay.io/kruize/autotune_operator:0.1.1
image: quay.io/kruize/autotune_operator:0.2
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -318,7 +318,7 @@ spec:
spec:
containers:
- name: kruizecronjob
image: quay.io/kruize/autotune_operator:0.1.1
image: quay.io/kruize/autotune_operator:0.2
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -359,7 +359,7 @@ spec:
spec:
containers:
- name: kruizedeletejob
image: quay.io/kruize/autotune_operator:0.1.1
image: quay.io/kruize/autotune_operator:0.2
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.1.1</version>
<version>0.2</version>
<properties>
<fabric8-version>4.13.2</fabric8-version>
<org-json-version>20240303</org-json-version>
Expand Down

0 comments on commit 54db7e6

Please sign in to comment.