Skip to content

Commit

Permalink
Merge pull request #18 from whylabs/dev/aberg/update-image-#86aztc1fy
Browse files Browse the repository at this point in the history
Update langkit default image
  • Loading branch information
AnchorArray authored Mar 21, 2024
2 parents dab40b6 + f597b19 commit 80b48b4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.14] - 2023-03-21

### Changed

- Updated image from `1.0.8` to `1.0.12`

## [0.13.1] - 2023-03-01

### Changed
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.13.1
appVersion: "1.0.8"
version: 0.14.0
appVersion: "1.0.12"
2 changes: 1 addition & 1 deletion charts/langkit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ingress:
image:
repository: registry.gitlab.com/whylabs/langkit-container
pullPolicy: Always
tag: "1.0.8"
tag: "1.0.12"
containerPort: 8000

imagePullSecrets:
Expand Down

0 comments on commit 80b48b4

Please sign in to comment.