Skip to content

Commit

Permalink
Add v to versioning for NPM package and Helm chart (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtalerman committed Jun 18, 2021
1 parent d589864 commit 62e7c16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/fleet/Chart.yaml
Expand Up @@ -4,8 +4,8 @@ name: fleet
keywords:
- fleet
- osquery
version: 4.0.0-rc2
version: v4.0.0-rc2
home: https://github.com/fleetdm/fleet
sources:
- https://github.com/fleetdm/fleet.git
appVersion: 4.0.0-rc2
appVersion: v4.0.0-rc2
2 changes: 1 addition & 1 deletion charts/fleet/values.yaml
Expand Up @@ -2,7 +2,7 @@
# All settings related to how Fleet is deployed in Kubernetes
hostName: fleet.localhost
replicas: 3 # The number of Fleet instances to deploy
imageTag: 4.0.0-rc2 # Version of Fleet to deploy
imageTag: v4.0.0-rc2 # Version of Fleet to deploy
createIngress: true # Whether or not to automatically create an Ingress
ingressAnnotations: {} # Additional annotation to add to the Ingress
podAnnotations: {} # Additional annotations to add to the Fleet pod
Expand Down
2 changes: 1 addition & 1 deletion tools/fleetctl-npm/package.json
@@ -1,6 +1,6 @@
{
"name": "fleetctl",
"version": "4.0.0-rc2",
"version": "v4.0.0-rc2",
"description": "Installer for the fleetctl CLI tool",
"bin": {
"fleetctl": "./run.js"
Expand Down

0 comments on commit 62e7c16

Please sign in to comment.