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 teleport group ( 17.2.0 β†’ 17.2.1 ) [main] (patch) #1243

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

drag0n141-bot[bot]
Copy link
Contributor

@drag0n141-bot drag0n141-bot bot commented Jan 23, 2025

This PR contains the following updates:

Package Update Change
teleport-cluster patch 17.2.0 -> 17.2.1
teleport-kube-agent patch 17.2.0 -> 17.2.1

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 these updates again.


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

This PR has been generated by Renovate Bot.

@drag0n141-bot
Copy link
Contributor Author

drag0n141-bot bot commented Jan 23, 2025

--- kubernetes/main/apps/security/teleport/app Kustomization: security/teleport HelmRelease: security/teleport

+++ kubernetes/main/apps/security/teleport/app Kustomization: security/teleport HelmRelease: security/teleport

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

     spec:
       chart: teleport-cluster
       sourceRef:
         kind: HelmRepository
         name: teleport
         namespace: flux-system
-      version: 17.2.0
+      version: 17.2.1
   interval: 30m
   values:
     annotations:
       ingress:
         external-dns.alpha.kubernetes.io/cloudflare-proxied: 'false'
         external-dns.alpha.kubernetes.io/exclude-unifi: 'true'
--- kubernetes/main/apps/security/teleport/agent Kustomization: security/teleport-kube-agent HelmRelease: security/teleport-kube-agent

+++ kubernetes/main/apps/security/teleport/agent Kustomization: security/teleport-kube-agent HelmRelease: security/teleport-kube-agent

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

     spec:
       chart: teleport-kube-agent
       sourceRef:
         kind: HelmRepository
         name: teleport
         namespace: flux-system
-      version: 17.2.0
+      version: 17.2.1
   interval: 30m
   values:
     insecureSkipProxyTLSVerify: true
     joinParams:
       method: kubernetes
       tokenName: kubernetes-token

@drag0n141-bot
Copy link
Contributor Author

drag0n141-bot bot commented Jan 23, 2025

--- HelmRelease: security/teleport-kube-agent StatefulSet: security/teleport-kube-agent

+++ HelmRelease: security/teleport-kube-agent StatefulSet: security/teleport-kube-agent

@@ -20,13 +20,13 @@

       securityContext:
         fsGroup: 9807
       terminationGracePeriodSeconds: 30
       serviceAccountName: teleport-kube-agent
       containers:
       - name: teleport
-        image: public.ecr.aws/gravitational/teleport-distroless:17.2.0
+        image: public.ecr.aws/gravitational/teleport-distroless:17.2.1
         imagePullPolicy: IfNotPresent
         env:
         - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT
           value: 'true'
         - name: TELEPORT_REPLICA_NAME
           valueFrom:
--- HelmRelease: security/teleport-kube-agent Job: security/teleport-kube-agent-delete-hook

+++ HelmRelease: security/teleport-kube-agent Job: security/teleport-kube-agent-delete-hook

@@ -23,13 +23,13 @@

         - name: KUBE_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
         - name: RELEASE_NAME
           value: teleport-kube-agent
-        image: public.ecr.aws/gravitational/teleport-distroless:17.2.0
+        image: public.ecr.aws/gravitational/teleport-distroless:17.2.1
         imagePullPolicy: IfNotPresent
         command:
         - teleport
         args:
         - kube-state
         - delete
--- HelmRelease: security/teleport Deployment: security/teleport-auth

+++ HelmRelease: security/teleport Deployment: security/teleport-auth

@@ -33,13 +33,13 @@

         app: teleport
     spec:
       affinity:
         podAntiAffinity: null
       containers:
       - name: teleport
-        image: public.ecr.aws/gravitational/teleport-distroless:17.2.0
+        image: public.ecr.aws/gravitational/teleport-distroless:17.2.1
         imagePullPolicy: IfNotPresent
         args:
         - --diag-addr=0.0.0.0:3000
         - --apply-on-startup=/etc/teleport/apply-on-startup.yaml
         ports:
         - name: diag
--- HelmRelease: security/teleport Deployment: security/teleport-proxy

+++ HelmRelease: security/teleport Deployment: security/teleport-proxy

@@ -30,21 +30,21 @@

         teleport.dev/majorVersion: '17'
     spec:
       affinity:
         podAntiAffinity: null
       initContainers:
       - name: wait-auth-update
-        image: public.ecr.aws/gravitational/teleport-distroless:17.2.0
+        image: public.ecr.aws/gravitational/teleport-distroless:17.2.1
         command:
         - teleport
         - wait
         - no-resolve
         - teleport-auth-v16.security.svc.cluster.local
       containers:
       - name: teleport
-        image: public.ecr.aws/gravitational/teleport-distroless:17.2.0
+        image: public.ecr.aws/gravitational/teleport-distroless:17.2.1
         imagePullPolicy: IfNotPresent
         args:
         - --diag-addr=0.0.0.0:3000
         ports:
         - name: tls
           containerPort: 3080
--- HelmRelease: security/teleport Job: security/teleport-auth-test

+++ HelmRelease: security/teleport Job: security/teleport-auth-test

@@ -24,13 +24,13 @@

         app.kubernetes.io/managed-by: Helm
         teleport.dev/majorVersion: '17'
     spec:
       restartPolicy: Never
       containers:
       - name: teleport-config-check
-        image: public.ecr.aws/gravitational/teleport-distroless:17.2.0
+        image: public.ecr.aws/gravitational/teleport-distroless:17.2.1
         imagePullPolicy: IfNotPresent
         command:
         - teleport
         - configure
         args:
         - --test
--- HelmRelease: security/teleport Job: security/teleport-proxy-test

+++ HelmRelease: security/teleport Job: security/teleport-proxy-test

@@ -25,13 +25,13 @@

         app.kubernetes.io/managed-by: Helm
         teleport.dev/majorVersion: '17'
     spec:
       restartPolicy: Never
       containers:
       - name: teleport
-        image: public.ecr.aws/gravitational/teleport-distroless:17.2.0
+        image: public.ecr.aws/gravitational/teleport-distroless:17.2.1
         imagePullPolicy: IfNotPresent
         command:
         - teleport
         - configure
         args:
         - --test

@drag0n141 drag0n141 merged commit dd2886e into master Jan 23, 2025
8 of 9 checks passed
@drag0n141 drag0n141 deleted the renovate/main-patch-teleport branch January 23, 2025 05:57
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.

1 participant