UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 34fd6aa9 authored by bigbang bot's avatar bigbang bot Committed by Samuel Sarnowski
Browse files

Update Istio-operator to 1.21.1

parent 3c9d5d2c
No related branches found
No related tags found
1 merge request!116Update Istio-operator to 1.21.1
......@@ -2,12 +2,16 @@
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.21.1-bb.0] - 2024-05-03
### Changed
- Updated repo1 image to `1.21.1`
- Updated TID image to `1.21.1`
## [1.20.4-bb.1] - 2024-4-16
## [1.20.4-bb.1] - 2024-04-16
### Added
- Added custom network policies
## [1.20.4-bb.0] - 2024-3-25
## [1.20.4-bb.0] - 2024-03-25
### Changed
- Updated repo1 image to `1.20.4`
- Updated TID image to `1.20.4`
......@@ -16,21 +20,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added
- Added Openshift updates for deploying istio-operator into Openshift cluster
## [1.19.7-bb.1] - 2024-1-12
## [1.19.7-bb.1] - 2024-01-12
### Added
- fix: adds runAs user and group
## [1.19.7-bb.0] - 2024-1-12
## [1.19.7-bb.0] - 2024-01-12
### Added
- Updated repo1 image to `1.19.7`
- Updated TID image to `1.20.3`
## [1.19.6-bb.0] - 2024-1-12
## [1.19.6-bb.0] - 2024-01-12
### Added
- Updated repo1 image to `1.19.6`
- Updated TID image to `1.20.2`
## [1.19.5-bb.1] - 2023-1-04
## [1.19.5-bb.1] - 2023-01-04
### Added
- Updated TID image to `1.19.5`
......
# istio-operator
![Version: 1.20.4-bb.1](https://img.shields.io/badge/Version-1.20.4--bb.1-informational?style=flat-square) ![AppVersion: 1.20.4](https://img.shields.io/badge/AppVersion-1.20.4-informational?style=flat-square)
![Version: 1.21.1-bb.0](https://img.shields.io/badge/Version-1.21.1--bb.0-informational?style=flat-square) ![AppVersion: 1.21.1](https://img.shields.io/badge/AppVersion-1.21.1-informational?style=flat-square)
Helm chart for deploying Istio operator
......@@ -36,10 +36,10 @@ helm install istio-operator chart/
|-----|------|---------|-------------|
| hub | string | `"registry1.dso.mil/ironbank/opensource/istio"` | |
| image | string | `"operator"` | |
| tag | string | `"1.20.4"` | |
| tag | string | `"1.21.2"` | |
| enterprise | bool | `false` | Tetrate Istio Distribution - Tetrate provides FIPs verified Istio and Envoy software and support, validated through the FIPs Boring Crypto module. Find out more from Tetrate - https://www.tetrate.io/tetrate-istio-subscription |
| tidHub | string | `"registry1.dso.mil/ironbank/tetrate/istio"` | |
| tidTag | string | `"1.20.4-tetratefips-v0"` | |
| tidTag | string | `"1.21.1-tetratefips-v0"` | |
| imagePullSecrets | list | `[]` | |
| imagePullPolicy | string | `""` | |
| watchedNamespaces | string | `"istio-system"` | |
......
......@@ -2,8 +2,8 @@ apiVersion: v1
name: istio-operator
# This version is never actually shipped. istio/release-builder will replace it at build-time
# with the appropriate version
version: 1.20.4-bb.1
appVersion: 1.20.4
version: 1.21.1-bb.0
appVersion: 1.21.1
tillerVersion: ">=2.7.2"
description: Helm chart for deploying Istio operator
keywords:
......@@ -15,11 +15,11 @@ engine: gotpl
icon: https://istio.io/latest/favicons/android-192x192.png
annotations:
bigbang.dev/applicationVersions: |
- Istio Operator: 1.20.4
- Tetrate Istio Distro Operator: 1.20.4
- Istio Operator: 1.21.2
- Tetrate Istio Distro Operator: 1.21.1
helm.sh/images: |
- name: operator
image: registry1.dso.mil/ironbank/opensource/istio/operator:1.20.4
image: registry1.dso.mil/ironbank/opensource/istio/operator:1.21.2
- name: tetrate-operator
condition: enterprise
image: registry1.dso.mil/ironbank/tetrate/istio/operator:1.20.4-tetratefips-v0
image: registry1.dso.mil/ironbank/tetrate/istio/operator:1.21.1-tetratefips-v0
hub: registry1.dso.mil/ironbank/opensource/istio
## Added by Big Bang
image: operator
tag: 1.20.4
tag: 1.21.2
# -- Tetrate Istio Distribution - Tetrate provides FIPs verified Istio and Envoy software and support,
# validated through the FIPs Boring Crypto module.
# Find out more from Tetrate - https://www.tetrate.io/tetrate-istio-subscription
enterprise: false
tidHub: registry1.dso.mil/ironbank/tetrate/istio
tidTag: 1.20.4-tetratefips-v0
tidTag: 1.21.1-tetratefips-v0
# ImagePullSecrets for operator ServiceAccount, list of secrets in the same namespace
# used to pull operator image. Must be set for any cluster configured with private docker registry.
......
registry1.dso.mil/ironbank/tetrate/istio/operator:1.20.4-tetratefips-v0
registry1.dso.mil/ironbank/tetrate/istio/operator:1.21.1-tetratefips-v0
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