chore(release): bump version to 4.3.0

This commit is contained in:
Joe Previte
2022-04-13 10:28:36 -07:00
parent e7e6c163ed
commit eea8171c56
8 changed files with 9 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ export npm_config_build_from_source=true
main() {
# Grabs the major version of node from $npm_config_user_agent which looks like
# yarn/1.21.1 npm/? node/v14.2.0 darwin x64
# yarn/1.21.1 npm/? node/v14.3.0 darwin x64
major_node_version=$(echo "$npm_config_user_agent" | sed -n 's/.*node\/v\([^.]*\).*/\1/p')
if [ -n "${FORCE_NODE_VERSION:-}" ]; then

View File

@@ -20,4 +20,4 @@ version: 2.3.0
# 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.2.0
appVersion: 4.3.0

View File

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