Skip to content

Commit

Permalink
Update Blacksmith to 1.8.0-rc1 and add needed secret
Browse files Browse the repository at this point in the history
  • Loading branch information
krutten committed May 10, 2024
1 parent a518a83 commit 3f54e51
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions manifests/blacksmith/blacksmith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ exodus:
bosh_address: (( grab instance_groups.blacksmith.jobs.blacksmith.properties.bosh.address ))
bosh_cacert: (( vault meta.vault "/tls/ca:certificate" ))


# Credhub certificate to match OCFP reference for Redis. This is different from the Vault blacksmith_services_ca
variables:
- name: blacksmith_services_ca
type: certificate
options:
is_ca: true
common_name: (( concat genesis.env "-blacksmith-ca.bosh" ))

instance_groups:
- name: blacksmith
instances: 1
Expand Down
4 changes: 2 additions & 2 deletions manifests/releases/blacksmith.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
releases:
- name: blacksmith
version: "1.7.0"
version: "1.8.0-rc1"
url: (( concat "https://github.com/blacksmith-community/blacksmith-boshrelease/releases/download/v" releases.blacksmith.version "/blacksmith-" releases.blacksmith.version ".tgz" ))
sha1: 47bbb69553836a84ab9397ce4620fd1490ded9f7
sha1: b9e2957d6f11349ff12061b8b1d53603293aa655

- name: bosh
version: "277.3.1"
Expand Down

0 comments on commit 3f54e51

Please sign in to comment.