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 chart coder to 2.17.2 #873

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2024

This PR contains the following updates:

Package Update Change
coder (source) patch 2.17.0 -> 2.17.2

Release Notes

coder/coder (coder)

v2.17.2

Compare Source

Changelog

[!NOTE]
This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.

This is the direct follow up to v2.17.0. Due to an issue in our release pipeline, v2.17.1 reached a broken state and has been skipped. There are no issues with upgrading directly to this release.

Chores

Fixes to External Provisioner Helm Chart

Compare: v2.17.0...v2.17.2

Container image

  • docker pull ghcr.io/coder/coder:v2.17.2

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.


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 was generated by Mend Renovate. View the repository job log.

Copy link

--- kubernetes/apps/coder/coder/app Kustomization: flux-system/cluster-apps-coder HelmRelease: coder/coder

+++ kubernetes/apps/coder/coder/app Kustomization: flux-system/cluster-apps-coder HelmRelease: coder/coder

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

     spec:
       chart: coder
       sourceRef:
         kind: HelmRepository
         name: coder-v2
         namespace: flux-system
-      version: 2.17.0
+      version: 2.17.2
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 3

Copy link

--- HelmRelease: coder/coder Deployment: coder/coder

+++ HelmRelease: coder/coder Deployment: coder/coder

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

               name: coder-secret
         - name: CODER_OIDC_ALLOWED_GROUPS
           valueFrom:
             secretKeyRef:
               key: CODER_OIDC_ALLOWED_GROUPS
               name: coder-secret
-        image: ghcr.io/coder/coder:v2.17.0
+        image: ghcr.io/coder/coder:v2.17.2
         imagePullPolicy: IfNotPresent
         lifecycle: {}
         livenessProbe:
           httpGet:
             path: /healthz
             port: http

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