2 Commits

Author SHA1 Message Date
682fdab424 Update ghcr.io/cloudnative-pg/plugin-barman-cloud Docker tag to v0.9.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 19s
2025-11-06 19:18:16 +00:00
356447df4b add scopes
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m53s
2025-11-06 13:17:17 -06:00
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ headlamp:
enabled: true enabled: true
name: headlamp-oidc-secret name: headlamp-oidc-secret
watchPlugins: true watchPlugins: true
scopes: "openid,email,profile"
resources: resources:
requests: requests:
cpu: 10m cpu: 10m

View File

@@ -7,7 +7,7 @@ plugin-barman-cloud:
image: image:
registry: ghcr.io registry: ghcr.io
repository: cloudnative-pg/plugin-barman-cloud repository: cloudnative-pg/plugin-barman-cloud
tag: v0.8.0 tag: v0.9.0
sidecarImage: sidecarImage:
registry: ghcr.io registry: ghcr.io
repository: cloudnative-pg/plugin-barman-cloud-sidecar repository: cloudnative-pg/plugin-barman-cloud-sidecar