Skip to content

Commit

Permalink
Bump default image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AnchorArray committed Feb 12, 2024
1 parent e2d0473 commit 0fb84c4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
# Downloads a .tgz file to the working directory or --destination path
helm pull \
oci://ghcr.io/whylabs/langkit \
--version "0.4.0"
--version "0.7.0"

helm diff upgrade \
--allow-unreleased \
--namespace langkit \
`# Specify the .tgz file as the chart` \
langkit langkit-0.4.0.tgz
langkit langkit-0.7.0.tgz

helm upgrade --install \
--create-namespace \
--namespace langkit \
langkit langkit-0.4.0.tgz
langkit langkit-0.7.0.tgz
```

#### Extended Example
Expand Down
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.7.0] - 2023-02-12

### Changed

- Updated default image tag from `py-llm-1.0.2.dev2` to `py-llm-1.0.2.dev4`

## [0.6.0] - **Breaking Changes** - 2023-02-01

### Breaking
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.6.0
appVersion: "1.0.2.dev2"
version: 0.7.0
appVersion: "1.0.2.dev4"
8 changes: 4 additions & 4 deletions charts/langkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,22 @@ View the difference between the current state and desired state.
# helm plugin install https://github.com/databus23/helm-diff
helm diff upgrade \
--allow-unreleased \
langkit langkit-0.4.0.tgz
langkit langkit-0.7.0.tgz
```

### Install/Update
```shell
helm upgrade --install \
--create-namespace \
--namespace langkit \
langkit langkit-0.4.0.tgz
langkit langkit-0.7.0.tgz
```

### Uninstall
```shell
helm uninstall \
--namespace langkit \
langkit langkit-0.4.0.tgz
langkit langkit-0.7.0.tgz
```

## Development
Expand Down Expand Up @@ -104,7 +104,7 @@ helm-docs --dry-run
| image.containerPort | int | `8000` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"whylabs/whylogs"` | |
| image.tag | string | `"py-llm-1.0.2.dev1"` | |
| image.tag | string | `"py-llm-1.0.2.dev4"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/langkit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ingress:
image:
repository: whylabs/whylogs
pullPolicy: Always
tag: py-llm-1.0.2.dev2
tag: py-llm-1.0.2.dev4
containerPort: 8000

imagePullSecrets: []
Expand Down

0 comments on commit 0fb84c4

Please sign in to comment.