Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
chore(release): 1.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.1](v1.5.0...v1.5.1) (2024-04-10)

### Bug Fixes

* periodic refreshing enabled when operator has sync disabled ([1965aab](1965aab))
  • Loading branch information
semantic-release-bot committed Apr 10, 2024
1 parent 1965aab commit efcd72f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ metadata:
spec:
size: 1
# Use the custom vault image containing the NATS secrets plugin
image: ghcr.io/edgefarm/vault-plugin-secrets-nats/vault-with-nats-secrets:1.5.0
image: ghcr.io/edgefarm/vault-plugin-secrets-nats/vault-with-nats-secrets:1.5.1
config:
disable_mlock: true
plugin_directory: "/etc/vault/vault_plugins"
Expand All @@ -209,7 +209,7 @@ spec:
plugins:
- plugin_name: vault-plugin-secrets-nats
command: vault-plugin-secrets-nats --tls-skip-verify --ca-cert=/vault/tls/ca.crt
sha256: 5639d8581b6d6680a19771ba854befb9b897a99c4325aea5c5d77ca3c7fc488e
sha256: 47f3a39ef4cf8514a5228998d18126ff23d25bef9701b8aa5e2724209e1d4d83
type: secret
secrets:
- path: nats-secrets
Expand Down
4 changes: 2 additions & 2 deletions dev/manifests/vault/vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
size: 1
# Use the custom vault image containing the NATS secrets plugin
image: ghcr.io/edgefarm/vault-plugin-secrets-nats/vault-with-nats-secrets:1.5.0
image: ghcr.io/edgefarm/vault-plugin-secrets-nats/vault-with-nats-secrets:1.5.1

# Common annotations for all created resources
annotations:
Expand Down Expand Up @@ -129,7 +129,7 @@ spec:
plugins:
- plugin_name: vault-plugin-secrets-nats
command: vault-plugin-secrets-nats --tls-skip-verify --ca-cert=/vault/tls/ca.crt
sha256: 5639d8581b6d6680a19771ba854befb9b897a99c4325aea5c5d77ca3c7fc488e
sha256: 47f3a39ef4cf8514a5228998d18126ff23d25bef9701b8aa5e2724209e1d4d83
type: secret

policies:
Expand Down

0 comments on commit efcd72f

Please sign in to comment.