Skip to content

Commit

Permalink
Update default image
Browse files Browse the repository at this point in the history
  • Loading branch information
AnchorArray committed Feb 22, 2024
1 parent a624f61 commit 675ac1b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 16 deletions.
6 changes: 6 additions & 0 deletions charts/langkit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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).

## [0.11.0] - 2023-02-22

### Changed

- Updated default image from `py-llm-1.0.2.dev10` to `py-llm-1.0.5`.

## [0.10.0] - 2023-02-19

### Added
Expand Down
4 changes: 2 additions & 2 deletions charts/langkit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: langkit
description: A Helm chart for LangKit container deployment
type: application
version: 0.10.0
appVersion: "1.0.2.dev10"
version: 0.11.0
appVersion: "1.0.5"
4 changes: 2 additions & 2 deletions charts/langkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ helm-docs --dry-run

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| containers.env | list | `[{"name":"LANGKIT_WORKERS","value":"1"},{"name":"TRANSFORMERS_OFFLINE","value":"1"},{"name":"HF_DATASETS_OFFLINE","value":"1"},{"name":"HOME","value":"/home"},{"name":"HF_HOME","value":"/home/.cache/hf_home"}]` | Environment variables for the containers |
| containers.env | list | `[]` | Environment variables for the containers |
| containers.securityContext | object | `{"readOnlyRootFilesystem":true,"runAsUser":1000}` | Container security context |
| containers.volumeMounts | list | `[{"mountPath":"/tmp","name":"temp-dir"},{"mountPath":"/home","name":"home"}]` | Volume mounts for containers |
| fullnameOverride | string | `""` | |
| image.containerPort | int | `8000` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"whylabs/whylogs"` | |
| image.tag | string | `"py-llm-1.0.2.dev10"` | |
| image.tag | string | `"py-llm-1.0.5"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
Expand Down
14 changes: 2 additions & 12 deletions charts/langkit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ingress:
image:
repository: whylabs/whylogs
pullPolicy: Always
tag: py-llm-1.0.2.dev10
tag: py-llm-1.0.5
containerPort: 8000

imagePullSecrets: []
Expand All @@ -55,17 +55,7 @@ containers:
# runAsNonRoot: true
# runAsUser: 1000
# containers.env -- (list) Environment variables for the containers
env:
- name: LANGKIT_WORKERS
value: "1"
- name: TRANSFORMERS_OFFLINE
value: "1"
- name: HF_DATASETS_OFFLINE
value: "1"
- name: HOME
value: "/home"
- name: HF_HOME
value: "/home/.cache/hf_home"
env: []
# containers.volumeMounts -- (list) Volume mounts for containers
volumeMounts:
- name: temp-dir
Expand Down

0 comments on commit 675ac1b

Please sign in to comment.