-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use official Puppetboard image, use port 9090, and allow extra Puppet…
…DB containers. (#84) * Use official Puppetboard image - upgrade to Puppetboard 3.0.0 - use port 9090 by default, so it can run as non-root Signed-off-by: Raphaël Pinson <[email protected]> * Allow to inject containers in the PuppetDB Pod This allows to add an authentication proxy for Puppetboard for example. Signed-off-by: Raphaël Pinson <[email protected]> * Update Credits Signed-off-by: Raphaël Pinson <[email protected]> * CHANGELOG: prepare release 5.4.0 * Add maintainer Signed-off-by: Raphaël Pinson <[email protected]> * Add raphink Co-authored-by: Miroslav Hadzhiev <[email protected]>
- Loading branch information
Showing
7 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# This repository is owned by Puppet's Platform Services team and community partners | ||
|
||
* @puppetlabs/platform-services @Xtigyro | ||
* @puppetlabs/platform-services @Xtigyro @raphink |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
apiVersion: v1 | ||
name: puppetserver | ||
version: 5.3.0 | ||
version: 5.4.0 | ||
appVersion: 6.12.1 | ||
description: Puppet automates the delivery and operation of software. | ||
keywords: ["puppet", "puppetserver", "automation", "iac", "infrastructure", "cm", "ci", "cd"] | ||
|
@@ -17,6 +17,8 @@ maintainers: | |
email: [email protected] | ||
- name: slconley | ||
email: [email protected] | ||
- name: raphink | ||
email: [email protected] | ||
- name: Pupperware Team | ||
email: [email protected] | ||
engine: gotpl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -247,6 +247,7 @@ The following table lists the configurable parameters of the Puppetserver chart | |
| `puppetboard.name` | puppetboard component label | `puppetboard`| | ||
| `puppetboard.image` | puppetboard img | `xtigyro/puppetboard`| | ||
| `puppetboard.tag` | puppetboard img tag | `2.1.2`| | ||
| `puppetboard.port` | puppetboard container port | `9090`| | ||
| `puppetboard.pullPolicy` | puppetboard img pull policy | `IfNotPresent`| | ||
| `puppetboard.resources` | puppetboard resource limits |``| | ||
| `puppetboard.extraEnv` | puppetboard additional container env vars |``| | ||
|
@@ -335,6 +336,7 @@ kill %[job_numbers_above] | |
* [Pupperware Team](mailto:[email protected]), Co-Author and Owner | ||
* [Morgan Rhodes](mailto:[email protected]), Maintainer | ||
* [Sean Conley](https://www.linkedin.com/in/seanconley/), Maintainer | ||
* [Raphaël Pinson](https://github.com/raphink), Maintainer | ||
* [Scott Cressi](https://www.linkedin.com/in/scottcressi/), Co-Author | ||
* [Kai Sisterhenn](https://www.sistason.de/), Contributor | ||
* [chwehrli](https://github.com/chwehrli), Contributor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters