Skip to content
Merged
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
5 changes: 3 additions & 2 deletions helm/polaris/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ apiVersion: v2
name: polaris
description: A Helm chart for Apache Polaris (incubating)
type: application
version: 0.1.0
appVersion: 1.0.0-incubating-SNAPSHOT
version: 1.1.0-incubating-SNAPSHOT
appVersion: 1.1.0-incubating-SNAPSHOT
home: https://polaris.apache.org/
icon: https://raw.githubusercontent.com/apache/polaris/main/site/static/img/logos/polaris-brandmark.png
sources:
Expand All @@ -36,3 +36,4 @@ maintainers:
- name: collado-mike
- name: gerrit-k
- name: snazy
- name: flyrain
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure this maintainer list is needed. We didn't do that in somewhere else. Is it a Helm Chart thing?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but it is an optional field (ref: https://helm.sh/docs/topics/charts/):

maintainers: # (optional)
  - name: The maintainers name (required for each maintainer)
    email: The maintainers email (optional for each maintainer)
    url: A URL for the maintainer (optional for each maintainer)

Copy link
Contributor Author

@flyrain flyrain Jun 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for sharing. In that case, I'd propose to remove the list in a followup PR, as it adds maintenance burden, which makes it inaccurate inevitably. WDYT?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I think that is probably better in this case.

1 change: 1 addition & 0 deletions helm/polaris/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ A Helm chart for Apache Polaris (incubating).
* [collado-mike](https://github.com/collado-mike)
* [gerrit-k](https://github.com/gerrit-k)
* [snazy](https://github.com/snazy)
* [flyrain](https://github.com/flyrain)

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion helm/polaris/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ image:
# -- The image pull policy.
pullPolicy: IfNotPresent
# -- The image tag.
tag: "latest"
tag: "1.1.0-incubating-SNAPSHOT"
# -- The path to the directory where the application.properties file, and other configuration
# files, if any, should be mounted.
# Note: if you are using EclipseLink, then this value must be at least two folders down to the
Expand Down
Loading