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

fix(helm): update tigera-operator ( v3.29.0 → v3.29.1 ) #1514

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ergho-bot[bot]
Copy link
Contributor

@ergho-bot ergho-bot bot commented Nov 21, 2024

This PR contains the following updates:

Package Update Change
tigera-operator (source) patch v3.29.0 -> v3.29.1

Release Notes

projectcalico/calico (tigera-operator)

v3.29.1

Compare Source

Release notes can be found on GitHub

Attached to this release are the following artifacts:

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

Additional links:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@ergho-bot
Copy link
Contributor Author

ergho-bot bot commented Nov 21, 2024

--- cluster/apps/tigera-operator/tigera-operator/app Kustomization: flux-system/cluster-apps-tigera-operator HelmRelease: tigera-operator/tigera-operator

+++ cluster/apps/tigera-operator/tigera-operator/app Kustomization: flux-system/cluster-apps-tigera-operator HelmRelease: tigera-operator/tigera-operator

@@ -12,13 +12,13 @@

     spec:
       chart: tigera-operator
       sourceRef:
         kind: HelmRepository
         name: project-calico-charts
         namespace: flux-system
-      version: v3.29.0
+      version: v3.29.1
   install:
     crds: CreateReplace
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m

@ergho-bot
Copy link
Contributor Author

ergho-bot bot commented Nov 21, 2024

--- HelmRelease: tigera-operator/tigera-operator Deployment: tigera-operator/tigera-operator

+++ HelmRelease: tigera-operator/tigera-operator Deployment: tigera-operator/tigera-operator

@@ -27,13 +27,13 @@

       serviceAccountName: tigera-operator
       terminationGracePeriodSeconds: 60
       hostNetwork: true
       dnsPolicy: ClusterFirstWithHostNet
       containers:
       - name: tigera-operator
-        image: quay.io/tigera/operator:v1.36.0
+        image: quay.io/tigera/operator:v1.36.2
         imagePullPolicy: IfNotPresent
         command:
         - operator
         volumeMounts:
         - name: var-lib-calico
           readOnly: true
@@ -45,13 +45,13 @@

           valueFrom:
             fieldRef:
               fieldPath: metadata.name
         - name: OPERATOR_NAME
           value: tigera-operator
         - name: TIGERA_OPERATOR_INIT_IMAGE_VERSION
-          value: v1.36.0
+          value: v1.36.2
         envFrom:
         - configMapRef:
             name: kubernetes-services-endpoint
             optional: true
       volumes:
       - name: var-lib-calico
--- HelmRelease: tigera-operator/tigera-operator Job: tigera-operator/tigera-operator-uninstall

+++ HelmRelease: tigera-operator/tigera-operator Job: tigera-operator/tigera-operator-uninstall

@@ -25,10 +25,10 @@

       restartPolicy: Never
       hostNetwork: true
       dnsPolicy: ClusterFirstWithHostNet
       serviceAccountName: tigera-operator
       containers:
       - name: cleanup-job
-        image: quay.io/tigera/operator:v1.36.0
+        image: quay.io/tigera/operator:v1.36.2
         args:
         - -pre-delete
 

@ergho-bot ergho-bot bot removed the area/cluster label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants