Skip to content

Commit

Permalink
Upgrade to Config Connector operator v1.91.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndebuhr committed Aug 12, 2022
1 parent a9b3e20 commit 359c917
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions vendor/configconnector-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
kind: Namespace
metadata:
annotations:
cnrm.cloud.google.com/operator-version: 1.89.0
cnrm.cloud.google.com/operator-version: 1.91.0
labels:
cnrm.cloud.google.com/operator-system: "true"
name: configconnector-operator-system
Expand All @@ -12,7 +12,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/operator-version: 1.89.0
cnrm.cloud.google.com/operator-version: 1.91.0
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
labels:
Expand Down Expand Up @@ -116,7 +116,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/operator-version: 1.89.0
cnrm.cloud.google.com/operator-version: 1.91.0
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
labels:
Expand Down Expand Up @@ -253,7 +253,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
annotations:
cnrm.cloud.google.com/operator-version: 1.89.0
cnrm.cloud.google.com/operator-version: 1.91.0
labels:
cnrm.cloud.google.com/operator-system: "true"
name: configconnector-operator
Expand All @@ -263,8 +263,8 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
annotations:
cnrm.cloud.google.com/operator-version: 1.89.0
cnrm.cloud.google.com/version: 1.89.0
cnrm.cloud.google.com/operator-version: 1.91.0
cnrm.cloud.google.com/version: 1.91.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/operator-system: "true"
Expand All @@ -291,6 +291,7 @@ rules:
- dataflow.cnrm.cloud.google.com
- datafusion.cnrm.cloud.google.com
- dataproc.cnrm.cloud.google.com
- dlp.cnrm.cloud.google.com
- dns.cnrm.cloud.google.com
- eventarc.cnrm.cloud.google.com
- filestore.cnrm.cloud.google.com
Expand Down Expand Up @@ -335,7 +336,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
annotations:
cnrm.cloud.google.com/operator-version: 1.89.0
cnrm.cloud.google.com/operator-version: 1.91.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/operator-system: "true"
Expand Down Expand Up @@ -495,7 +496,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
annotations:
cnrm.cloud.google.com/operator-version: 1.89.0
cnrm.cloud.google.com/operator-version: 1.91.0
labels:
cnrm.cloud.google.com/operator-system: "true"
name: configconnector-operator-cnrm-viewer-role-binding
Expand All @@ -512,7 +513,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
annotations:
cnrm.cloud.google.com/operator-version: 1.89.0
cnrm.cloud.google.com/operator-version: 1.91.0
labels:
cnrm.cloud.google.com/operator-system: "true"
name: configconnector-operator-rolebinding
Expand All @@ -529,7 +530,7 @@ apiVersion: v1
kind: Service
metadata:
annotations:
cnrm.cloud.google.com/operator-version: 1.89.0
cnrm.cloud.google.com/operator-version: 1.91.0
labels:
cnrm.cloud.google.com/operator-system: "true"
name: configconnector-operator-service
Expand All @@ -546,7 +547,7 @@ apiVersion: apps/v1
kind: StatefulSet
metadata:
annotations:
cnrm.cloud.google.com/operator-version: 1.89.0
cnrm.cloud.google.com/operator-version: 1.91.0
labels:
cnrm.cloud.google.com/component: configconnector-operator
cnrm.cloud.google.com/operator-system: "true"
Expand All @@ -561,7 +562,7 @@ spec:
template:
metadata:
annotations:
cnrm.cloud.google.com/operator-version: 1.89.0
cnrm.cloud.google.com/operator-version: 1.91.0
labels:
cnrm.cloud.google.com/component: configconnector-operator
cnrm.cloud.google.com/operator-system: "true"
Expand All @@ -571,7 +572,7 @@ spec:
- --local-repo=/configconnector-operator/channels
command:
- /configconnector-operator/manager
image: gcr.io/gke-release/cnrm/operator:35d3b61
image: gcr.io/gke-release/cnrm/operator:3516c90
imagePullPolicy: Always
name: manager
resources:
Expand Down

0 comments on commit 359c917

Please sign in to comment.