|
1 | 1 | # vmpooler-deployment |
2 | 2 |
|
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) |
13 | 15 |
|
14 | 16 | 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. |
15 | 17 |
|
@@ -106,6 +108,10 @@ Helm charts are hosted with GitHub Pages since GitHub Packages does not support |
106 | 108 | Artifactory Example: |
107 | 109 | `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"` |
108 | 110 |
|
| 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 | + |
109 | 115 | ## Releasing |
110 | 116 |
|
111 | 117 | 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