Skip to content

Commit

Permalink
Merge pull request #1018 from dinogun/bump_mvp_0.0.20_mvp
Browse files Browse the repository at this point in the history
Bump mvp_demo branch to 0.0.20_mvp
  • Loading branch information
dinogun authored Nov 2, 2023
2 parents 6da70a5 + 88da9c5 commit b929706
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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.4_rm
image: kruize/autotune_operator:0.0.20_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -188,7 +188,7 @@ metadata:
spec:
containers:
- name: kruize-ui-nginx-container
image: quay.io/kruize/kruize-ui:0.0.2
image: quay.io/kruize/kruize-ui:0.0.3
imagePullPolicy: Always
env:
- name: KRUIZE_UI_ENV
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.4_rm
image: kruize/autotune_operator:0.0.20_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -194,7 +194,7 @@ metadata:
spec:
containers:
- name: kruize-ui-nginx-container
image: quay.io/kruize/kruize-ui:0.0.2
image: quay.io/kruize/kruize-ui:0.0.3
imagePullPolicy: Always
env:
- name: KRUIZE_UI_ENV
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.4_rm
image: kruize/autotune_operator:0.0.20_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.4_rm
image: kruize/autotune_operator:0.0.20_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -307,7 +307,7 @@ metadata:
spec:
containers:
- name: kruize-ui-nginx-container
image: quay.io/kruize/kruize-ui:0.0.2
image: quay.io/kruize/kruize-ui:0.0.3
imagePullPolicy: Always
env:
- name: KRUIZE_UI_ENV
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.4_rm
image: kruize/autotune_operator:0.0.20_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.4_rm
image: kruize/autotune_operator:0.0.20_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.2
image: quay.io/kruize/kruize-ui:0.0.3
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.4_mvp</version>
<version>0.0.20_mvp</version>
<properties>
<fabric8-version>4.13.0</fabric8-version>
<org-json-version>20201115</org-json-version>
Expand Down

0 comments on commit b929706

Please sign in to comment.