diff --git a/ci/helm-chart/Chart.yaml b/ci/helm-chart/Chart.yaml index 8e483c788..72abd82ba 100644 --- a/ci/helm-chart/Chart.yaml +++ b/ci/helm-chart/Chart.yaml @@ -15,9 +15,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.3.2 +version: 3.3.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 4.8.2 +appVersion: 4.8.1 diff --git a/ci/helm-chart/values.yaml b/ci/helm-chart/values.yaml index bbea93944..36cfdda51 100644 --- a/ci/helm-chart/values.yaml +++ b/ci/helm-chart/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: codercom/code-server - tag: '4.8.2' + tag: '4.8.1' pullPolicy: Always # Specifies one or more secrets to be used when pulling images from a diff --git a/package.json b/package.json index eb0939573..40e3a21e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-server", "license": "MIT", - "version": "4.8.2", + "version": "4.8.1", "description": "Run VS Code on a remote server.", "homepage": "https://github.com/coder/code-server", "bugs": {