Skip to content

Commit eaeef98

Browse files
Merge pull request #16 from zdtsw-forking/sync_3.4_post_codefreeze
[backport] changes on main branch to rhoai-3.4 post codefreeze
2 parents cb43c6a + d15165b commit eaeef98

37 files changed

Lines changed: 608 additions & 381 deletions

charts/dependencies/cert-manager-operator/api-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Red Hat cert-manager Operator for vanilla Kubernetes (without OLM)
1515
| Key | Type | Default | Description |
1616
|-----|------|---------|-------------|
1717
| bundle.version | string | `"v1.18.1"` | |
18-
| imagePullSecrets[0].name | string | `"rhaii-pull-secret"` | |
18+
| imagePullSecrets[0].name | string | `"rhai-pull-secret"` | |
1919
| operandNamespace | string | `"cert-manager"` | |
2020
| operatorNamespace | string | `"cert-manager-operator"` | |
2121

charts/dependencies/cert-manager-operator/test/snapshots/default.snap.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
name: cert-manager-operator-controller-manager
1919
namespace: cert-manager-operator
2020
imagePullSecrets:
21-
- name: rhaii-pull-secret
21+
- name: rhai-pull-secret
2222
---
2323
# Source: cert-manager-operator/templates/serviceaccount-cert-manager.yaml
2424
apiVersion: v1
@@ -27,7 +27,7 @@ metadata:
2727
name: cert-manager
2828
namespace: cert-manager
2929
imagePullSecrets:
30-
- name: rhaii-pull-secret
30+
- name: rhai-pull-secret
3131
---
3232
# Source: cert-manager-operator/templates/serviceaccount-cert-manager.yaml
3333
apiVersion: v1
@@ -36,7 +36,7 @@ metadata:
3636
name: cert-manager-cainjector
3737
namespace: cert-manager
3838
imagePullSecrets:
39-
- name: rhaii-pull-secret
39+
- name: rhai-pull-secret
4040
---
4141
# Source: cert-manager-operator/templates/serviceaccount-cert-manager.yaml
4242
apiVersion: v1
@@ -45,7 +45,7 @@ metadata:
4545
name: cert-manager-webhook
4646
namespace: cert-manager
4747
imagePullSecrets:
48-
- name: rhaii-pull-secret
48+
- name: rhai-pull-secret
4949
---
5050
# Source: cert-manager-operator/templates/clusterrole-cert-manager-operator-controller-manager-clusterro.yaml
5151
apiVersion: rbac.authorization.k8s.io/v1

charts/dependencies/cert-manager-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ operatorNamespace: cert-manager-operator
33
operandNamespace: cert-manager
44

55
imagePullSecrets:
6-
- name: rhaii-pull-secret
6+
- name: rhai-pull-secret
77

88
bundle:
99
version: "v1.18.1"

charts/dependencies/lws-operator/api-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Red Hat Leader Worker Set Operator for Kubernetes
1919
| Key | Type | Default | Description |
2020
|-----|------|---------|-------------|
2121
| bundle.version | string | `"1.0"` | |
22-
| imagePullSecrets[0].name | string | `"rhaii-pull-secret"` | |
22+
| imagePullSecrets[0].name | string | `"rhai-pull-secret"` | |
2323
| namespace | string | `"openshift-lws-operator"` | |
2424

charts/dependencies/lws-operator/test/snapshots/default.snap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
name: lws-controller-manager
1313
namespace: openshift-lws-operator
1414
imagePullSecrets:
15-
- name: rhaii-pull-secret
15+
- name: rhai-pull-secret
1616
---
1717
# Source: lws-operator/templates/serviceaccount-openshift-lws-operator.yaml
1818
apiVersion: v1
@@ -21,7 +21,7 @@ metadata:
2121
name: openshift-lws-operator
2222
namespace: openshift-lws-operator
2323
imagePullSecrets:
24-
- name: rhaii-pull-secret
24+
- name: rhai-pull-secret
2525
---
2626
# Source: lws-operator/templates/clusterrole-openshift-lws-operator-clusterrole.yaml
2727
apiVersion: rbac.authorization.k8s.io/v1

charts/dependencies/lws-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace: openshift-lws-operator
33

44
imagePullSecrets:
5-
- name: rhaii-pull-secret
5+
- name: rhai-pull-secret
66

77
bundle:
88
version: "1.0"

charts/dependencies/sail-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: sail-operator
33
description: Red Hat Sail Operator (OSSM 3.x) for Kubernetes
44
type: application
55
version: 1.0.0
6-
appVersion: "3.2.1"
6+
appVersion: "3.2.3"
77
keywords:
88
- istio
99
- service-mesh

charts/dependencies/sail-operator/api-docs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sail-operator
22

3-
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.1](https://img.shields.io/badge/AppVersion-3.2.1-informational?style=flat-square)
3+
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.3](https://img.shields.io/badge/AppVersion-3.2.3-informational?style=flat-square)
44

55
Red Hat Sail Operator (OSSM 3.x) for Kubernetes
66

@@ -18,7 +18,7 @@ Red Hat Sail Operator (OSSM 3.x) for Kubernetes
1818

1919
| Key | Type | Default | Description |
2020
|-----|------|---------|-------------|
21-
| bundle.version | string | `"3.2.1"` | |
22-
| imagePullSecrets[0].name | string | `"rhaii-pull-secret"` | |
21+
| bundle.version | string | `"3.2.3"` | |
22+
| imagePullSecrets[0].name | string | `"rhai-pull-secret"` | |
2323
| namespace | string | `"istio-system"` | |
2424

charts/dependencies/sail-operator/crds/customresourcedefinition-istiocnis-sailoperator-io.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
name: Namespace
2222
type: string
2323
- description: The selected profile (collection of value presets).
24-
jsonPath: .spec.values.profile
24+
jsonPath: .spec.profile
2525
name: Profile
2626
type: string
2727
- description: Whether the Istio CNI installation is ready to handle requests.
@@ -65,7 +65,7 @@ spec:
6565
spec:
6666
default:
6767
namespace: istio-cni
68-
version: v1.27.3
68+
version: v1.27.8
6969
description: IstioCNISpec defines the desired state of IstioCNI
7070
properties:
7171
namespace:
@@ -1370,14 +1370,17 @@ spec:
13701370
type: object
13711371
type: object
13721372
version:
1373-
default: v1.27.3
1373+
default: v1.27.8
13741374
description: |-
13751375
Defines the version of Istio to install.
1376-
Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
1376+
Must be one of: v1.27-latest, v1.27.8, v1.27.5, v1.27.3, v1.26-latest, v1.26.8, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
13771377
enum:
13781378
- v1.27-latest
1379+
- v1.27.8
1380+
- v1.27.5
13791381
- v1.27.3
13801382
- v1.26-latest
1383+
- v1.26.8
13811384
- v1.26.6
13821385
- v1.26.4
13831386
- v1.26.3

charts/dependencies/sail-operator/crds/customresourcedefinition-istiorevisions-sailoperator-io.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ spec:
114114
x-kubernetes-preserve-unknown-fields: true
115115
gatewayClasses:
116116
description: Configuration for Gateway Classes
117-
format: byte
118-
type: string
117+
x-kubernetes-preserve-unknown-fields: true
119118
global:
120119
description: Global configuration for Istio components.
121120
properties:
@@ -9689,9 +9688,12 @@ spec:
96899688
version:
96909689
description: |-
96919690
Defines the version of Istio to install.
9692-
Must be one of: v1.27.3, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
9691+
Must be one of: v1.27.8, v1.27.5, v1.27.3, v1.26.8, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
96939692
enum:
9693+
- v1.27.8
9694+
- v1.27.5
96949695
- v1.27.3
9696+
- v1.26.8
96959697
- v1.26.6
96969698
- v1.26.4
96979699
- v1.26.3

0 commit comments

Comments
 (0)