UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c06c29b9 authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'bb-base-2' into 'main'

Update BB Base to 2.0.0

See merge request platform-one/big-bang/apps/sandbox/podinfo!11
parents 0894dd36 acd2c09b
No related branches found
No related tags found
1 merge request!11Update BB Base to 2.0.0
Pipeline #864477 failed
......@@ -3,6 +3,11 @@
> Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
---
## [6.0.0-bb.6] - 2022-06-28
### Changed
- Updated bb base to 2.0.0
- Updated gluon to 0.2.10
## [6.0.0-bb.5] - 2022-01-31
### Modified
- Modified cypress tests and added gluon library
......
......@@ -32,18 +32,48 @@ helm install flux-podinfo chart/
|-----|------|---------|-------------|
| 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.1"` | |
| 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.5](https://img.shields.io/badge/Version-6.0.0--bb.5-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.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)
Podinfo Helm chart for Kubernetes
......@@ -158,7 +188,8 @@ helm install podinfo chart/
| bbtests.enabled | bool | `false` | |
| bbtests.cypress.artifacts | bool | `true` | |
| bbtests.cypress.envs.cypress_url | string | `"http://{{ template \"podinfo.fullname\" . }}.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.service.externalPort }}"` | |
| bbtests.scripts.envs.URL | string | `"http://{{ template \"podinfo.fullname\" . }}.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.service.externalPort }}"` | |
## Contributing
Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in contributing.
\ No newline at end of file
Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in contributing.
apiVersion: v1
version: 6.0.0-bb.5
version: 6.0.0-bb.6
appVersion: 6.0.0
name: podinfo
engine: gotpl
......@@ -13,5 +13,5 @@ sources:
kubeVersion: ">=1.19.0-0"
dependencies:
- name: gluon
version: "0.2.5"
version: "0.2.10"
repository: "oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon"
File added
File deleted
dependencies:
- name: gluon
repository: oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon
version: 0.2.5
digest: sha256:40b90f0f05abb5c6f7a01cd114b81042fc141f390fda38ae48c2f933876dc7b7
generated: "2022-01-31T11:34:46.7457354-07:00"
version: 0.2.10
digest: sha256:10de93396e275c5f10a0919340e333b9e4b011f2fc63a5b43c9e91e49800d8bc
generated: "2022-06-28T12:41:30.054039-06:00"
......@@ -18,7 +18,7 @@ spec:
{{- end }}
containers:
- name: curl
image: "registry1.dso.mil/ironbank/big-bang/base:1.0.0"
image: "registry1.dso.mil/ironbank/big-bang/base:2.0.0"
command:
- sh
- -c
......
......@@ -18,7 +18,7 @@ spec:
{{- end }}
containers:
- name: curl
image: registry1.dso.mil/ironbank/big-bang/base
image: registry1.dso.mil/ironbank/big-bang/base:2.0.0
command:
- sh
- -c
......
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