Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Upgrade express version
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanraic committed Apr 6, 2024
1 parent c373d40 commit 3893a7f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/bwsm-eso-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: bwsm-eso-provider
description: Helm chart to use Bitwarden Secrets Manaager (BWSM) as a Provider for External Secrets Operator (ESO)
type: application
version: 0.1.0
version: 0.1.1
# renovate: image=bojanraic/bwsm-eso
appVersion: "0.1.0"
appVersion: "0.1.1"
icon: https://bojanraic.github.io/bitwarden-secrets-manager-eso/chart-icon.png
maintainers:
- name: "Bojan Raic"
Expand Down
4 changes: 1 addition & 3 deletions charts/bwsm-eso-provider/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bwsm-eso-provider

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square)

Helm chart to use Bitwarden Secrets Manaager (BWSM) as a Provider for External Secrets Operator (ESO)

Expand Down Expand Up @@ -65,5 +65,3 @@ Helm chart to use Bitwarden Secrets Manaager (BWSM) as a Provider for External S
| startupProbe.timeoutSeconds | int | `1` | readiness probe timeout |
| tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
6 changes: 3 additions & 3 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bwsm-eso",
"version": "0.1.0",
"version": "0.1.1",
"description": "This is a Bitwarden Secrets Manager ESO wrapper based on the OpenAPI 3.0 specification.",
"license": "AGPL-3.0-only",
"type": "module",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@oas-tools/core": "^3.1.0",
"express": "^4.18.2"
"express": "^4.19.2"
},
"devDependencies": {
"@types/express": "^4.17.21"
Expand Down

0 comments on commit 3893a7f

Please sign in to comment.