Skip to content

Commit ba2b178

Browse files
authored
fix: remove legacy amalthea chart from publish-chart action (#1080)
1 parent 0ba3087 commit ba2b178

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/publish-chart.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
git config --global user.name "Renku Bot"
3535
echo ${DOCKER_PASSWORD} | docker login -u ${DOCKER_USERNAME} --password-stdin
3636
export TAG=$(echo ${GITHUB_REF} | cut -d/ -f3)
37-
helm dep update amalthea
3837
helm dep update amalthea-sessions
39-
helm lint amalthea
4038
helm lint amalthea-sessions
4139
cd ..
4240
export PLATFORM_ARGS="--platform linux/amd64 --platform linux/arm64 --builder docker-buildx"

0 commit comments

Comments
 (0)