UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 869feb53 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch '1-11-3' into 'main'

Istio 1.11.3

Closes #20

See merge request platform-one/big-bang/apps/core/istio-operator!30
parents eef13206 bfa4bd8e
No related branches found
Tags 1.19.5-bb.1
1 merge request!30Istio 1.11.3
Pipeline #542043 passed
......@@ -2,6 +2,14 @@
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.11.3-bb.0]
### Changed
- Updated to 1.11.3 operator version
## [1.11.2-bb.0]
### Changed
- Updated to 1.11.2 operator version
## [1.10.4-bb.1]
### Changed
- Added revision support for canary upgrades
......
apiVersion: v1
name: istio-operator
version: 1.11.2-bb.0
version: 1.11.3-bb.0
tillerVersion: ">=2.7.2"
description: Helm chart for deploying Istio operator
keywords:
......
......@@ -5,7 +5,7 @@ metadata:
upstream:
type: git
git:
commit: 96710172e1e47cee227e7e8dd591a318fdfe0326
commit: 6bda7c161d3925c48fbea3f297ffa52461893f3b
repo: https://github.com/istio/istio
directory: /manifests/charts/istio-operator
ref: 1.11.2
ref: 1.11.3
# SYNC WITH manifests/charts/base/files
# SYNC WITH manifests/charts/istio-operator/templates
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
......@@ -36,9 +36,9 @@ spec:
jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha1
subresources:
status: {}
name: v1alpha1
schema:
openAPIV3Schema:
type: object
......
......@@ -181,7 +181,7 @@ spec:
serviceAccountName: istio-operator
containers:
- name: istio-operator
image: registry1.dso.mil/ironbank/opensource/istio/operator:1.11.2
image: registry1.dso.mil/ironbank/opensource/istio/operator:1.11.3
command:
- operator
- server
......
hub: registry1.dso.mil/ironbank/opensource/istio
## Added by Big Bang
image: operator
tag: 1.11.2
tag: 1.11.3
# 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.
......
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