Add v to versioning for NPM package and Helm chart (#1145)

This commit is contained in:
noahtalerman 2021-06-18 16:40:51 -04:00 committed by GitHub
parent d58986494b
commit 62e7c1699a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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"