UNCLASSIFIED

Commits (2)
...@@ -2,6 +2,13 @@ ...@@ -2,6 +2,13 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.3.0]
### Changed
- Updated default BigBang release to 1.12.0 in kustomization.
- Updated values for istio cert within `bigbang-dev-cert.yaml`
## [1.2.2] ## [1.2.2]
### Added ### Added
......
...@@ -6,7 +6,9 @@ stringData: ...@@ -6,7 +6,9 @@ stringData:
# TLS key pair for *.bigbang.dev is used as an example for demo purposes # TLS key pair for *.bigbang.dev is used as an example for demo purposes
values.yaml: |- values.yaml: |-
istio: istio:
ingress: gateways:
public:
tls:
key: |- key: |-
-----BEGIN PRIVATE KEY----- -----BEGIN PRIVATE KEY-----
MIIEwAIBADANBgkqhkiG9w0BAQEFAASCBKowggSmAgEAAoIBAQD1ahjVSH4A+inh MIIEwAIBADANBgkqhkiG9w0BAQEFAASCBKowggSmAgEAAoIBAQD1ahjVSH4A+inh
......
# When updating the version of BigBang, make sure to update # When updating the version of BigBang, make sure to update
# both the bases reference and the GitRepository reference # both the bases reference and the GitRepository reference
bases: bases:
- git::https://repo1.dso.mil/platform-one/big-bang/bigbang.git//base?ref=1.12.0 - git::https://repo1.dso.mil/platform-one/big-bang/bigbang.git//base?ref=1.13.1
configMapGenerator: configMapGenerator:
- name: common - name: common
behavior: merge behavior: merge
...@@ -17,4 +17,4 @@ patchesStrategicMerge: ...@@ -17,4 +17,4 @@ patchesStrategicMerge:
spec: spec:
ref: ref:
$patch: replace $patch: replace
tag: "1.12.0" tag: "1.13.1"
\ No newline at end of file