Skip to content

Commit

Permalink
Merge branch 'main' of github.com:DeployHubProject/DeployHub-Pro
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Taylor <steve@deployhub.com>
  • Loading branch information
sbtaylor15 committed Sep 2, 2024
2 parents 0724db2 + 79fd171 commit d7acec3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/helm-chart-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Checkout
id: checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 1

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

steps:
- name: Helm Chart Releaser
uses: DeployHubProject/ms-cr-action@905f5c5a17968a4e657b4b9a8a54a23542adfc7e # v1.2.53
uses: DeployHubProject/ms-cr-action@58dccb65de4f764e050dba44a2f320f92d560028 # v1.2.83
with:
gpg_keyring_base64: ${{ secrets.GPG_KEYRING_BASE64 }}
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand Down
28 changes: 14 additions & 14 deletions charts/deployhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,49 +8,49 @@ keywords:
- Microservices
- SBOM
type: application
version: 10.0.228
version: 10.0.333
appVersion: 10.0.0
dependencies:
- name: dh-ms-general
version: 11.0.217
version: 11.0.398
repository: https://deployhubproject.github.io/charts/
- name: dh-ms-nginx
version: 11.0.217
version: 11.0.398
repository: https://deployhubproject.github.io/charts/
- name: dh-ms-ui
version: 11.0.217
version: 11.0.398
repository: https://deployhubproject.github.io/charts/
- name: ms-compitem-crud
version: 10.0.552
version: 10.0.834
repository: https://ortelius.github.io/ms-compitem-crud/
- name: ms-dep-pkg-cud
version: 10.0.635
version: 10.0.995
repository: https://ortelius.github.io/ms-dep-pkg-cud/
- name: ms-dep-pkg-r
version: 10.0.690
version: 10.0.998
repository: https://ortelius.github.io/ms-dep-pkg-r/
- name: ms-postgres
version: 10.0.40
version: 10.0.142
repository: https://ortelius.github.io/ms-postgres/
condition: global.postgresql.enabled
- name: ms-sbom-export
version: 10.0.106
version: 10.0.387
repository: https://ortelius.github.io/ms-sbom-export/
- name: ms-scorecard
version: 10.0.560
version: 10.0.801
repository: https://ortelius.github.io/ms-scorecard/
- name: ms-textfile-crud
version: 10.0.585
version: 10.0.873
repository: https://ortelius.github.io/ms-textfile-crud/
- name: ms-validate-user
version: 10.0.616
version: 10.0.940
repository: https://ortelius.github.io/ms-validate-user/
- name: scec-arangodb
version: 11.0.3
repository: https://ortelius.github.io/scec-arangodb/
- name: scec-deppkg
version: 11.0.486
version: 11.0.770
repository: https://ortelius.github.io/scec-deppkg/
- name: scec-vulnerability
version: 11.0.486
version: 11.0.722
repository: https://ortelius.github.io/scec-vulnerability/
1 change: 0 additions & 1 deletion charts/deployhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dh-ms-nginx:
sslcert:
chainedcert:
privatekey:
dnsname: console.deployhub.com

# Database Connection Definition
dh-postgres:
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ asynckit@^0.4.0:
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==

axios@^1.6.0:
version "1.6.8"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
version "1.7.5"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.5.tgz#21eed340eb5daf47d29b6e002424b3e88c8c54b1"
integrity sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
Expand Down

0 comments on commit d7acec3

Please sign in to comment.