Skip to content

Commit 28643d4

Browse files
authored
Merge pull request #102 from puppetlabs/migrate-issues
Migrate issue management to Jira
2 parents 034c85e + 4e34a72 commit 28643d4

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

README.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# vmpooler-deployment
22

3-
- [VMPooler Components](#vmpooler-components)
4-
- [Docker Registry](#docker-registry)
5-
- [Helm Repository](#helm-repository)
6-
- [Adding / updating charts](#adding--updating-charts)
7-
- [Development](#development)
8-
- [Docker Compose URLs](#docker-compose-urls)
9-
- [Deploy Chart for Testing](#deploy-chart-for-testing)
10-
- [Releasing](#releasing)
11-
- [Contributing](#contributing)
12-
- [License](#license)
3+
- [vmpooler-deployment](#vmpooler-deployment)
4+
- [VMPooler Components](#vmpooler-components)
5+
- [Docker Registry](#docker-registry)
6+
- [Helm Repository](#helm-repository)
7+
- [Adding / updating charts](#adding--updating-charts)
8+
- [Development](#development)
9+
- [Docker Compose URLs](#docker-compose-urls)
10+
- [Deploy Chart for Testing](#deploy-chart-for-testing)
11+
- [Submitting Issues](#submitting-issues)
12+
- [Releasing](#releasing)
13+
- [Contributing](#contributing)
14+
- [License](#license)
1315

1416
This repo contains Dockerfiles and a Helm chart that can be used to deploy [VMPooler](https://github.com/puppetlabs/vmpooler). The Release Engineering team at Puppet uses the code here as part of operating our VMPooler instances.
1517

@@ -106,6 +108,10 @@ Helm charts are hosted with GitHub Pages since GitHub Packages does not support
106108
Artifactory Example:
107109
`curl -H 'X-JFrog-Art-Api:<YOUR_API_KEY>' -T vmpooler-x.y.z-rc.1.tgz "https://artifactory.example.com/artifactory/helm__local/vmpooler-x.y.z-rc.1.tgz"`
108110

111+
## Submitting Issues
112+
113+
Please file any issues or requests in Jira at <https://puppet.atlassian.net/jira/software/c/projects/POOLER/issues> where project development is tracked across all VMPooler related components.
114+
109115
## Releasing
110116

111117
Create a GitHub tag and release, publish a new docker image, and helm chart by opening a release prep pull request and running the release action below.

0 commit comments

Comments
 (0)