UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 0e69592d authored by joshwolf's avatar joshwolf
Browse files

Merge branch 'update-tags' into 'master'

Update tags

See merge request platform-one/big-bang/umbrella!103
parents d4a6f8ef 0b0f1bc7
No related branches found
No related tags found
1 merge request!103Update tags
Pipeline #105461 passed
# CHANGELOG
## 0.0.3
* Updated Argo to [2.9.5-bb.1](https://repo1.dsop.io/platform-one/big-bang/apps/core/argocd/-/merge_requests/10) for Iron Bank images
* Updated Authservice to [0.1.3-bb.0](https://repo1.dsop.io/platform-one/big-bang/apps/sandbox/authservice/-/blob/master/CHANGELOG.md#013-bb0) for authservice secret generation: https://repo1.dsop.io/platform-one/big-bang/apps/sandbox/authservice/-/blob/master/CHANGELOG.md#013-bb0
* Updated ECK-Operator to [1.3.1-bb.1](https://repo1.dsop.io/platform-one/big-bang/apps/core/eck-operator/-/tags/1.3.0-bb.1)
* Updated Twistlock to [0.0.2-bb.0](https://repo1.dsop.io/platform-one/big-bang/apps/security-tools/twistlock/-/tags/0.0.2-bb.0) to add istio.enabled flag
* Updated Elasticsearch Kibana to [0.1.2-bb.0](https://repo1.dsop.io/platform-one/big-bang/apps/core/elasticsearch-kibana/-/tags/0.1.2-bb.0) and Pass istio.enabled to Elasticsearch Kibana
apiVersion: v2
name: bigbang
version: 0.0.2
version: 0.0.3
......@@ -40,6 +40,10 @@ spec:
createNamespace: false
imagePullSecrets:
- name: private-registry
server:
config:
url: https://argocd.{{ .Values.hostname }}
{{- if or .Values.monitoring.enabled .Values.istio.enabled }}
dependsOn:
{{- if .Values.istio.enabled }}
......
......@@ -42,7 +42,6 @@ spec:
sidecar.istio.io/inject: "true"
traffic.sidecar.istio.io/includeInboundPorts: "*"
traffic.sidecar.istio.io/excludeInboundPorts: "9443"
imagePullSecrets:
- name: private-registry
......
......@@ -39,16 +39,14 @@ spec:
values:
hostname: {{ .Values.hostname }}
istio:
enabled: {{ .Values.istio.enabled }}
kibana:
version: 7.9.2
imagePullSecrets:
- name: private-registry
elasticsearch:
version: 7.9.2
imagePullSecrets:
- name: private-registry
......
......@@ -14,7 +14,6 @@ spec:
kind: GitRepository
name: fluentbit
namespace: {{ .Release.Namespace }}
{{- with .Values.flux }}
interval: {{ .interval }}
test:
......
......@@ -43,7 +43,8 @@ spec:
prometheus:
servicemonitor:
enabled: {{ .Values.monitoring.enabled }}
istio:
enabled: {{ .Values.istio.enabled }}
# TODO: DRY this up
{{- if or .Values.gatekeeper.enabled .Values.istio.enabled }}
dependsOn:
......
......@@ -73,14 +73,14 @@ logging:
git:
repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/elasticsearch-kibana.git
path: "./chart"
tag: "0.1.0-bb.1"
tag: "0.1.2-bb.0"
values: {}
eckoperator:
git:
repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/eck-operator.git
path: "./chart"
tag: "1.3.0-bb.0"
tag: "1.3.0-bb.1"
values: {}
fluentbit:
......@@ -111,7 +111,7 @@ twistlock:
git:
repo: https://repo1.dsop.io/platform-one/big-bang/apps/security-tools/twistlock.git
path: "./chart"
tag: "0.0.1-bb.0"
tag: "0.0.2-bb.0"
values: {}
# ----------------------------------------------------------------------------------------------------------------------
......@@ -121,7 +121,7 @@ addons:
git:
repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/argocd.git
path: "./chart"
tag: "2.9.5-bb.0"
tag: "2.9.5-bb.1"
values: {}
authservice:
......@@ -129,5 +129,5 @@ addons:
git:
repo: https://repo1.dsop.io/platform-one/big-bang/apps/sandbox/authservice.git
path: "./chart"
tag: "0.1.1-bb.0"
tag: "0.1.4-bb.0"
values: {}
\ No newline at end of file
......@@ -141,7 +141,7 @@ flux install
kubectl create ns bigbang
kubectl apply -f examples/complete/envs/dev/source-secrets.yaml
kubectl apply -f tests/ci/shared-secrets.yaml
# Helm install BigBang umbrella
......
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