UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit cc155028 authored by Jimmy Bourque's avatar Jimmy Bourque
Browse files

Merge branch 'renovate/ironbank' into 'main'

Renovate Kiali update to v2.2.0 SKIP UPGRADE

See merge request !274
parents 7849a714 c30b269a
No related branches found
Tags 2.2.0-bb.0
1 merge request!274Renovate Kiali update to v2.2.0 SKIP UPGRADE
Pipeline #3819180 passed
......@@ -3,6 +3,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).
---
## [2.2.0-bb.0] - 2024-12-18
### Changed
- Updated Kiali and Kiali-operator to v2.2.0
- Updated kubectl to v1.30.8
## [2.1.0-bb.0] - 2024-11-26
### Changed
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# kiali
![Version: 2.1.0-bb.0](https://img.shields.io/badge/Version-2.1.0--bb.0-informational?style=flat-square) ![AppVersion: 2.1.0](https://img.shields.io/badge/AppVersion-2.1.0-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
![Version: 2.2.0-bb.0](https://img.shields.io/badge/Version-2.2.0--bb.0-informational?style=flat-square) ![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
Kiali is an open source project for service mesh observability, refer to https://www.kiali.io for details.
## Upstream References
- <https://github.com/kiali/kiali-operator>
* <https://github.com/kiali/kiali>
* <https://github.com/kiali/kiali-operator>
* <https://github.com/kiali/helm-charts>
- <https://github.com/kiali/kiali>
- <https://github.com/kiali/kiali-operator>
- <https://github.com/kiali/helm-charts>
## Upstream Release Notes
......@@ -58,7 +58,7 @@ helm install kiali chart/
| istio.mtls.mode | string | `"STRICT"` | |
| port | int | `20001` | |
| image.repo | string | `"registry1.dso.mil/ironbank/opensource/kiali/kiali-operator"` | |
| image.tag | string | `"v2.1.0"` | |
| image.tag | string | `"v2.2.0"` | |
| image.digest | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.pullSecrets[0] | string | `"private-registry"` | |
......@@ -106,7 +106,7 @@ helm install kiali chart/
| cr.spec.istio_component_namespaces.tracing | string | `"jaeger"` | |
| cr.spec.istio_namespace | string | `"istio-system"` | |
| cr.spec.deployment.image_name | string | `"registry1.dso.mil/ironbank/opensource/kiali/kiali"` | |
| cr.spec.deployment.image_version | string | `"v2.1.0"` | |
| cr.spec.deployment.image_version | string | `"v2.2.0"` | |
| cr.spec.deployment.image_pull_secrets[0] | string | `"private-registry"` | |
| cr.spec.deployment.ingress_enabled | bool | `false` | |
| cr.spec.deployment.accessible_namespaces[0] | string | `"**"` | |
......@@ -159,7 +159,7 @@ helm install kiali chart/
| bbtests.cypress.artifacts | bool | `true` | |
| bbtests.cypress.envs.cypress_url | string | `"http://kiali:{{ default 20001 .Values.port }}"` | |
| waitJob.enabled | bool | `true` | |
| waitJob.scripts.image | string | `"registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.7"` | |
| waitJob.scripts.image | string | `"registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.8"` | |
| waitJob.permissions.apiGroups[0] | string | `"kiali.io"` | |
| waitJob.permissions.apiGroups[1] | string | `"kiali.io/v1alpha1"` | |
| waitJob.permissions.resources[0] | string | `"kiali"` | |
......
apiVersion: v2
name: kiali
description: Kiali is an open source project for service mesh observability, refer to https://www.kiali.io for details.
version: 2.1.0-bb.0
appVersion: 2.1.0
version: 2.2.0-bb.0
appVersion: 2.2.0
home: https://github.com/kiali/kiali-operator
maintainers:
- name: Kiali
......@@ -24,13 +24,13 @@ dependencies:
annotations:
bigbang.dev/maintenanceTrack: bb_integrated
bigbang.dev/applicationVersions: |
- Kiali: 2.1.0
- Kiali: 2.2.0
helm.sh/images: |
- name: kiali
image: registry1.dso.mil/ironbank/opensource/kiali/kiali:v2.1.0
image: registry1.dso.mil/ironbank/opensource/kiali/kiali:v2.2.0
- name: kiali-operator
image: registry1.dso.mil/ironbank/opensource/kiali/kiali-operator:v2.1.0
image: registry1.dso.mil/ironbank/opensource/kiali/kiali-operator:v2.2.0
- name: kubectl
image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.7
image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.8
bigbang.dev/upstreamReleaseNotesMarkdown: |
- [Find upstream chart's release notes and CHANGELOG here](https://kiali.io/news/release-notes/)
......@@ -5,7 +5,7 @@ metadata:
upstream:
type: git
git:
commit: 0fbdca58c6567dbce032a56ee500f50303e83670
commit: 87f50bb826f1089f99cae3897d1727b91f78311c
repo: https://github.com/kiali/helm-charts.git
directory: /kiali-operator
ref: v2.1.0
ref: v2.2.0
......@@ -50,6 +50,25 @@ spec:
- "--zap-log-level=info"
- "--leader-election-id={{ include "kiali-operator.fullname" . }}"
- "--watches-file=./$(WATCHES_FILE)"
- "--health-probe-bind-address=:6789"
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
httpGet:
path: /readyz
port: 6789
periodSeconds: 30
livenessProbe:
httpGet:
path: /healthz
port: 6789
periodSeconds: 30
startupProbe:
httpGet:
path: /healthz
port: 6789
initialDelaySeconds: 30
periodSeconds: 10
failureThreshold: 6
securityContext:
{{- if .Values.securityContext }}
{{- toYaml .Values.securityContext | nindent 10 }}
......
......@@ -39,7 +39,7 @@ istio:
port: 20001
image:
repo: registry1.dso.mil/ironbank/opensource/kiali/kiali-operator
tag: v2.1.0
tag: v2.2.0
digest: "" # use "sha256" if tag is a sha256 hash (do NOT prefix this value with a "@")
pullPolicy: IfNotPresent
pullSecrets:
......@@ -166,7 +166,7 @@ cr:
# custom_dashboards: []
deployment:
image_name: registry1.dso.mil/ironbank/opensource/kiali/kiali
image_version: v2.1.0
image_version: v2.2.0
image_pull_secrets:
- private-registry
ingress_enabled: false
......@@ -1095,7 +1095,7 @@ bbtests:
waitJob:
enabled: true
scripts:
image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.7
image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.8
permissions:
apiGroups:
- kiali.io
......
......@@ -8,12 +8,12 @@ istio:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane.git
monitoring:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/monitoring.git
package-name: monitoring-monitoring
namespace: monitoring
namespace-label: monitoring
# monitoring:
# git:
# repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/monitoring.git
# package-name: monitoring-monitoring
# namespace: monitoring
# namespace-label: monitoring
jaeger:
git:
......
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