Skip to content

Commit c76c6be

Browse files
committed
feat: set default image to syncstorage 0.21.1
1 parent cda008c commit c76c6be

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

charts/fx-syncstorage/Chart.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
apiVersion: v2
22
name: fx-syncstorage
33
description: Helm chart for Mozilla's Rust based Sync server for Firefox data synchronization.
4-
54
# A chart can be either an 'application' or a 'library' chart.
65
#
76
# Application charts are a collection of templates that can be packaged into versioned archives
@@ -11,22 +10,18 @@ description: Helm chart for Mozilla's Rust based Sync server for Firefox data sy
1110
# a dependency of application charts to inject those utilities and functions into the rendering
1211
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
1312
type: application
14-
1513
# This is the chart version. This version number should be incremented each time you make changes
1614
# to the chart and its templates, including the app version.
1715
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.1
19-
16+
version: 0.3.1
2017
# This is the version number of the application being deployed. This version number should be
2118
# incremented each time you make changes to the application. Versions are not expected to
2219
# follow Semantic Versioning. They should reflect the version the application is using.
2320
# It is recommended to use it with quotes.
24-
appVersion: "syncstorage-rs-mysql-0.19.1"
25-
21+
appVersion: syncstorage-rs-mysql-0.21.1
2622
maintainers:
2723
- name: "holysoles"
2824
url: "https://github.com/holysoles"
29-
3025
dependencies:
3126
- name: mysql
3227
alias: syncserverdb

0 commit comments

Comments
 (0)