Skip to content

Commit 83a171c

Browse files
chore: update phoenix version to 12.18.0 in kustomize and helm (#10410)
Co-authored-by: mikeldking <[email protected]>
1 parent bb0e3fd commit 83a171c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ type: application
4242
# This is the chart version. This version number should be incremented each time you make changes
4343
# to the chart and its templates, including the app version.
4444
# Versions are expected to follow Semantic Versioning (https://semver.org/)
45-
version: 4.0.15
45+
version: 4.0.16
4646

4747
# This is the version number of the application being deployed. This version number should be
4848
# incremented each time you make changes to the application. Versions are not expected to
4949
# follow Semantic Versioning. They should reflect the version the application is using.
5050
# It is recommended to use it with quotes.
51-
appVersion: "12.17.0"
51+
appVersion: "12.18.0"
5252
icon: https://phoenix.arize.com/wp-content/uploads/2025/04/logo-with-arize.svg
5353
maintainers:
5454
- name: arize

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ image:
533533
repository: "arizephoenix/phoenix"
534534

535535
# -- Docker image tag/version to deploy
536-
tag: version-12.17.0-nonroot
536+
tag: version-12.18.0-nonroot
537537

538538
# -- Resource configuration
539539
resources:

kustomize/base/phoenix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
value: "6006"
3131
- name: PHOENIX_SQL_DATABASE_URL
3232
value: "postgresql://postgres:postgres123@postgres:5432/postgres"
33-
image: arizephoenix/phoenix:version-12.17.0
33+
image: arizephoenix/phoenix:version-12.18.0
3434
name: phoenix
3535
ports:
3636
- containerPort: 6006

0 commit comments

Comments
 (0)