UNCLASSIFIED - NO CUI

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

Update BB Base to 2.0.0

parent 52dca98e
No related branches found
No related tags found
1 merge request!57Update BB Base to 2.0.0
Pipeline #861690 passed with warnings
......@@ -3,6 +3,10 @@
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).
---
## [2.32.2-bb.1]
### Changed
- Update bb base image to 2.0.0
## [2.32.2-bb.0]
### Changed
- Updated Jaeger images to 1.34.1
......
# jaeger-operator
![Version: 2.32.2-bb.0](https://img.shields.io/badge/Version-2.32.2--bb.0-informational?style=flat-square) ![AppVersion: 1.34.1](https://img.shields.io/badge/AppVersion-1.34.1-informational?style=flat-square)
![Version: 2.32.2-bb.1](https://img.shields.io/badge/Version-2.32.2--bb.1-informational?style=flat-square) ![AppVersion: 1.34.1](https://img.shields.io/badge/AppVersion-1.34.1-informational?style=flat-square)
jaeger-operator Helm chart for Kubernetes
......@@ -47,8 +47,8 @@ helm install jaeger-operator chart/
| istio.jaeger.hosts[0] | string | `"tracing.{{ .Values.hostname }}"` | |
| istio.mtls | object | `{"mode":"STRICT"}` | Default jaeger peer authentication |
| istio.mtls.mode | string | `"STRICT"` | STRICT = Allow only mutual TLS traffic, PERMISSIVE = Allow both plain text and mutual TLS traffic |
| cleanSvcMonitor | object | `{"enabled":false,"image":{"repository":"registry1.dso.mil/ironbank/big-bang/base","tag":"1.17.0"}}` | Only needed for upgrade from pre-1.29.x, Deletes the servicemonitor that targetted deprecated metrics endpoints |
| webhookCertGen | object | `{"affinity":{},"cleanupProxy":{"image":{"pullPolicy":"IfNotPresent","repository":"registry1.dso.mil/ironbank/big-bang/base","tag":"1.17.0"}},"enabled":true,"image":{"pullPolicy":"IfNotPresent","repository":"registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen","tag":"v1.1.1"},"nodeSelector":{},"resources":{"limits":{"cpu":"50m","memory":"50Mi"},"requests":{"cpu":"50m","memory":"50Mi"}},"securityContext":{"runAsGroup":65532,"runAsNonRoot":true,"runAsUser":65532},"tolerations":{}}` | Job to generate and patch webhooks with certificate |
| cleanSvcMonitor | object | `{"enabled":false,"image":{"repository":"registry1.dso.mil/ironbank/big-bang/base","tag":"2.0.0"}}` | Only needed for upgrade from pre-1.29.x, Deletes the servicemonitor that targetted deprecated metrics endpoints |
| webhookCertGen | object | `{"affinity":{},"cleanupProxy":{"image":{"pullPolicy":"IfNotPresent","repository":"registry1.dso.mil/ironbank/big-bang/base","tag":"2.0.0"}},"enabled":true,"image":{"pullPolicy":"IfNotPresent","repository":"registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen","tag":"v1.1.1"},"nodeSelector":{},"resources":{"limits":{"cpu":"50m","memory":"50Mi"},"requests":{"cpu":"50m","memory":"50Mi"}},"securityContext":{"runAsGroup":65532,"runAsNonRoot":true,"runAsUser":65532},"tolerations":{}}` | Job to generate and patch webhooks with certificate |
| webhookCertGen.enabled | bool | `true` | If disabled must use cert manager and manually patch webhook |
| image.repository | string | `"registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-operator"` | |
| image.tag | string | `"1.34.1"` | |
......
apiVersion: v1
description: jaeger-operator Helm chart for Kubernetes
name: jaeger-operator
version: 2.32.2-bb.0
version: 2.32.2-bb.1
appVersion: 1.34.1
home: https://www.jaegertracing.io/
icon: https://www.jaegertracing.io/img/jaeger-icon-reverse-color.svg
......
......@@ -41,7 +41,7 @@ cleanSvcMonitor:
enabled: false
image:
repository: registry1.dso.mil/ironbank/big-bang/base
tag: 1.17.0
tag: 2.0.0
# -- Job to generate and patch webhooks with certificate
webhookCertGen:
......@@ -61,7 +61,7 @@ webhookCertGen:
cleanupProxy:
image:
repository: registry1.dso.mil/ironbank/big-bang/base
tag: 1.17.0
tag: 2.0.0
pullPolicy: IfNotPresent
nodeSelector: {}
affinity: {}
......
......@@ -12,6 +12,10 @@
{
"matchDatasources": ["docker"],
"groupName": "Ironbank"
},
{
"matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
"allowedVersions": "!/8.4/"
}
],
"regexManagers": [
......@@ -32,6 +36,13 @@
"depNameTemplate": "ironbank/opensource/jaegertracing/jaeger-operator",
"registryUrlTemplate": "https://registry1.dso.mil",
"datasourceTemplate": "docker"
},
{
"fileMatch": ["^tests/images\\.txt$"],
"matchStrings": [
"s*(?<depName>.+):(?<currentValue>.+)"
],
"datasourceTemplate": "docker"
}
],
"separateMajorMinor": false
......
registry1.dso.mil/ironbank/big-bang/base:1.0.0
registry1.dso.mil/ironbank/big-bang/base:2.0.0
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