UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e812f477 authored by Sam's avatar Sam
Browse files

Merge branch '14-patch-1-27-1' into 'main'

Patch 1.27.1

Closes #14

See merge request platform-one/big-bang/apps/developer-tools/coder!31
parents 22eec79c c80552fb
No related branches found
No related tags found
1 merge request!31Patch 1.27.1
Pipeline #671328 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.27.1-bb.0] - 2022-02-01
### Changed
- Upgrade Coder from 1.27 to 1.27.1
## [1.27.0-bb.0] - 2022-01-27
### Changed
- Upgrade Coder from 1.26 to 1.27
......
# coder
![Version: 1.27.0-bb.0](https://img.shields.io/badge/Version-1.27.0--bb.0-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)
![Version: 1.27.1-bb.0](https://img.shields.io/badge/Version-1.27.1--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}]}},"builtinProviderServiceAccount":{"annotations":{},"labels":{}},"devurlsHost":"","extraLabels":{},"image":"registry1.dso.mil/ironbank/coder/coder-enterprise/coder-service:1.27.0","networkPolicy":{"enable":true},"oidc":{"enableRefresh":false,"redirectOptions":{}},"podSecurityContext":{"runAsGroup":1000,"runAsNonRoot":true,"runAsUser":1000,"seccompProfile":{"type":"RuntimeDefault"}},"proxy":{"exempt":"cluster.local","http":"","https":""},"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.27.0"` | 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}]}},"builtinProviderServiceAccount":{"annotations":{},"labels":{}},"devurlsHost":"","extraLabels":{},"image":"registry1.dso.mil/ironbank/coder/coder-enterprise/coder-service:1.27.1","networkPolicy":{"enable":true},"oidc":{"enableRefresh":false,"redirectOptions":{}},"podSecurityContext":{"runAsGroup":1000,"runAsNonRoot":true,"runAsUser":1000,"seccompProfile":{"type":"RuntimeDefault"}},"proxy":{"exempt":"cluster.local","http":"","https":""},"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.27.1"` | Injected by Coder during release. |
| coderd.replicas | int | `1` | The number of Kubernetes Pod replicas. |
| coderd.serviceSpec | object | `{"type":"ClusterIP"}` | Specification to inject for the coderd service. See: https://kubernetes.io/docs/concepts/services-networking/service/ |
| coderd.serviceSpec.type | string | `"ClusterIP"` | Set the type of Service. See: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types |
......@@ -90,8 +90,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. |
| ingress.tls.enable | bool | `false` | Determines whether the Ingress handles TLS. |
| envbox | object | `{"image":"docker.io/coderenvs/envbox:1.27.0"}` | 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.27.0"` | Injected by Coder during release. |
| envbox | object | `{"image":"docker.io/coderenvs/envbox:1.27.1"}` | 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.27.1"` | 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. |
......
......@@ -14,4 +14,4 @@ maintainers:
name: coder
sources:
- https://github.com/cdr/enterprise-helm
version: 1.27.0-bb.0
version: 1.27.1-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.27.0
image: registry1.dso.mil/ironbank/coder/coder-enterprise/coder-service:1.27.1
# coderd.replicas -- The number of Kubernetes Pod replicas.
replicas: 1
# coderd.serviceSpec -- Specification to inject for the coderd service. See:
......@@ -245,7 +245,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.27.0
image: docker.io/coderenvs/envbox:1.27.1
# Contains fields related to the Postgres backend. If providing your own
# instance, a minimum version of Postgres 11 is required with the contrib
# package installed.
......@@ -404,4 +404,4 @@ global:
# extraEnv:
# MY_VAR: my_value
# FOO: bar
# baz: biz
\ No newline at end of file
# baz: biz
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