UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit eca6f607 authored by Aaron Lieberman's avatar Aaron Lieberman
Browse files

Merge branch 'wait-script' into 'main'

Wait script in Gluon

See merge request !255
parents de086d40 10b463b2
No related branches found
Tags 1.89.3-bb.1
1 merge request!255Wait script in Gluon
Pipeline #3634268 passed
......@@ -3,6 +3,12 @@
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.89.3-bb.1] - 2024-09-23
### Added
- Gluon post-install wait scripts
## [1.89.3-bb.0] - 2024-09-18
### Added
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# kiali
![Version: 1.89.3-bb.0](https://img.shields.io/badge/Version-1.89.3--bb.0-informational?style=flat-square) ![AppVersion: 1.89.3](https://img.shields.io/badge/AppVersion-1.89.3-informational?style=flat-square)
![Version: 1.89.3-bb.1](https://img.shields.io/badge/Version-1.89.3--bb.1-informational?style=flat-square) ![AppVersion: 1.89.3](https://img.shields.io/badge/AppVersion-1.89.3-informational?style=flat-square)
Kiali is an open source project for service mesh observability, refer to https://www.kiali.io for details.
......
apiVersion: v2
name: kiali
description: Kiali is an open source project for service mesh observability, refer to https://www.kiali.io for details.
version: 1.89.3-bb.0
version: 1.89.3-bb.1
appVersion: 1.89.3
home: https://github.com/kiali/kiali-operator
maintainers:
......@@ -29,5 +29,7 @@ annotations:
image: registry1.dso.mil/ironbank/opensource/kiali/kiali:v1.89.3
- name: kiali-operator
image: registry1.dso.mil/ironbank/opensource/kiali/kiali-operator:v1.89.3
- name: kubectl
image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.29.6
bigbang.dev/upstreamReleaseNotesMarkdown: |
- [Find upstream chart's release notes and CHANGELOG here](https://kiali.io/news/release-notes/)
{{- include "gluon.wait.wait-job-configmap.overrides" (list . "minio-wait.wait-configmap") }}
{{- define "minio-wait.wait-configmap" }}
{{- end }}
---
{{ include "gluon.wait.wait-job.overrides" (list . "minio-wait.wait-job") }}
{{- define "minio-wait.wait-job" }}
{{- end }}
---
{{ include "gluon.wait.wait-job-sa.overrides" (list . "minio-wait.wait-job-sa") }}
{{- define "minio-wait.wait-job-sa" }}
{{- end }}
---
{{ include "gluon.wait.wait-job-role.overrides" (list . "minio-wait.wait-job-role") }}
{{- define "minio-wait.wait-job-role" }}
{{- end }}
---
{{ include "gluon.wait.wait-job-rolebinding.overrides" (list . "minio-wait.wait-job-rolebinding") }}
{{- define "minio-wait.wait-job-rolebinding" }}
{{- end }}
\ No newline at end of file
......@@ -1109,3 +1109,14 @@ bbtests:
# cross-linking between Kiali instances in a multi-cluster setup.
# ---
# web_schema: ""
waitJob:
enabled: true
scripts:
image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.29.6
permissions:
apiGroups:
- kiali.io
- kiali.io/v1alpha1
resources:
- kiali
\ No newline at end of file
......@@ -24,4 +24,4 @@ wait_project() {
fi
done
set -e
}
}
\ No newline at end of file
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