Skip to content

Commit f4d0297

Browse files
authored
Bump ChartMuseum to v0.16.3 (#73)
* Bump ChartMuseum to v0.16.3 * Bump python in lint action
1 parent e868701 commit f4d0297

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v2
2323
with:
24-
python-version: 3.7
24+
python-version: 3.8
2525

2626
- name: Set up chart-testing
2727
uses: helm/chart-testing-action@v2.1.0

src/chartmuseum/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
description: Host your own Helm Chart Repository
33
name: chartmuseum
4-
version: 3.10.3
5-
appVersion: 0.16.2
4+
version: 3.10.4
5+
appVersion: 0.16.3
66
home: https://github.com/helm/chartmuseum
77
icon: https://raw.githubusercontent.com/chartmuseum/charts/main/logo.jpg
88
keywords:

src/chartmuseum/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ strategy:
55
type: RollingUpdate
66
image:
77
repository: ghcr.io/helm/chartmuseum
8-
tag: v0.16.2
8+
tag: v0.16.3
99
pullPolicy: IfNotPresent
1010
secret:
1111
labels: {}

0 commit comments

Comments
 (0)