Skip to content

Commit

Permalink
Bump chart version (#400)
Browse files Browse the repository at this point in the history
* Bump helm chart version

* CI config tweak
  • Loading branch information
marcinc authored Nov 11, 2024
1 parent e8f0d5a commit 91ae3fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
name: Build & Push artifacts w/ Skaffold
command: |
mkdir -p build
docker login quay.io --username $DOCKER_USER --password $DOCKER_PASSWORD
docker login quay.io --username $DOCKER_USER --password-stdin $DOCKER_PASSWORD
skaffold config set --global collect-metrics false
skaffold build -p build-and-push --file-output build/${CIRCLE_SHA1}.json
# re-tag :latest
Expand Down
4 changes: 2 additions & 2 deletions charts/krane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: krane
description: A Helm chart for Krane
type: application
version: 0.1.1
appVersion: "v0.1.1"
version: 0.1.2
appVersion: "v0.1.2"
sources:
- https://github.com/appvia/krane
maintainers:
Expand Down

0 comments on commit 91ae3fa

Please sign in to comment.