Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.0.1
version: 3.0.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "12.1.0"
appVersion: "12.2.0"
icon: https://phoenix.arize.com/wp-content/uploads/2025/04/logo-with-arize.svg
maintainers:
- name: arize
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ image:
repository: "arizephoenix/phoenix"

# -- Docker image tag/version to deploy
tag: version-12.1.0-nonroot
tag: version-12.2.0-nonroot

# -- Resource configuration
resources:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/phoenix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
value: "6006"
- name: PHOENIX_SQL_DATABASE_URL
value: "postgresql://postgres:postgres123@postgres:5432/postgres"
image: arizephoenix/phoenix:version-12.1.0
image: arizephoenix/phoenix:version-12.2.0
name: phoenix
ports:
- containerPort: 6006
Expand Down