Skip to content

Commit

Permalink
[castai-agent] Update agent to v0.77.0 (#660)
Browse files Browse the repository at this point in the history
* [castai-agent] Update agent to v0.77.0

* fix set up Python, set python version to v3.8
  • Loading branch information
kasia-kujawa authored Jan 7, 2025
1 parent 9d76854 commit 98af79a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8

- name: Set up chart-testing
uses: helm/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions charts/castai-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: castai-agent
description: CAST AI agent deployment chart.
type: application
version: 0.91.1
appVersion: "v0.76.0"
version: 0.92.0
appVersion: "v0.77.0"

0 comments on commit 98af79a

Please sign in to comment.