Skip to content

Commit fa36aa3

Browse files
authored
Update Helm chart version (#1957)
1 parent 96b8be3 commit fa36aa3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

helm/polaris/Chart.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ apiVersion: v2
2121
name: polaris
2222
description: A Helm chart for Apache Polaris (incubating)
2323
type: application
24-
version: 0.1.0
25-
appVersion: 1.0.0-incubating-SNAPSHOT
24+
version: 1.1.0-incubating-SNAPSHOT
25+
appVersion: 1.1.0-incubating-SNAPSHOT
2626
home: https://polaris.apache.org/
2727
icon: https://raw.githubusercontent.com/apache/polaris/main/site/static/img/logos/polaris-brandmark.png
2828
sources:
@@ -36,3 +36,4 @@ maintainers:
3636
- name: collado-mike
3737
- name: gerrit-k
3838
- name: snazy
39+
- name: flyrain

helm/polaris/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ A Helm chart for Apache Polaris (incubating).
3939
* [collado-mike](https://github.com/collado-mike)
4040
* [gerrit-k](https://github.com/gerrit-k)
4141
* [snazy](https://github.com/snazy)
42+
* [flyrain](https://github.com/flyrain)
4243

4344
## Source Code
4445

helm/polaris/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ image:
2727
# -- The image pull policy.
2828
pullPolicy: IfNotPresent
2929
# -- The image tag.
30-
tag: "latest"
30+
tag: "1.1.0-incubating-SNAPSHOT"
3131
# -- The path to the directory where the application.properties file, and other configuration
3232
# files, if any, should be mounted.
3333
# Note: if you are using EclipseLink, then this value must be at least two folders down to the

0 commit comments

Comments
 (0)