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

Commit

Permalink
network policy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanraic committed Feb 16, 2024
1 parent b871e06 commit 9c7c0b2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 19 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.0.6
version: 0.0.7
# renovate: image=bojanraic/bwsm-eso
appVersion: "0.0.6"
appVersion: "0.0.7"
icon: https://bojanraic.github.io/bitwarden-secrets-manager-eso/chart-icon.png
maintainers:
- name: "Bojan Raic"
Expand Down
2 changes: 1 addition & 1 deletion 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.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.6](https://img.shields.io/badge/AppVersion-0.0.6-informational?style=flat-square)
![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.7](https://img.shields.io/badge/AppVersion-0.0.7-informational?style=flat-square)

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

Expand Down
2 changes: 1 addition & 1 deletion charts/bwsm-eso-provider/templates/network-policy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.bwsm_eso_provider.network_policy }}
{{- if .Values.bwsm_eso_provider.network_policy.enabled }}
---
kind: NetworkPolicy
apiVersion: networking.k8s.io/v1
Expand Down
27 changes: 13 additions & 14 deletions src/package-lock.json

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

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bwsm-eso",
"version": "0.0.6",
"version": "0.0.7",
"description": "This is a Bitwarden Secrets Manager ESO wrapper based on the OpenAPI 3.0 specification.",
"license": "AGPL-3.0-only",
"type": "module",
Expand Down

0 comments on commit 9c7c0b2

Please sign in to comment.