Skip to content

Commit aa9b43d

Browse files
committed
feat: new vscode version
1 parent 128f798 commit aa9b43d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/vscode/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.0.1
18+
version: 0.0.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "4.12.0"
24+
appVersion: "4.13.0"

charts/vscode/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image:
99
name: vscode
1010
pullPolicy: IfNotPresent
1111
# Overrides the image tag whose default is the chart appVersion.
12-
tag: "v4.12.0"
12+
tag: "v4.13.0"
1313

1414
imagePullSecrets: []
1515
nameOverride: ""

0 commit comments

Comments
 (0)