Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update helm chart tigera-operator to v3.23.0 #818

Merged
merged 1 commit into from
May 11, 2022

Conversation

bloopy-boi[bot]
Copy link
Contributor

@bloopy-boi bloopy-boi bot commented May 10, 2022

This PR contains the following updates:

Package Update Change
tigera-operator (source) minor v3.22.2 -> v3.23.0

Release Notes

projectcalico/calico

v3.23.0

Compare Source

Release notes can be found at https://projectcalico.docs.tigera.io/archive/v3.23/release-notes/

Attached to this release are the following artifacts:

  • release-v3.23.0.tgz: container images, binaries, and kubernetes manifests.
  • calico-windows-v3.23.0.zip: Calico for Windows.
  • tigera-operator-v3.23.0.tgz: Calico Helm v3 chart.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@bloopy-boi bloopy-boi bot requested a review from h3mmy as a code owner May 10, 2022 19:20
@bloopy-boi bloopy-boi bot added renovate/helm type/minor area/cluster Changes made in the cluster directory size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels May 10, 2022
@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented May 10, 2022

Path: cluster/core/tigera-operator/helm-release.yaml
Version: v3.22.2 -> v3.23.0

@@ -1,13 +1,4 @@
 ---
-# Source: tigera-operator/templates/tigera-operator/00-namespace-tigera-operator.yaml
-apiVersion: v1
-kind: Namespace
-metadata:
- name: tigera-operator
- annotations:
- labels:
- name: tigera-operator
----
 # Source: tigera-operator/templates/tigera-operator/02-podsecuritypolicy-tigera-operator.yaml
 # This should not be rendered for an OpenShift install.
 # OpenShift uses SecurityContextConstraints instead.
@@ -60,7 +51,7 @@
 kind: ServiceAccount
 metadata:
 name: tigera-operator
- namespace: tigera-operator
+ namespace: default
 ---
 # Source: tigera-operator/templates/tigera-operator/02-role-tigera-operator.yaml
 # Permissions required when running the operator for a Calico cluster.
@@ -197,6 +188,7 @@
 resources:
 - ippools
 - kubecontrollersconfigurations
+ - bgpconfigurations
 verbs:
 - get
 - list
@@ -280,7 +272,7 @@
 subjects:
 - kind: ServiceAccount
 name: tigera-operator
- namespace: tigera-operator
+ namespace: default
 roleRef:
 kind: ClusterRole
 name: tigera-operator
@@ -291,7 +283,7 @@
 kind: Deployment
 metadata:
 name: tigera-operator
- namespace: tigera-operator
+ namespace: default
 labels:
 k8s-app: tigera-operator
 spec:

Copy link
Owner

@h3mmy h3mmy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kubectl patch installation default --type=merge -p '{"metadata": {"annotations": {"meta.helm.sh/release-namespace": "tigera-operator"}}}'
kubectl patch apiserver default --type=merge -p '{"metadata": {"annotations": {"meta.helm.sh/release-namespace": "tigera-operator"}}}'
kubectl patch podsecuritypolicy tigera-operator --type=merge -p '{"metadata": {"annotations": {"meta.helm.sh/release-namespace": "tigera-operator"}}}'
kubectl patch -n tigera-operator deployment tigera-operator --type=merge -p '{"metadata": {"annotations": {"meta.helm.sh/release-namespace": "tigera-operator"}}}'
kubectl patch -n tigera-operator serviceaccount tigera-operator --type=merge -p '{"metadata": {"annotations": {"meta.helm.sh/release-namespace": "tigera-operator"}}}'
kubectl patch clusterrole tigera-operator --type=merge -p '{"metadata": {"annotations": {"meta.helm.sh/release-namespace": "tigera-operator"}}}'
kubectl patch clusterrolebinding tigera-operator tigera-operator --type=merge -p '{"metadata": {"annotations": {"meta.helm.sh/release-namespace": "tigera-operator"}}}'

@h3mmy h3mmy merged commit 736fc97 into main May 11, 2022
@h3mmy h3mmy deleted the renovate/tigera-operator-3.x branch May 11, 2022 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant