UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit dea1da05 authored by Michael McLeroy's avatar Michael McLeroy
Browse files

Merge branch '7-change-image-source-to-either-upstream-or-ironbank' into 'main'

Resolve "Change image source to either upstream or ironbank"

Closes #7

See merge request platform-one/big-bang/apps/sandbox/podinfo!14
parents 5e0759fc f66c822e
No related branches found
No related tags found
1 merge request!14Resolve "Change image source to either upstream or ironbank"
Pipeline #1260341 failed
......@@ -3,6 +3,10 @@
> Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
---
## [6.0.0-bb.7] - 2023-01-12
### Changed
- Update image to pull from ghcr.io
## [6.0.0-bb.6] - 2022-06-28
### Changed
- Updated bb base to 2.0.0
......
# flux-podinfo
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.0](https://img.shields.io/badge/AppVersion-6.0.0-informational?style=flat-square)
Flux compatible Helm chart for podinfo
## Learn More
* [Application Overview](docs/overview.md)
* [Other Documentation](docs/)
## Pre-Requisites
* Kubernetes Cluster deployed
* Kubernetes config installed in `~/.kube/config`
* Helm installed
Install Helm
https://helm.sh/docs/intro/install/
## Deployment
* Clone down the repository
* cd into directory
```bash
helm install flux-podinfo chart/
```
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| podinfo.enabled | bool | `true` | |
| podinfo.git.repo | string | `"https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/podinfo"` | |
| podinfo.git.tag | string | `"6.0.0-bb.5"` | |
| podinfo.git.path | string | `"chart"` | |
| podinfo.flux | object | `{}` | |
| podinfo.ingress.gateway | string | `""` | |
| podinfo.values.bbtests.enabled | bool | `true` | |
| podinfo.values.bbtests.cypress.envs.cypress_url | string | `"https://podinfo.bigbang.dev"` | |
| podinfo.values.bbtests.scripts.envs.URL | string | `"https://podinfo.bigbang.dev"` | |
| networkPolicies.enabled | bool | `false` | |
| jaeger.enabled | bool | `false` | |
| kiali.enabled | bool | `false` | |
| clusterAuditor.enabled | bool | `false` | |
| gatekeeper.enabled | bool | `false` | |
| kyverno.enabled | bool | `false` | |
| tempo.enabled | bool | `false` | |
| promtail.enabled | bool | `false` | |
| loki.enabled | bool | `false` | |
| eckoperator.enabled | bool | `false` | |
| logging.enabled | bool | `false` | |
| fluentbit.enabled | bool | `false` | |
| monitoring.enabled | bool | `false` | |
| twistlock.enabled | bool | `false` | |
| addons.argocd.enabled | bool | `false` | |
| addons.authservice.enabled | bool | `false` | |
| addons.gitlab.enabled | bool | `false` | |
| addons.gitlabRunner.enabled | bool | `false` | |
| addons.anchore.enabled | bool | `false` | |
| addons.sonarqube.enabled | bool | `false` | |
| addons.minioOperator.enabled | bool | `false` | |
| addons.minio.enabled | bool | `false` | |
| addons.mattermostoperator.enabled | bool | `false` | |
| addons.mattermost.enabled | bool | `false` | |
| addons.nexus.enabled | bool | `false` | |
| addons.velero.enabled | bool | `false` | |
| addons.keycloak.enabled | bool | `false` | |
| addons.vault.enabled | bool | `false` | |
## Contributing
Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in contributing.
# podinfo
![Version: 6.0.0-bb.6](https://img.shields.io/badge/Version-6.0.0--bb.6-informational?style=flat-square) ![AppVersion: 6.0.0](https://img.shields.io/badge/AppVersion-6.0.0-informational?style=flat-square)
![Version: 6.0.0-bb.7](https://img.shields.io/badge/Version-6.0.0--bb.7-informational?style=flat-square) ![AppVersion: 6.0.0](https://img.shields.io/badge/AppVersion-6.0.0-informational?style=flat-square)
Podinfo Helm chart for Kubernetes
......@@ -115,7 +42,7 @@ helm install podinfo chart/
| host | string | `nil` | |
| backend | string | `nil` | |
| backends | list | `[]` | |
| image.repository | string | `"registry.dso.mil/platform-one/big-bang/apps/sandbox/podinfo/podinfo"` | |
| image.repository | string | `"ghcr.io/stefanprodan/podinfo"` | |
| image.tag | string | `"6.0.0"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| ui.color | string | `"#34577c"` | |
......
apiVersion: v1
version: 6.0.0-bb.6
version: 6.0.0-bb.7
appVersion: 6.0.0
name: podinfo
engine: gotpl
......
......@@ -7,7 +7,7 @@ backend: #http://backend-podinfo:9898/echo
backends: []
image:
repository: registry.dso.mil/platform-one/big-bang/apps/sandbox/podinfo/podinfo
repository: ghcr.io/stefanprodan/podinfo
tag: 6.0.0
pullPolicy: IfNotPresent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment