Archived
1
0

chore: update version to 4.8.3

This commit is contained in:
Joe Previte 2022-11-07 11:10:59 -07:00
parent 77c3cd3aa1
commit 4ad763ad59
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
3 changed files with 3 additions and 3 deletions

View File

@ -20,4 +20,4 @@ version: 3.3.2
# This is the version number of the application being deployed. This version number should be # 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 # 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. # follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 4.8.2 appVersion: 4.8.3

View File

@ -6,7 +6,7 @@ replicaCount: 1
image: image:
repository: codercom/code-server repository: codercom/code-server
tag: '4.8.2' tag: '4.8.3'
pullPolicy: Always pullPolicy: Always
# Specifies one or more secrets to be used when pulling images from a # Specifies one or more secrets to be used when pulling images from a

View File

@ -1,7 +1,7 @@
{ {
"name": "code-server", "name": "code-server",
"license": "MIT", "license": "MIT",
"version": "4.8.2", "version": "4.8.3",
"description": "Run VS Code on a remote server.", "description": "Run VS Code on a remote server.",
"homepage": "https://github.com/coder/code-server", "homepage": "https://github.com/coder/code-server",
"bugs": { "bugs": {