mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-09-06 06:52:21 +02:00
Compare commits
3 Commits
ea52e600fe
...
314a17b17f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
314a17b17f | ||
|
|
9967e2caab | ||
|
|
6761b23606 |
12
CODEOWNERS
12
CODEOWNERS
@ -1,5 +1,9 @@
|
|||||||
# The CODEOWNERS file is used to define individuals or teams that are
|
# This file is generated from componentowners-policy.yaml in
|
||||||
# responsible for code in a repository. For details, please refer to
|
# cloudnative-pg/cnpg-infra — do not hand-edit, propose changes there instead.
|
||||||
# https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners
|
#
|
||||||
|
# Path-scoped rules below always include the repo's own general owners
|
||||||
|
# (the "*" line) in addition to their own specific teams/users, since
|
||||||
|
# CODEOWNERS only honors the LAST matching pattern for a given path —
|
||||||
|
# it does not merge an earlier, less-specific rule into a later one.
|
||||||
|
|
||||||
* @leonardoce @mnencia @gbartolini @fcanovai @armru @NiccoloFei
|
* @cloudnative-pg/plugin-barman-cloud-owners
|
||||||
|
|||||||
@ -121,8 +121,8 @@ func newS3ClientDeployment(namespace string) *appsv1.Deployment {
|
|||||||
{
|
{
|
||||||
Name: s3ClientName,
|
Name: s3ClientName,
|
||||||
// renovate: datasource=docker depName=amazon/aws-cli versioning=docker
|
// renovate: datasource=docker depName=amazon/aws-cli versioning=docker
|
||||||
// Version: 2.36.9
|
// Version: 2.36.10
|
||||||
Image: "docker.io/amazon/aws-cli@sha256:00dee8ccaf669721f8163944ea9e6ac13183851b23d5b7a9868a608bc932cfdb",
|
Image: "docker.io/amazon/aws-cli@sha256:1ce4fd2ea9b640019af76a94e91adeed901d20363b4bb2ed095b45c75e5565cc",
|
||||||
Command: []string{"sleep", "infinity"},
|
Command: []string{"sleep", "infinity"},
|
||||||
Env: []corev1.EnvVar{
|
Env: []corev1.EnvVar{
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user