UNCLASSIFIED - NO CUI

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

Update Ironbank to v1.22.2

parent 796c97b0
No related branches found
1 merge request!175Update Ironbank to v1.22.2
......@@ -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)
---
## [1.22.2-bb.0] - 2024-07-01
### Changed
- Updated registry1.dso.mil/ironbank/opensource/istio/operator from 1.22.1 to 1.22.2
- Updated registry1.dso.mil/ironbank/tetrate/istio/operator from 1.22.1-tetratefips-v0 to 1.22.2-tetratefips-v0
## [1.22.1-bb.0] - 2024-06-12
### Changed
......
# istio-operator
![Version: 1.22.1-bb.0](https://img.shields.io/badge/Version-1.22.1--bb.0-informational?style=flat-square) ![AppVersion: 1.22.1](https://img.shields.io/badge/AppVersion-1.22.1-informational?style=flat-square)
![Version: 1.22.2-bb.0](https://img.shields.io/badge/Version-1.22.2--bb.0-informational?style=flat-square) ![AppVersion: 1.22.2](https://img.shields.io/badge/AppVersion-1.22.2-informational?style=flat-square)
Helm chart for deploying Istio operator
......@@ -9,7 +9,6 @@ Helm chart for deploying Istio operator
* <https://github.com/istio/istio/tree/master/operator>
## Learn More
* [Application Overview](docs/overview.md)
* [Other Documentation](docs/)
......@@ -21,13 +20,12 @@ Helm chart for deploying Istio operator
Install Helm
<https://helm.sh/docs/intro/install/>
https://helm.sh/docs/intro/install/
## Deployment
* Clone down the repository
* cd into directory
```bash
helm install istio-operator chart/
```
......@@ -38,7 +36,7 @@ helm install istio-operator chart/
|-----|------|---------|-------------|
| defaults.hub | string | `"registry1.dso.mil/ironbank/opensource/istio"` | |
| defaults.image | string | `"operator"` | |
| defaults.tag | string | `"1.22.1"` | |
| defaults.tag | string | `"1.22.2"` | |
| defaults.imagePullSecrets | list | `[]` | |
| defaults.imagePullPolicy | string | `""` | |
| defaults.watchedNamespaces | string | `"istio-system"` | |
......@@ -60,9 +58,9 @@ helm install istio-operator chart/
| defaults.podAnnotations | object | `{}` | |
| createNamespace | bool | `true` | |
| operatorNamespace | string | `"istio-operator"` | |
| 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> |
| 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.22.1-tetratefips-v0"` | |
| tidTag | string | `"1.22.2-tetratefips-v0"` | |
| monitoring.enabled | bool | `false` | |
| networkPolicies.enabled | bool | `false` | |
| networkPolicies.controlPlaneCidr | string | `"0.0.0.0/0"` | |
......
......@@ -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.22.1-bb.0
appVersion: 1.22.1
version: 1.22.2-bb.0
appVersion: 1.22.2
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.22.1
- Tetrate Istio Distro Operator: 1.22.1
- Istio Operator: 1.22.2
- Tetrate Istio Distro Operator: 1.22.2
helm.sh/images: |
- name: operator
image: registry1.dso.mil/ironbank/opensource/istio/operator:1.22.1
image: registry1.dso.mil/ironbank/opensource/istio/operator:1.22.2
- name: tetrate-operator
condition: enterprise
image: registry1.dso.mil/ironbank/tetrate/istio/operator:1.22.1-tetratefips-v0
image: registry1.dso.mil/ironbank/tetrate/istio/operator:1.22.2-tetratefips-v0
......@@ -5,7 +5,7 @@ metadata:
upstream:
type: git
git:
commit: a1a76b8e75f810eb6c808b04531343ae2c7b8082
commit: 204da5ba47f295a8dc56936333e692f6a8707649
repo: https://github.com/istio/istio
directory: /manifests/charts/istio-operator
ref: 1.22.1
ref: 1.22.2
# Synced with https://github.com/istio/api/blob/v1.22.1/kubernetes/customresourcedefinitions.gen.yaml
# Synced with https://github.com/istio/api/blob/v1.22.2/kubernetes/customresourcedefinitions.gen.yaml
# DO NOT EDIT - Generated by Cue OpenAPI generator based on Istio APIs.
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
......@@ -13049,4 +13049,4 @@ spec:
served: true
storage: true
subresources:
status: {}
status: {}
\ No newline at end of file
......@@ -11,6 +11,7 @@ pilot:
ENABLE_AUTO_SNI: "false"
# 1.22 behavioral changes
ENABLE_ENHANCED_RESOURCE_SCOPING: "false"
ENABLE_RESOLUTION_NONE_TARGET_PORT: "false"
meshConfig:
......
......@@ -5,6 +5,7 @@
pilot:
env:
# 1.22 behavioral changes
ENABLE_ENHANCED_RESOURCE_SCOPING: "false"
ENABLE_RESOLUTION_NONE_TARGET_PORT: "false"
meshConfig:
# 1.22 behavioral changes
......
......@@ -2,7 +2,7 @@ defaults:
hub: registry1.dso.mil/ironbank/opensource/istio
## Added by Big Bang
image: operator
tag: 1.22.1
tag: 1.22.2
# 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.
......@@ -62,7 +62,7 @@ operatorNamespace: istio-operator # needed for helm lint to pass with createNam
# Find out more from Tetrate - https://www.tetrate.io/tetrate-istio-subscription
enterprise: false
tidHub: registry1.dso.mil/ironbank/tetrate/istio
tidTag: 1.22.1-tetratefips-v0
tidTag: 1.22.2-tetratefips-v0
# Future: Toggles deployment of serviceMonitor + networkPolicy
# Only toggles networkPolicy right now
......
registry1.dso.mil/ironbank/tetrate/istio/operator:1.22.1-tetratefips-v0
registry1.dso.mil/ironbank/tetrate/istio/operator:1.22.2-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