diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd2865ae45c9024a6dd8a8ffafcb0b80440c7dc..88e79a15121e435c43247be7b7f2f26ccabaaf4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 2b9404e95631dacc40fe001da5cd29c4702a7a57..70a62fd558427e36ca481bccd05808a0a216440b 100644 --- a/README.md +++ b/README.md @@ -1,79 +1,6 @@ -# flux-podinfo - -   - -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 -  +  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"` | | diff --git a/chart/Chart.yaml b/chart/Chart.yaml index ae733d185cb47bc636efd70d38c238989b170d0e..a164bec47a4d2dd6be6c69243f55aa3f5c91b053 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 6.0.0-bb.6 +version: 6.0.0-bb.7 appVersion: 6.0.0 name: podinfo engine: gotpl diff --git a/chart/values.yaml b/chart/values.yaml index e63a8832edce21a97bc3d4c4ac9d6c991b5aa688..bd78dc72c0b1dfa048ab12a563422842dc941599 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -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