UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 4b618a97 authored by Mark Savel's avatar Mark Savel
Browse files

Merge branch '18-update-coder-to-1-32-4' into 'main'

chore: update coder helm chart to 1.32.4

Closes #18

See merge request platform-one/big-bang/apps/developer-tools/coder!36
parents 7edbffc1 7bb1922a
No related branches found
Tags 1.32.4-bb.0
1 merge request!36chore: update coder helm chart to 1.32.4
Pipeline #973828 passed
# Changelog
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.32.4-bb.0] - 2022-09-14
### Changed
- Upgrade Coder from 1.32.2 to 1.32.4
## [1.32.2-bb.0] - 2022-08-25
### Changed
- Upgrade Coder from 1.29.2 to 1.32.2
......
# coder
![Version: 1.32.2-bb.0](https://img.shields.io/badge/Version-1.32.2--bb.0-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)
![Version: 1.32.4-bb.0](https://img.shields.io/badge/Version-1.32.4--bb.0-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)
Coder moves developer workspaces to your cloud and centralizes their creation and management.
......@@ -37,8 +37,8 @@ helm install coder chart/
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| coderd | object | `{"affinity":{"podAntiAffinity":{"preferredDuringSchedulingIgnoredDuringExecution":[{"podAffinityTerm":{"labelSelector":{"matchExpressions":[{"key":"app.kubernetes.io/name","operator":"In","values":["coderd"]}]},"topologyKey":"kubernetes.io/hostname"},"weight":1}]}},"alternateHostnames":[],"annotations":{},"builtinProviderServiceAccount":{"annotations":{},"labels":{},"migrate":true},"clientTLS":{"secretName":""},"devurlsHost":"","extraEnvs":[],"extraLabels":{},"image":"registry1.dso.mil/ironbank/coder/coder-enterprise/coder-service:1.32.2","liveness":{"failureThreshold":30,"initialDelaySeconds":30,"periodSeconds":10,"timeoutSeconds":3},"networkPolicy":{"enable":true},"oidc":{"enableRefresh":false,"redirectOptions":{}},"podSecurityContext":{"runAsGroup":1000,"runAsNonRoot":true,"runAsUser":1000,"seccompProfile":{"type":"RuntimeDefault"}},"proxy":{"exempt":"cluster.local","http":"","https":""},"readiness":{"failureThreshold":15,"initialDelaySeconds":10,"periodSeconds":10,"timeoutSeconds":3},"replicas":1,"resources":{"limits":{"cpu":"250m","memory":"512Mi"},"requests":{"cpu":"250m","memory":"512Mi"}},"reverseProxy":{"headers":[],"trustedOrigins":[]},"satellite":{"accessURL":"","enable":false,"primaryURL":""},"securityContext":{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":1000,"runAsNonRoot":true,"runAsUser":1000,"seccompProfile":{"type":"RuntimeDefault"}},"serviceAnnotations":{},"serviceNodePorts":{"http":null,"https":null},"serviceSpec":{"type":"ClusterIP"},"superAdmin":{"passwordSecret":{"key":"password","name":""}},"tls":{"devurlsHostSecretName":"","hostSecretName":""},"trustProxyIP":false}` | Primary service responsible for all things Coder! |
| coderd.image | string | `"registry1.dso.mil/ironbank/coder/coder-enterprise/coder-service:1.32.2"` | Injected by Coder during release. |
| coderd | object | `{"affinity":{"podAntiAffinity":{"preferredDuringSchedulingIgnoredDuringExecution":[{"podAffinityTerm":{"labelSelector":{"matchExpressions":[{"key":"app.kubernetes.io/name","operator":"In","values":["coderd"]}]},"topologyKey":"kubernetes.io/hostname"},"weight":1}]}},"alternateHostnames":[],"annotations":{},"builtinProviderServiceAccount":{"annotations":{},"labels":{},"migrate":true},"clientTLS":{"secretName":""},"devurlsHost":"","extraEnvs":[],"extraLabels":{},"image":"registry1.dso.mil/ironbank/coder/coder-enterprise/coder-service:1.32.4","liveness":{"failureThreshold":30,"initialDelaySeconds":30,"periodSeconds":10,"timeoutSeconds":3},"networkPolicy":{"enable":true},"oidc":{"enableRefresh":false,"redirectOptions":{}},"podSecurityContext":{"runAsGroup":1000,"runAsNonRoot":true,"runAsUser":1000,"seccompProfile":{"type":"RuntimeDefault"}},"proxy":{"exempt":"cluster.local","http":"","https":""},"readiness":{"failureThreshold":15,"initialDelaySeconds":10,"periodSeconds":10,"timeoutSeconds":3},"replicas":1,"resources":{"limits":{"cpu":"250m","memory":"512Mi"},"requests":{"cpu":"250m","memory":"512Mi"}},"reverseProxy":{"headers":[],"trustedOrigins":[]},"satellite":{"accessURL":"","enable":false,"primaryURL":""},"securityContext":{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":1000,"runAsNonRoot":true,"runAsUser":1000,"seccompProfile":{"type":"RuntimeDefault"}},"serviceAnnotations":{},"serviceNodePorts":{"http":null,"https":null},"serviceSpec":{"type":"ClusterIP"},"superAdmin":{"passwordSecret":{"key":"password","name":""}},"tls":{"devurlsHostSecretName":"","hostSecretName":""},"trustProxyIP":false}` | Primary service responsible for all things Coder! |
| coderd.image | string | `"registry1.dso.mil/ironbank/coder/coder-enterprise/coder-service:1.32.4"` | Injected by Coder during release. |
| coderd.replicas | int | `1` | The number of Kubernetes Pod replicas. |
| coderd.annotations | object | `{}` | Apply annotations to the coderd deployment. https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ |
| coderd.serviceAnnotations | object | `{}` | Apply annotations to the coderd service. https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ |
......@@ -99,8 +99,8 @@ helm install coder chart/
| ingress.annotations | object | `{"nginx.ingress.kubernetes.io/proxy-body-size":"0"}` | Additional annotations to add to the Ingress object. The behavior is typically dependent on the Ingress Controller implementation, and useful for managing features like TLS termination. |
| ingress.tls | object | `{"enable":false}` | Configures TLS settings for the Ingress. TLS certificates are specified in coderd.tls.hostSecretName and coderd.tls.devurlsHostSecretName. |
| ingress.tls.enable | bool | `false` | Determines whether the Ingress handles TLS. |
| envbox | object | `{"image":"docker.io/coderenvs/envbox:1.32.2"}` | Required for running Docker inside containers. See requirements: https://coder.com/docs/coder/latest/admin/workspace-management/cvms |
| envbox.image | string | `"docker.io/coderenvs/envbox:1.32.2"` | Injected by Coder during release. |
| envbox | object | `{"image":"docker.io/coderenvs/envbox:1.32.4"}` | Required for running Docker inside containers. See requirements: https://coder.com/docs/coder/latest/admin/workspace-management/cvms |
| envbox.image | string | `"docker.io/coderenvs/envbox:1.32.4"` | Injected by Coder during release. |
| postgres.host | string | `""` | Host of the external PostgreSQL instance. |
| postgres.port | string | `""` | Port of the external PostgreSQL instance. |
| postgres.user | string | `""` | User of the external PostgreSQL instance. |
......
......@@ -15,4 +15,4 @@ maintainers:
name: coder
sources:
- https://github.com/cdr/enterprise-helm
version: 1.32.2-bb.0
version: 1.32.4-bb.0
# coderd -- Primary service responsible for all things Coder!
coderd:
# coderd.image -- Injected by Coder during release.
image: registry1.dso.mil/ironbank/coder/coder-enterprise/coder-service:1.32.2
image: registry1.dso.mil/ironbank/coder/coder-enterprise/coder-service:1.32.4
# coderd.replicas -- The number of Kubernetes Pod replicas.
replicas: 1
# coderd.annotations -- Apply annotations to the coderd deployment.
......@@ -321,7 +321,7 @@ ingress:
# https://coder.com/docs/coder/latest/admin/workspace-management/cvms
envbox:
# envbox.image -- Injected by Coder during release.
image: docker.io/coderenvs/envbox:1.32.2
image: docker.io/coderenvs/envbox:1.32.4
# Contains fields related to the Postgres backend. If providing your own
# instance, a minimum version of Postgres 11 is required with the contrib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment