Skip to content

Commit

Permalink
Merge pull request #1271 from chandrams/bump_mvp_rel_0.0.24_mvp
Browse files Browse the repository at this point in the history
Bump mvp release to 0.0.24_mvp
  • Loading branch information
dinogun committed Sep 3, 2024
2 parents 17b23ba + 705b2b5 commit cd2e1ef
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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.23_rm
image: kruize/autotune_operator:0.0.24_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -213,7 +213,7 @@ metadata:
spec:
containers:
- name: kruize-ui-nginx-container
image: quay.io/kruize/kruize-ui:0.0.4
image: quay.io/kruize/kruize-ui:0.0.5
imagePullPolicy: Always
env:
- name: KRUIZE_UI_ENV
Expand Down
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.23_rm
image: kruize/autotune_operator:0.0.24_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -220,7 +220,7 @@ metadata:
spec:
containers:
- name: kruize-ui-nginx-container
image: quay.io/kruize/kruize-ui:0.0.4
image: quay.io/kruize/kruize-ui:0.0.5
imagePullPolicy: Always
env:
- name: KRUIZE_UI_ENV
Expand All @@ -245,4 +245,4 @@ subjects:
roleRef:
kind: ClusterRole
name: cluster-monitoring-view
apiGroup: rbac.authorization.k8s.io
apiGroup: rbac.authorization.k8s.io
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.23_rm
image: quay.io/kruize/autotune_operator:0.0.24_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.23_rm
image: kruize/autotune_operator:0.0.24_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -341,7 +341,7 @@ metadata:
spec:
containers:
- name: kruize-ui-nginx-container
image: quay.io/kruize/kruize-ui:0.0.4
image: quay.io/kruize/kruize-ui:0.0.5
imagePullPolicy: Always
env:
- name: KRUIZE_UI_ENV
Expand All @@ -368,7 +368,7 @@ spec:
spec:
containers:
- name: kruizedeletejob
image: kruize/autotune_operator:0.0.23_rm
image: kruize/autotune_operator:0.0.24_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ spec:
done
containers:
- name: kruize
image: kruize/autotune_operator:0.0.23_rm
image: kruize/autotune_operator:0.0.24_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -295,7 +295,7 @@ spec:
spec:
containers:
- name: kruizecronjob
image: kruize/autotune_operator:0.0.23_rm
image: kruize/autotune_operator:0.0.24_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -336,7 +336,7 @@ spec:
spec:
containers:
- name: kruizedeletejob
image: kruize/autotune_operator:0.0.23_rm
image: kruize/autotune_operator:0.0.24_rm
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand Down Expand Up @@ -437,7 +437,7 @@ metadata:
spec:
containers:
- name: kruize-ui-nginx-container
image: quay.io/kruize/kruize-ui:0.0.4
image: quay.io/kruize/kruize-ui:0.0.5
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.23_mvp</version>
<version>0.0.24_mvp</version>
<properties>
<fabric8-version>4.13.2</fabric8-version>
<org-json-version>20240303</org-json-version>
Expand Down

0 comments on commit cd2e1ef

Please sign in to comment.