mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-14 01:35:34 -04:00
deps: update versions to v2.17.0
This commit is contained in:
parent
d4285fb891
commit
162647da59
3 changed files with 2 additions and 5 deletions
|
@ -2,4 +2,4 @@ apiVersion: v2
|
|||
name: s3proxy
|
||||
description: Helm chart to deploy s3proxy.
|
||||
type: application
|
||||
version: 0.0.0
|
||||
version: 2.17.0
|
||||
|
|
|
@ -1,12 +1,9 @@
|
|||
# Secrets to use for S3 access.
|
||||
awsAccessKeyID: "replaceme"
|
||||
awsSecretAccessKey: "replaceme"
|
||||
|
||||
# Pod image to deploy.
|
||||
image: "ghcr.io/edgelesssys/constellation/s3proxy:v2.17.0"
|
||||
|
||||
# Control if multipart uploads are blocked.
|
||||
allowMultipart: false
|
||||
|
||||
# Number of pod replicas to deploy.
|
||||
replicaCount: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue