Skip to content

Commit

Permalink
Changes from main to stable/0.8.x for rc.4 (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdkshingala authored Oct 31, 2022
2 parents bd95d66 + 50e32a3 commit 77ac2c2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,17 @@ jobs:
helm-release:
executor: base-cimg-executor
steps:
- add_ssh_keys:
fingerprints:
- "e1:10:c4:c4:f6:4e:fd:9e:e3:f6:21:5c:02:e2:ad:37" # fluxninja/aperture R/W
- checkout
- run:
name: "Package and release Helm Chart"
command: .circleci/scripts/helm_release.sh
command: |
export APERTURE_RW_KEY_FINGERPRINT="e1:10:c4:c4:f6:4e:fd:9e:e3:f6:21:5c:02:e2:ad:37"
export GIT_SSH_COMMAND="ssh -i ~/.ssh/id_rsa_$(echo "${APERTURE_RW_KEY_FINGERPRINT}" | tr -d ':')"
export SSH_AUTH_SOCK=""
.circleci/scripts/helm_release.sh
workflows:
version: 2
Expand Down

0 comments on commit 77ac2c2

Please sign in to comment.